US7272818B2 - Creation of an object within an object hierarchy structure - Google Patents

Creation of an object within an object hierarchy structure Download PDF

Info

Publication number
US7272818B2
US7272818B2 US10/411,576 US41157603A US7272818B2 US 7272818 B2 US7272818 B2 US 7272818B2 US 41157603 A US41157603 A US 41157603A US 7272818 B2 US7272818 B2 US 7272818B2
Authority
US
United States
Prior art keywords
node
user
initiator
hierarchy structure
new
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US10/411,576
Other versions
US20040205711A1 (en
Inventor
Michael Kazuo Ishimitsu
Giovanni Stallo
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SZ DJI Technology Co Ltd
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ISHIMITSU, MICHAEL KAZUO, STALLO, GIOVANNI
Priority to US10/411,576 priority Critical patent/US7272818B2/en
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to JP2004108214A priority patent/JP5252767B2/en
Priority to EP04007962A priority patent/EP1475701A3/en
Priority to EP07003773.4A priority patent/EP1785853B1/en
Priority to KR1020040024356A priority patent/KR101076897B1/en
Priority to CNA2004100346260A priority patent/CN1550980A/en
Publication of US20040205711A1 publication Critical patent/US20040205711A1/en
Priority to US11/856,315 priority patent/US8060822B2/en
Publication of US7272818B2 publication Critical patent/US7272818B2/en
Application granted granted Critical
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Assigned to SZ DJI Technology Co., Ltd. reassignment SZ DJI Technology Co., Ltd. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT TECHNOLOGY LICENSING, LLC
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B27WORKING OR PRESERVING WOOD OR SIMILAR MATERIAL; NAILING OR STAPLING MACHINES IN GENERAL
    • B27BSAWS FOR WOOD OR SIMILAR MATERIAL; COMPONENTS OR ACCESSORIES THEREFOR
    • B27B23/00Other cutting of wood by non-rotary toothed tools; Tools therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • EFIXED CONSTRUCTIONS
    • E02HYDRAULIC ENGINEERING; FOUNDATIONS; SOIL SHIFTING
    • E02FDREDGING; SOIL-SHIFTING
    • E02F3/00Dredgers; Soil-shifting machines
    • E02F3/04Dredgers; Soil-shifting machines mechanically-driven
    • E02F3/96Dredgers; Soil-shifting machines mechanically-driven with arrangements for alternate or simultaneous use of different digging elements

Definitions

  • the present invention generally relates to creation of object(s) in a computer system.
  • the present invention relates to a system and method for the creation of object(s) within an object hierarchy structure.
  • An object hierarchy structure such as a computer tree, allows a user to quickly navigate through the hierarchy structure.
  • Object hierarchies generally include parent node(s), which can be expanded, and child node(s) (e.g., that represent or map to real-world object(s)) that can be found within those parent nodes.
  • a user can expand a parent node to view the contents of that node, or compress a parent node when the contents of the parent node are no longer need be visible.
  • the nodes can correspond to objects of a variety of data types as well as application types. For example, base nodes as well as child nodes correspond to file or application directories, and the contents therein can be documents, media, applications etc.
  • a file management system can present directories and/or contents via a tree-based hierarchy (e.g., object hierarchy)—this is a very logical and user intuitive scheme for presentation of information associated with file management.
  • object hierarchy e.g., object hierarchy
  • file management systems are merely one example of numerous instances in which object hierarchy structures are useful to present information to user(s) and/or facilitate manipulation of information associated with object(s) of the hierarchy structure.
  • Creating a new object within an object hierarchy has historically been a counterintuitive process. For example, in order to create a new object under a parent node, a user typically used a mouse right-clicked on the parent node and then navigated through several menus in order to select the desired object type (e.g., message, variable, port, etc.). Alternatively, after selecting a parent node, the user navigated through several options from the main menu in order to select the desired object type. Other techniques for ascertaining functionality include employing a right-click menu, a toolbar, and associated modeless tool windows such as a properties window.
  • desired object type e.g., message, variable, port, etc.
  • Other techniques for ascertaining functionality include employing a right-click menu, a toolbar, and associated modeless tool windows such as a properties window.
  • One aspect of the invention provides for a user to create node(s) which represent objects (e.g., directories, files, applications, media, data structures, functionalities . . . ) and respective hierarchy associated therewith. More particularly, the invention allows for a user to select/expand an object/node and view sub-objects as well as creating new object(s) and assigning functionalities to the objects (old and/or new) within the expanded node/object, and/or viewing operation(s) that can be performed on the parent node, such as creating a new child node, configuring the parent node, etc.
  • the functionalities can be predefined and/or user defined and/or dynamically determined based on context and type of task and object as well as user state.
  • the subject invention provides a user with significantly more flexibility and functionality in connection with managing and using various objects as compared to conventional object management/manipulation tools.
  • the invention mitigates the number of steps required to effect desired functionality in connection with an object and/or learning about functionality that an object supports, such as the ability to create sub-objects, a very common hierarchy operation.
  • the subject invention allows for a user to create a new object in-line with a tree-grid object hierarchy interface. More particularly, the invention allows for a user, to expand a node within a tree-grid and a node (e.g., initiator node) that facilitates generation of the new object is automatically displayed in the expanded node.
  • the initiator node provides tools that facilitate, for example, creation of the new object within that node.
  • the initiator node can provide visual cues directly in the tree view to create particular nodes.
  • the initiator node can initially contain text which describes an action that will happen when the user clicks on the node and types.
  • an instruction e.g., user input
  • an object of type defined by the initiator node is created.
  • the user may enter information defining parameter(s) of the object.
  • Information can be entered through a user interface box (e.g., text box or combo box (e.g., that provides option(s) for the parameter)) that is displayed upon the creation of the object.
  • error information e.g., a flag and/or signal
  • help text can be displayed which informs the user on how to validate the object.
  • the initiator node can be employed to provide various functionalities associated with a particular object (e.g., directory or contents of a directory).
  • a particular object e.g., directory or contents of a directory.
  • the invention provides for making available such functionalities (to the user within the tree grid environment) vis a vis the particular object.
  • various objects can have sub-objects displayed in accordance with the subject invention.
  • different object types can have associated therewith different functionalities and/or sub-objects.
  • a grid can overlay the object hierarchy structure allowing information to be entered directly into grid cell(s).
  • the grid can further be employed to display defined parameter(s).
  • the invention provides for a new user interface in tree control grids that reduce context switching as compared to conventional tree control grids which often distracts the user from their task.
  • Tree controls have been combined with grid controls to display hierarchical information next to or in conjunction with a grid containing property values or other information.
  • Tree controls have been combined with grid controls in the past, but they have either been too busy in appearance or too sparse to properly convey which text cells were on the same row.
  • Horizontal grid lines criss-crossed with vertical tree lines producing a distracting amount of information for the user to needlessly visually sort through.
  • the grid and the object hierarchy structure are distinctly separate to avoid visual clutter.
  • Yet another aspect of the present invention provides for a user interface which can serve as a dynamic modeless wizard that is in-line within an object hierarchy.
  • a “wizard” in the sense that it is a process that is initiated, guides the user and collects data for the operation, executes zero or more sub-operations (work items), and has a finish point; “modeless” in that the user can modify one parameter value but not the others and come back at a later time; “dynamic” in that the steps to take (e.g., the work items to perform) to complete the entire operation are automatically generated; “in-line” in that you don't have to do any context switching to some other user interface like a separate dialog box or nearby modeless tool window.
  • FIG. 1 is a block diagram of an object hierarchy structure system in accordance with an aspect of the present invention.
  • FIG. 2 is a diagram of an exemplary object hierarchy structure in accordance with an aspect of the present invention.
  • FIG. 3 is a diagram of a user interface in accordance with an aspect of the present invention.
  • FIG. 4 is a diagram of an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 5 is a diagram of an exemplary expanded drop-down combo-box in accordance with an aspect of the present invention.
  • FIG. 6 is a diagram of an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 7 is a diagram of an exemplary object hierarchy structure in accordance with an aspect of the present invention.
  • FIG. 8 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 9 is a flow diagram of a method that facilitates creation of a new object in an object hierarchy in accordance with an aspect of the present invention.
  • FIG. 10 is a flow diagram of a method that facilitates creation of new objects in an object hierarchy in accordance with an aspect of the present invention.
  • FIG. 11 is a flow diagram of a method that facilitates creation of new objects in an object hierarchy in accordance with an aspect of the present invention.
  • FIG. 12 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 13 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 14 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 15 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 16 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 17 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 18 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 19 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 20 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 21 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 22 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 23 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 24 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 25 is an exemplary user interface in accordance with an aspect of the present invention.
  • FIG. 26 illustrates an example operating environment in which the present invention may function.
  • a computer component is intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution.
  • a computer component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer.
  • an application running on a server and the server can be a computer component.
  • One or more computer components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
  • the subject invention can incorporate various inference schemes and/or techniques in connection with effecting a user interface for object management and manipulation.
  • the term “inference” refers generally to the process of reasoning about or inferring states of the system, environment, and/or user from a set of observations as captured via events and/or data. Inference can be employed to identify a specific context or action, or can generate a probability distribution over states, for example.
  • the inference can be probabilistic—that is, the computation of a probability distribution over states of interest based on a consideration of data and events. Inference can also refer to techniques employed for composing higher-level events from a set of events and/or data.
  • Such inference results in the construction of new events or actions from a set of observed events and/or stored event data, whether or not the events are correlated in close temporal proximity, and whether the events and data come from one or several event and data sources.
  • Various classification schemes and/or systems e.g., support vector machines, neural networks, expert systems, Bayesian belief networks, fuzzy logic, data fusion engines . . . ) can be employed in connection with performing automatic and/or inferred action in connection with the subject invention.
  • FIG. 1 illustrates a high-level system overview in connection with one particular aspect of the invention.
  • the subject invention relates to a novel display and object management system and methodology.
  • An object hierarchy structure system 100 in accordance with an aspect of the present invention is illustrated.
  • An input component 110 receives instructions, for example, from a user of other computing component.
  • the input component 110 can include a computer keyboard, mouse and/or pointing device(s).
  • the input component 110 can receive information from the user, for example, selection of a initiator node, object name and/or object parameter(s).
  • an object component 120 In response to an instruction to expand a node 112 (e.g., a directory) an object component 120 generates an initiator node 122 which is displayed concurrently with the expanded node 112 via a display component 130 .
  • a node 112 e.g., a directory
  • the generation of the initiator node 122 can be automatic upon expanding a node or require user action depending upon particular preferences. For example, it can be appreciated that after a node has been populated with desired objects via employment of the initiator node 122 , continuous display of the initiator node may be unnecessary as well as undesired for mature well defined nodes. More particularly, initiator nodes are extremely useful in connection with new nodes and generation of objects associated therewith; and as nodes become better defined over time the initiator node may be employed less often as compared to functionalities associated with the node and objects therein. Thus, the invention can provide the user with the option of deactivating display of the initiator node with respect to particular nodes.
  • the object generator 120 thus can provide the initiator node 122 to the object hierarchy structure upon expansion of the node 112 .
  • the object generator 120 further generates an object of the object hierarchy structure based, at least in part, upon the initiator node 112 and input information (e.g., object name and/or object parameter(s)) subsequently provided by a user, for example, after the initiator node 122 has been formed.
  • input information e.g., object name and/or object parameter(s)
  • the generated object can include a message, a port, a variable, a correlation and/or a service link.
  • the object generator 120 can provide error information, if input information received via the input component 110 is invalid.
  • the initiator node 122 can facilitate initiation of operation(s), for example, creation of new port(s) and/or configuration of port(s). For example, the initiator node 122 can operates against a parent node and not sibling node(s).
  • error information e.g., a flag and/or signal
  • the error information can comprise, for example, a visual flag, an audio flag, or any suitable indication that advises the user that the object is invalid.
  • help text can be displayed which informs the user on how to validate the object.
  • the help text can provide information associated with associated parameter(s) and/or valid value(s) for parameter(s).
  • the system 100 allows for a user to select the node 112 (e.g., via a computer mouse) and view the initiator node 122 to effect generation of new object(s) as well as effect various functionalities to employ in connection with the object(s) that are part of the node 112 .
  • the functionalities can be predefined and/or user defined and/or dynamically determined based on context and type of task and object as well as user state.
  • the subject invention provides a user with significantly more flexibility and functionality in connection with managing, creating and using various objects as compared to conventional object management/manipulation tools.
  • the initiator node can be employed to provide various functionalities associated with a particular object (e.g., directory or contents of a directory).
  • a particular object e.g., directory or contents of a directory.
  • the invention provides for making available such functionalities (to the user within the tree grid environment) vis a vis the particular object.
  • various objects can have sub-objects displayed in accordance with the subject invention.
  • different object types can have associated therewith different functionalities and/or sub-objects.
  • the system 100 can employ artificial intelligence to invoke a initiator node with inferred functionalities based at least in part upon identifying properties and/or attributes of the expanded node.
  • the object generator 120 can create a creator node having functionality that the system determines to be most appropriate for the particular type of expanded node.
  • Another aspect of the invention allows for the system 100 to allow a user to transport and/or define creator node functionality (e.g., customize which creator node(s) are visible) to particular node/object types so as to minimize recreation of object types as well as provide the user with desired functionality based upon the node/object types. For example, if the node corresponds to a text file, the generated creator node would provide functionality typically associated with a text file as compared to creating a new object type relating to a programming model.
  • creator node functionality e.g., customize which creator node(s) are visible
  • the generated creator node would provide functionality typically associated with a text file as compared to creating a new object type relating to a programming model.
  • the system 100 can employ explicitly trained as well as implicitly trained classifiers in connection with inferring desired functionalities to expose to a user upon expanding a node.
  • the system can be implicitly trained by watching a user over time to learn how the user likes to work with particular node/object types and thus automatically provide such functionality to the user based upon the training.
  • the system 100 can employ a utility-based analysis wherein the cost of displaying incorrect initiator node functionality can be factored against the benefits of displaying correct initiator node functionality in connection with a particular user and computing context/state.
  • the structure 200 depicts a subset of nodes that are part of a tree-grid in accordance with the invention.
  • the subset of nodes includes an orchestration parameters node 210 , a ports node 220 , a messages node 230 , a variables node 240 a correlation sets node 250 and a role links node 260 .
  • These nodes are merely exemplary and it is to be appreciated that substantially any type of nodes/objects can be part of the tree grid.
  • the nodes 210 , 220 , 230 , 240 , 250 260 are expandable as they include child node(s).
  • Expandability is denoted in the exemplary structure 200 by the “+” sign to the left of a folder symbol.
  • Nodes that are currently expanded can be identified with a “ ⁇ ” sign as is the case with respect to node 210 which relates to orchestration parameters.
  • the orchestration parameters node 210 has been expanded to depict a new message initiator node 274 , a new port initiator node 278 , a new variable initiator node 282 , a new correlation initiator node 286 and a new role link initiator node 290 .
  • text accompanying the initiator nodes 274 , 278 , 282 , 286 , 290 can be lighter than other portion(s) of the structure 200 (e.g., ghosting effect).
  • the initiator node can be employed to create an object of a particular type (e.g., message, variable, port, folder and/or link).
  • object(s) can be created by the user without having to possess the knowledge about how to create objects. By having it in-line, it is discoverable by the user.
  • An object is generated (e.g., by the object generator 130 ) upon selection of the initiator node and input information from the user (e.g., object name and/or object parameter(s)).
  • parameter value(s) that are received from a user are used for a sub-operation or for the operation as a whole.
  • the initiator node can be selected by mouse, keystroke(s), program and/or any other suitable means of selecting.
  • the new message initiator node 274 a user can enter a name for a new message object associated with the orchestration node. Thereafter, a message object having the name entered by the user is created.
  • the various initiator nodes can generate objects and/or functionalities that are part of the respective expanded node and/or become part of another node.
  • the new port initiator node 278 generated a new port, such new port could reside within the orchestration parameter node 210 and/or be part of the port node 220 for example.
  • the generated objects can be part of a relational scheme and thus a single object can be associated with multiple classes of other objects.
  • various functions e.g., cut, copy, merge, paste, save, delete, send . . .
  • various functions e.g., cut, copy, merge, paste, save, delete, send . . .
  • pop-up menu upon the node being expanded.
  • the initiator nodes can provide for designating certain functionalities to be associated with the node upon expansion as well as when the node is not expanded (e.g., when a cursor is moved over the node, the contents can be displayed as well as functionalities displayed that can be effected on the node and/or contents therein without having to expand the node).
  • the subject invention also provides for an improved display technique in connection with displaying an object hierarchy.
  • the tree control in accordance with the subject invention reduces context switching (which often distracts the user from their task) via selective employment of grid lines.
  • horizontal grid lines criss-crossed with vertical tree lines which produced a distracting amount of information for the user to needlessly to visually sort through.
  • the lack of horizontal grid lines made it more difficult to see which node was associated with which cell.
  • such controls lacked certain refinements which substantially increase usability in situations where the purpose of the tree/grid control is to create new child nodes of various types.
  • base nodes e.g., nodes appearing to a left section of the grid
  • grid lines horizontal and vertical
  • Vertical grid lines initiate to the right of nodes/objects and/or creator objects.
  • the grid lines can be effected so that the grid overlay does not encompass the entire object hierarchy structure.
  • the grid overlay can be designed to encompass substantially the entire object hierarchy structure in accordance with user preference.
  • the grid lines can be of a light color in order to reduce visual clutter while still guiding a user's vision from the node to its associated cells.
  • the lines (or a subset thereof, for example, vertical lines) can be made invisible in order to mitigate visual clutter.
  • the information within respective grid cells can then be horizontally separated by a space (e.g., uniform) in order for the user to differentiate between information in adjacent cells.
  • the cells of grid overlay can display information relevant to the node from which the horizontal line extends.
  • the selective placement of grid lines in accordance with the subject invention mitigates cluttering of objects and accentuates objects so as to provide for a highly user intuitive and effective display scheme.
  • the user interface 300 includes a signal 310 and a help box 320 .
  • the help box 320 is displayed informing the user how to validate the object.
  • the object is a variable
  • a user failed to define the variable type e.g., float, integer, pointer, . . . .
  • the help box 320 is displayed informing the user of how to validate the object. If more than one parameter of the object contains insufficient or invalid information, the help box 320 can describe how to validate one or more invalid parameter, and thus describe how to validate the object.
  • the help text can be displayed upon hovering over the object with a pointer, selecting the object through mouse, keyboard strokes, program, or any other means of selecting an object, by hovering a pointer over the object, or by selecting the signal 310 (e.g., not simply hovering over the signal 310 ).
  • the guidance option(s) of the help box 320 e.g., smart tag's dropdown
  • the generated object is represented in the same node of the object hierarchy structure as the initiator node. In another example, the generated object is represented in a different of the object hierarchy structure than the initiator node.
  • a user interface box 410 Upon selection of a initiator node, a user interface box 410 is displayed (e.g., via display component 130 ).
  • the user interface box 410 facilitates receipt of information defining an object to be generated (e.g., object name and/or object parameter(s)) and/or collecting further parameter(s) for the operation. For example, to fully create a variable, a valid variable name and a valid variable type must be supplied. For example, optionally, if there was a third column in the grid, a default value for the variable could be supplied.
  • the user interface box 410 facilitates user entry of information associated with an object to be generated (e.g., by the object generator 130 ), and can have one or more text positions in which a user can enter information that defines the object to be generated.
  • the user interface box 410 can also include an “OK” button to finalize the creation of the new object and/or a “CANCEL” button to cancel the creation of the new object.
  • the new object can also be finalized by tabbing through substantially all of the text positions in the user interface box 410 , by entering information into each text position, through various keystrokes, or any other means.
  • a drop-down combo-box appears. The contents of the drop-down combo-box correlate to a text position whose content(s) are being entered or altered.
  • the drop-down combo-box can provide help text (e.g., option(s) and/or superset of option(s) assisting the user in selecting a variable type.
  • help text e.g., option(s) and/or superset of option(s) assisting the user in selecting a variable type.
  • Each cell does not have to be populated after the user has initiated the operation, as a user may desire to leave one or more cell(s) empty in order to enter content at a later time. Thus, the user can come back at a later time to fully complete the operation—the interim work is not lost.
  • the user can create another object using the initiator node.
  • a drop-down combo-box can be displayed upon a user selecting a cell in order to assist the user in choosing a valid parameter value for the operation.
  • the user can access help-text for various parameters of the object.
  • the drop-down combo-box contains help text relating to the cell in which information is being entered.
  • help text can be displayed which can assist the user as to where to enter information on the grid (e.g., option(s) for the user or the ability to construct the value for the cell).
  • the drop-down combo-box can provide option(s) for a given parameter (e.g., cell) and/or provide the ability to construct a parameter value.
  • a drop-down combo-box can display a list box and/or a dialog box with several controls in it.
  • drop-down combo-box is an improvement over conventional systems as a strict sequence for validating an object is not required.
  • a user can enter information defining parameter(s) in any sequence, while still obtaining help with the creation of the object.
  • FIG. 5 an exemplary expanded drop-down combo-box 500 in accordance with an aspect of the present invention is illustrated.
  • the expanded area 510 provides additional information to facilitate user entry of information associated with object generation.
  • the user interface 600 includes a drop-down combo box 610 that facilitates user entry of information and/or communication of information to the user (e.g., display via the display component 110 ).
  • a drop-down combo box 610 that facilitates user entry of information and/or communication of information to the user (e.g., display via the display component 110 ).
  • details regarding employment of an object and/or functionality can be bi-directionally conveyed by the user and system 100 .
  • the object hierarchy structure 700 includes two parent nodes, compressed folder 704 and expanded folder 708 .
  • the expanded folder 708 includes several initiator nodes; a message initiator node 712 , a port initiator node 716 , a variable initiator node 720 , a correlation initiator node 724 , and a service link initiator node 728 .
  • Expanded folder 708 also includes several object types (e.g., created through the use of the initiator nodes), message 1 732 , message 2 736 , message 3 740 , variable 1 744 and storage unit 1 748 .
  • the expanded folder 708 further includes child folders 752 , 756 .
  • Text can be displayed near a initiator node in order to inform the user of what object or file type the initiator node will create. In one example, in order to avoid possible user confusion, the text is not able to be edited by the user.
  • the initiator nodes also can have distinguishable icons to further inform the user of what object type the initiator nodes will create.
  • the types of initiator nodes within any given parent node can also be defined by a user.
  • the user can further define properties of the expanded folder 708 facilitating identification of initiator node(s) to be displayed.
  • the subject invention can provide for concurrently displaying nodes/objects including initiator nodes as well as functions available to execute on the nodes/objects.
  • FIG. 8 an exemplary user interface 800 facilitating object manipulation in accordance with an aspect of the present invention is illustrated.
  • the user interface 800 facilitates manipulation of object(s).
  • object “PortType1” can be manipulated by a ⁇ Configure Port Type . . . > field 810 .
  • option(s) related to manipulation of the contents can be displayed.
  • the object is a bitmap image
  • options such as for example, copy, send via e-mail, print, change format, compress, save, delete . . . can be displayed upon expanding a node containing the object.
  • such functionality can be displayed via pop-up menu when hovering over the object.
  • various AI schemes can be employed to infer a particular action that the user may desire to perform on the node or object, and have such action(s) automatically made available to the user.
  • Various factors such as age of the object, prior history of use in connection therewith, time of day, user state, location of user, location of computer access, tertiary applications being concurrently employed etc. can be considered in connection with the inferences.
  • a utility analysis can be performed in connection with a confidence threshold to take or make available particular actions.
  • FIGS. 9-11 methodologies that can be implemented in accordance with the present invention are illustrated. While, for purposes of simplicity of explanation, the methodologies are shown and described as a series of blocks, it is to be understood and appreciated that the present invention is not limited by the order of the blocks, as some blocks may, in accordance with the present invention, occur in different orders and/or concurrently with other blocks from that shown and described herein. Moreover, not all illustrated blocks may be required to implement the methodologies in accordance with the present invention.
  • program modules include routines, programs, objects, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • functionality of the program modules may be combined or distributed as desired in various embodiments.
  • an instruction to expand an object folder is received by an input component.
  • the input component receives the instruction to expand the object folder through a user, who can expand the object folder in any suitable manner (e.g. a pointer device, such as a computer mouse, a touch-sensitive screen, various keystrokes . . . ).
  • the input component receives the instruction to expand the object folder though a computer program or other automated means.
  • contents of the folder and option(s) related to creation of an object associated with the content(s) are displayed concurrently.
  • the contents of the folder can include one or more folders as well as objects of various types.
  • the folder can contain text documents, variables, bitmap images, etc., as well as initiator nodes, used to create objects of a designated type.
  • the initiator nodes contained in the folder can be defined by the user, or alternatively an artificial intelligence technique can be employed to determine which initiator nodes reside in the folder.
  • information is received from the user (e.g., object name and/or object parameter(s)).
  • the computer receives the information from the user through an input component, which can utilize pop-up menus or pull-down menus in order to allow the user to enter information regarding the object in an intuitive manner.
  • the user can enter information regarding the object by populating cells in the tree-grid which correspond to the object.
  • the new object is generated.
  • the generated object can reside in the same folder as the object initiator node, or alternatively the generated object can be directed to another folder.
  • an instruction to expand an object folder is received.
  • the instruction to expand the object folder can received in the same manner as described in FIG. 9 at 910 .
  • contents of the folder and option(s) related to manipulation of the content(s) are concurrently displayed.
  • the folder can contain a initiator node pre-designated to create variables to be used within a computer program.
  • An option that allows a user to define the variable type can be concurrently displayed with the initiator node.
  • information e.g., object name and/or object parameter(s)
  • the new object is generated based, at least in part, upon the option. Therefore, in the above example the variable would be generated with a defined variable type (e.g., float, int . . . ).
  • an object hierarchy having an expandable node is displayed.
  • the display component utilized to display the object hierarchy is generally a computer monitor, although any monitor that can be used in connection with a computer can be utilized to display the object hierarchy.
  • an input associated with expansion of the expandable node is received.
  • contents of the expandable node and information associated with creation of a new object associated with the content(s) is concurrently displayed.
  • information associated with a name and/or parameter of the object is received from the user.
  • the computer receives the information from the user through an input component, which can utilize pop-up menus or pull-down menus in order to allow the user to enter information regarding the object in an intuitive manner.
  • the user can enter information regarding the object by populating cells in the tree-grid which correspond to the object.
  • the new object is generated.
  • FIGS. 12-25 exemplary user interfaces in accordance with aspect of the present invention are illustrated.
  • FIGS. 12-25 illustrate process of creating a valid port object; however, it is to be appreciated that the present invention is not limited to creation of a valid port object.
  • an initiator node indicates the operation through instructional cues (such as the help text “ ⁇ New port>” or just “ ⁇ New>”).
  • the operation acts upon the parent node.
  • the “Ports” node contains a child initiator node “ ⁇ New port>” which can create a new port in the Ports folder.
  • additional parameter(s) required to complete a sub-operation or the entire operation are collected in cells that are associated with the node. For example, to complete the entire “New port” operation, the user must (1) indicate that this is the operation to perform; (2) the user must provide a valid port name; and (3) the user must provide a valid port type. In one example, the user can enter in this information now. In another example, the user can opt to come back at a later time without losing any work done thus far.
  • the cells have drop-down combo boxes or drop-down dialog boxes which provide options to the user for the particular parameter.
  • the drop-down dialog boxes can be used to even help construct the parameter value.
  • a visual cue (such as the exclamation-point-in-the-triangle icon) will be shown from the time the operation initiates to the time the operation completes.
  • the full operation which can be composed of a number of sub-operations, can occur in stages as the user submits values, or can occur all at once, for example, after the last parameter value is supplied.
  • the validation of parameter values may occur at any time and any number of times throughout this process. Hovering over the visual cue will display a tooltip which provides important guidance to the user for the next step.
  • the exclamation point cue disappears once the operation has completed successfully.
  • the present invention can serve as a dynamic modeless wizard that is in-line within an object hierarchy: a “wizard” in the sense that it is a process that is initiated, guides the user and collects data for the operation, executes zero or more sub-operations (work items), and has a finish point; “modeless” in that the user can modify one parameter value but not the others and come back at a later time; “dynamic” in that the steps to take (e.g., the work items to perform) to complete the entire operation are automatically generated; “in-line” in that you don't have to do any context switching to some other user interface like a separate dialog box or nearby modeless tool window.
  • FIG. 12 an exemplary user interface 1200 in accordance with an aspect of the present invention is illustrated.
  • the user interface 1200 illustrates an unexpanded hierarchy in which a Ports node 1210 is collapsed.
  • the Ports node 1210 can be a logical grouping of existing ports.
  • FIG. 13 illustrates an exemplary user interface 1300 in accordance with an aspect of the present invention.
  • the user interface 1300 depicts an expanded Ports node 1310 in which a New Port initiator node 1320 appears, hinting to the user that the user can create a port by clicking there (e.g., with a mouse and/or pointing device).
  • the user interface 1300 facilitates an intuitive process in which it is obvious to the user that the name of the port is to be typed in the same cell that help text 1330 appeared. In one example, the help text would remains even after the user clicked or otherwise navigated to the cell, and the help text would disappear when the user began to type.
  • the user interface 1400 depicts a user initiated operation in which a New Port initiator node 1410 has been selected and initiated by typing the letter “M”. For example, the user has indicated the user's desire to initiate the operation by navigating to the cell, and then initiated the operation by typing over the help text (e.g., help text 1330 ).
  • the first parameter is the name of the port.
  • the user interface 1500 includes a New Port initiator node 1510 employed to create a port named “MyPort”.
  • FIG. 16 an exemplary user interface 1600 in accordance with an aspect of the present invention is illustrated.
  • a tooltip 1620 can appear indicating that the user is to enter the second parameter—which in this case is the port type in the adjacent cell.
  • parameter values are entered in cells along the same row.
  • next cell can also provide help text 1710 to draw attention to itself and indicate what specific actions can be taken.
  • the next cell demonstrates how options (for the parameter values) can be provided for the user—through a drop-down combo box.
  • an exemplary user interface 1800 in accordance with an aspect of the present invention is illustrated.
  • acceptance of the parameter value has occurred.
  • the operation is still not complete as indicated by a visual cue—an icon 1820 still shows an exclamation point.
  • FIG. 19 an exemplary user interface 1900 in accordance with an aspect of the present invention is illustrated.
  • a tooltip 1920 is displayed which again provides status of the operation and guidance as to what to do next. In this case, it indicates that newly created child nodes have not yet been configured.
  • exemplary user interfaces 2000 , 2100 , 2200 , 2300 in accordance aspects of the present invention are illustrated.
  • a child node 2010 which needs to be configured is expanded.
  • a visual cue 2020 is displayed which contains the next step to take. In this case, it is still a child node that needs configuring.
  • FIG. 22 after expanding the child node, the node which needs attention, in this example, Request 2030 , is displayed.
  • a tooltip 2040 indicates that the user needs to provide a message type.
  • a drop-down combo box 2050 facilitates selection of a message type.
  • FIG. 24 an exemplary user interface 2400 in accordance with an aspect of the present invention is illustrated.
  • the user interface 2400 indicates that the last sub-operation was performed successfully.
  • the entire operation is now complete.
  • a visual cue 2410 is updated to reflect the status of the entire operation.
  • FIG. 25 illustrates an exemplary user interface 2500 in accordance with an aspect of the present invention.
  • the user interface 2500 illustrates a successful completion of a port creation process.
  • a dynamic environment can be present. Accordingly, properties of various objects that have just been edited may change as a result of external agents, creating new work items.
  • the visual cue (to indicate that work needs to be done) can automatically appear as work items need to be performed. Again, the visual cues will guide the user through the operation to complete it successfully.
  • FIG. 26 and the following discussion are intended to provide a brief, general description of a suitable operating environment 2610 in which various aspects of the present invention may be implemented. While the invention is described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices, those skilled in the art will recognize that the invention can also be implemented in combination with other program modules and/or as a combination of hardware and software. Generally, however, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular data types.
  • the operating environment 2610 is only one example of a suitable operating environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention.
  • an exemplary environment 2610 for implementing various aspects of the invention includes a computer 2612 .
  • the computer 2612 includes a processing unit 2614 , a system memory 2616 , and a system bus 2618 .
  • the system bus 2618 couples system components including, but not limited to, the system memory 2616 to the processing unit 2614 .
  • the processing unit 2614 can be any of various available processors. Dual microprocessors and other multiprocessor architectures also can be employed as the processing unit 2614 .
  • the system bus 2618 can be any of several types of bus structure(s) including the memory bus or memory controller, a peripheral bus or external bus, and/or a local bus using any variety of available bus architectures including, but not limited to, an 8-bit bus, Industrial Standard Architecture (ISA), Micro-Channel Architecture (MSA), Extended ISA (EISA), Intelligent Drive Electronics (IDE), VESA Local Bus (VLB), Peripheral Component Interconnect (PCI), Universal Serial Bus (USB), Advanced Graphics Port (AGP), Personal Computer Memory Card International Association bus (PCMCIA), and Small Computer Systems Interface (SCSI).
  • ISA Industrial Standard Architecture
  • MSA Micro-Channel Architecture
  • EISA Extended ISA
  • IDE Intelligent Drive Electronics
  • VLB VESA Local Bus
  • PCI Peripheral Component Interconnect
  • USB Universal Serial Bus
  • AGP Advanced Graphics Port
  • PCMCIA Personal Computer Memory Card International Association bus
  • SCSI Small Computer Systems Interface
  • the system memory 2616 includes volatile memory 2620 and nonvolatile memory 2622 .
  • the basic input/output system (BIOS) containing the basic routines to transfer information between elements within the computer 2612 , such as during start-up, is stored in nonvolatile memory 2622 .
  • Nonvolatile memory 2622 can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory.
  • Volatile memory 2620 includes random access memory (RAM), which acts as external cache memory.
  • RAM is available in many forms such as synchronous RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and direct Rambus RAM(DRRAM).
  • SRAM synchronous RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDR SDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM Synchlink DRAM
  • DRRAM direct Rambus RAM
  • Computer 2612 also includes removable/nonremovable, volatile/nonvolatile computer storage media.
  • FIG. 26 illustrates, for example a disk storage 2624 .
  • Disk storage 2624 includes, but is not limited to, devices like a magnetic disk drive, floppy disk drive, tape drive, Jaz drive, Zip drive, LS- 100 drive, flash memory card, or memory stick.
  • disk storage 2624 can include storage media separately or in combination with other storage media including, but not limited to, an optical disk drive such as a compact disk ROM device (CD-ROM), CD recordable drive (CD-R Drive), CD rewritable drive (CD-RW Drive) or a digital versatile disk ROM drive (DVD-ROM).
  • CD-ROM compact disk ROM device
  • CD-R Drive CD recordable drive
  • CD-RW Drive CD rewritable drive
  • DVD-ROM digital versatile disk ROM drive
  • a removable or non-removable interface is typically used such as interface 2626 .
  • FIG. 26 describes software that acts as an intermediary between users and the basic computer resources described in suitable operating environment 2610 .
  • Such software includes an operating system 2628 .
  • Operating system 2628 which can be stored on disk storage 2624 , acts to control and allocate resources of the computer system 2612 .
  • System applications 2630 take advantage of the management of resources by operating system 2628 through program modules 2632 and program data 2634 stored either in system memory 2616 or on disk storage 2624 . It is to be appreciated that the present invention can be implemented with various operating systems or combinations of operating systems.
  • Input devices 2636 include, but are not limited to, a pointing device such as a mouse, trackball, stylus, touch pad, keyboard, microphone, joystick, game pad, satellite dish, scanner, TV tuner card, digital camera, digital video camera, web camera, and the like. These and other input devices connect to the processing unit 2614 through the system bus 2618 via interface port(s) 2638 .
  • Interface port(s) 2638 include, for example, a serial port, a parallel port, a game port, and a universal serial bus (USB).
  • Output device(s) 2640 use some of the same type of ports as input device(s) 2636 .
  • a USB port may be used to provide input to computer 2612 , and to output information from computer 2612 to an output device 2640 .
  • Output adapter 2642 is provided to illustrate that there are some output devices 2640 like monitors, speakers, and printers among other output devices 2640 that require special adapters.
  • the output adapters 2642 include, by way of illustration and not limitation, video and sound cards that provide a means of connection between the output device 2640 and the system bus 2618 . It should be noted that other devices and/or systems of devices provide both input and output capabilities such as remote computer(s) 2644 .
  • Computer 2612 can operate in a networked environment using logical connections to one or more remote computers, such as remote computer(s) 2644 .
  • the remote computer(s) 2644 can be a personal computer, a server, a router, a network PC, a workstation, a microprocessor based appliance, a peer device or other common network node and the like, and typically includes many or all of the elements described relative to computer 2612 .
  • only a memory storage device 2646 is illustrated with remote computer(s) 2644 .
  • Remote computer(s) 2644 is logically connected to computer 2612 through a network interface 2648 and then physically connected via communication connection 2650 .
  • Network interface 2648 encompasses communication networks such as local-area networks (LAN) and wide-area networks (WAN).
  • LAN technologies include Fiber Distributed Data Interface (FDDI), Copper Distributed Data Interface (CDDI), Ethernet/IEEE 802.3, Token Ring/IEEE 802.5 and the like.
  • WAN technologies include, but are not limited to, point-to-point links, circuit switching networks like Integrated Services Digital Networks (ISDN) and variations thereon, packet switching networks, and Digital Subscriber Lines (DSL).
  • ISDN Integrated Services Digital Networks
  • DSL Digital Subscriber Lines
  • Communication connection(s) 2650 refers to the hardware/software employed to connect the network interface 2648 to the bus 2618 . While communication connection 1550 is shown for illustrative clarity inside computer 2612 , it can also be external to computer 2612 .
  • the hardware/software necessary for connection to the network interface 2648 includes, for exemplary purposes only, internal and external technologies such as, modems including regular telephone grade modems, cable modems and DSL modems, ISDN adapters, and Ethernet cards.

Abstract

An object generator provides for creation of object(s) in an object hierarchy structure. In response to a command to expand a node/object, the object generator provides an initiator node that facilitates generation of a new object within the object hierarchy upon expansion of the node. A display component concurrently displays the initiator node with the expanded node. The initiator node used for creating objects placed (e.g., in-line) within an object hierarchy structure. To create a new object, an instruction (e.g., user input) to expand a node having a initiator node is received. By selecting the initiator node and entering a name, an object of type defined by the initiator node is created. For example, once the object is created the user can enter information defining parameter(s) of the object. Information can be entered through a user interface box (e.g., text box) that is displayed upon the creation of the object. Also, a grid can overlay the object hierarchy structure allowing information to be entered directly into grid cell(s). The grid can further be employed to display defined parameter(s).

Description

TECHNICAL FIELD
The present invention generally relates to creation of object(s) in a computer system. In particular, the present invention relates to a system and method for the creation of object(s) within an object hierarchy structure.
BACKGROUND OF THE INVENTION
An object hierarchy structure, such as a computer tree, allows a user to quickly navigate through the hierarchy structure. Object hierarchies generally include parent node(s), which can be expanded, and child node(s) (e.g., that represent or map to real-world object(s)) that can be found within those parent nodes. A user can expand a parent node to view the contents of that node, or compress a parent node when the contents of the parent node are no longer need be visible. The nodes can correspond to objects of a variety of data types as well as application types. For example, base nodes as well as child nodes correspond to file or application directories, and the contents therein can be documents, media, applications etc.
Increasing advances in computer technology (e.g., microprocessor speed, memory capacity, data transfer bandwidth, software functionality . . . ) have significantly contributed to making the world a smaller place as well as increase global competition. More particularly, businesses and individuals of today produce and manage much more work product than counterparts of several years prior. Individuals often multitask numerous items (e.g., documents, spreadsheets, statements, presentations, media . . . ) as well as applications that facilitate managing and working with such items. As such, various software-based tools have been developed to aid user(s) with multi-tasking. One very powerful tool is a file management system, which allows users to quickly view and access directories and respective content. For example, a file management system can present directories and/or contents via a tree-based hierarchy (e.g., object hierarchy)—this is a very logical and user intuitive scheme for presentation of information associated with file management. However, file management systems are merely one example of numerous instances in which object hierarchy structures are useful to present information to user(s) and/or facilitate manipulation of information associated with object(s) of the hierarchy structure.
Creating a new object within an object hierarchy, however, has historically been a counterintuitive process. For example, in order to create a new object under a parent node, a user typically used a mouse right-clicked on the parent node and then navigated through several menus in order to select the desired object type (e.g., message, variable, port, etc.). Alternatively, after selecting a parent node, the user navigated through several options from the main menu in order to select the desired object type. Other techniques for ascertaining functionality include employing a right-click menu, a toolbar, and associated modeless tool windows such as a properties window. Although highly useful, such conventional object hierarchy scheme has not kept pace with the ever increasing demands placed on computer users to work faster and concurrently handle greater amounts of file and application types. Discoverability of how to perform an operation has often times been a confusing and daunting task for user(s). Conventionally, user(s) have been required to go through numerous steps (e.g., opening up a directory/node to view contents, accessing files therein, launching tertiary applications associated with respective files to effect various functionality . . . ) in order to accomplish a desired result. This has been overburdening to the user. Accordingly, an improved system and methodology to facilitate computer-based object management and manipulation is highly desired.
SUMMARY OF THE INVENTION
The following presents a simplified summary of the invention in order to provide a basis understanding of some aspects of the invention. This summary is not an extensive overview of the invention. It is intended to neither identify key or critical elements of the invention nor delineate the scope of the invention. Its sole purpose is to present some concepts of the invention in a simplified form as a prelude to the more detailed description that is presented later.
One aspect of the invention provides for a user to create node(s) which represent objects (e.g., directories, files, applications, media, data structures, functionalities . . . ) and respective hierarchy associated therewith. More particularly, the invention allows for a user to select/expand an object/node and view sub-objects as well as creating new object(s) and assigning functionalities to the objects (old and/or new) within the expanded node/object, and/or viewing operation(s) that can be performed on the parent node, such as creating a new child node, configuring the parent node, etc. The functionalities can be predefined and/or user defined and/or dynamically determined based on context and type of task and object as well as user state. Thus, the subject invention provides a user with significantly more flexibility and functionality in connection with managing and using various objects as compared to conventional object management/manipulation tools. The invention mitigates the number of steps required to effect desired functionality in connection with an object and/or learning about functionality that an object supports, such as the ability to create sub-objects, a very common hierarchy operation.
Regarding creation of new objects within a programming setting for example, the subject invention allows for a user to create a new object in-line with a tree-grid object hierarchy interface. More particularly, the invention allows for a user, to expand a node within a tree-grid and a node (e.g., initiator node) that facilitates generation of the new object is automatically displayed in the expanded node. The initiator node provides tools that facilitate, for example, creation of the new object within that node. For example, the initiator node can provide visual cues directly in the tree view to create particular nodes. The initiator node can initially contain text which describes an action that will happen when the user clicks on the node and types.
To create a new object, an instruction (e.g., user input) to expand a node having a initiator node is received. By selecting the initiator node and entering a name, an object of type defined by the initiator node is created. Once the object is created the user may enter information defining parameter(s) of the object. Information can be entered through a user interface box (e.g., text box or combo box (e.g., that provides option(s) for the parameter)) that is displayed upon the creation of the object. If an object created by a initiator node is invalid (e.g., the parameter(s) defining the object contain insufficient or invalid information) error information (e.g., a flag and/or signal) can be displayed (e.g., on the object) to inform the user that the object is invalid. Further, upon hovering over or selecting the error information and/or the object, help text can be displayed which informs the user on how to validate the object. Thus, the initiator node essentially effects placing “New <object>” menu item(s) directly in the tree coupled with an immediate ability to set the object's name and other properties.
With respect to another particular aspect of the invention, the initiator node can be employed to provide various functionalities associated with a particular object (e.g., directory or contents of a directory). For example, if the object is a Word document and a user typically performs functions such as save, delete, copy, paste, send via e-mail, print . . . in connection with that object type, the invention provides for making available such functionalities (to the user within the tree grid environment) vis a vis the particular object. It is to be appreciated that various objects can have sub-objects displayed in accordance with the subject invention. Moreover, different object types can have associated therewith different functionalities and/or sub-objects.
Also, a grid can overlay the object hierarchy structure allowing information to be entered directly into grid cell(s). The grid can further be employed to display defined parameter(s). More particularly, the invention provides for a new user interface in tree control grids that reduce context switching as compared to conventional tree control grids which often distracts the user from their task. Tree controls have been combined with grid controls to display hierarchical information next to or in conjunction with a grid containing property values or other information. Tree controls have been combined with grid controls in the past, but they have either been too busy in appearance or too sparse to properly convey which text cells were on the same row. Horizontal grid lines criss-crossed with vertical tree lines producing a distracting amount of information for the user to needlessly visually sort through. In other cases, the lack of horizontal grid lines made it more difficult to see which node was associated with which cell. Additionally, such controls lacked certain refinements which substantially increase usability in situations where the purpose of the tree/grid control is to create new child nodes of various types. In accordance with one exemplary aspect of the subject invention, the grid and the object hierarchy structure are distinctly separate to avoid visual clutter.
Yet another aspect of the present invention provides for a user interface which can serve as a dynamic modeless wizard that is in-line within an object hierarchy. A “wizard” in the sense that it is a process that is initiated, guides the user and collects data for the operation, executes zero or more sub-operations (work items), and has a finish point; “modeless” in that the user can modify one parameter value but not the others and come back at a later time; “dynamic” in that the steps to take (e.g., the work items to perform) to complete the entire operation are automatically generated; “in-line” in that you don't have to do any context switching to some other user interface like a separate dialog box or nearby modeless tool window.
To the accomplishment of the foregoing and related ends, the invention then, comprises the features hereinafter fully described and particularly pointed out in the claims. The following description and the annexed drawings set forth in detail certain illustrative aspects of the invention. These aspects are indicative, however, of but a few of the various ways in which the principles of the invention may be employed and the present invention is intended to include all such aspects and their equivalents. Other objects, advantages and novel features of the invention will become apparent from the following detailed description of the invention when considered in conjunction with the drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of an object hierarchy structure system in accordance with an aspect of the present invention.
FIG. 2 is a diagram of an exemplary object hierarchy structure in accordance with an aspect of the present invention.
FIG. 3 is a diagram of a user interface in accordance with an aspect of the present invention.
FIG. 4 is a diagram of an exemplary user interface in accordance with an aspect of the present invention.
FIG. 5 is a diagram of an exemplary expanded drop-down combo-box in accordance with an aspect of the present invention.
FIG. 6 is a diagram of an exemplary user interface in accordance with an aspect of the present invention.
FIG. 7 is a diagram of an exemplary object hierarchy structure in accordance with an aspect of the present invention.
FIG. 8 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 9 is a flow diagram of a method that facilitates creation of a new object in an object hierarchy in accordance with an aspect of the present invention.
FIG. 10 is a flow diagram of a method that facilitates creation of new objects in an object hierarchy in accordance with an aspect of the present invention.
FIG. 11 is a flow diagram of a method that facilitates creation of new objects in an object hierarchy in accordance with an aspect of the present invention.
FIG. 12 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 13 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 14 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 15 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 16 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 17 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 18 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 19 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 20 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 21 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 22 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 23 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 24 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 25 is an exemplary user interface in accordance with an aspect of the present invention.
FIG. 26 illustrates an example operating environment in which the present invention may function.
DETAILED DESCRIPTION OF THE INVENTION
The present invention is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It may be evident, however, that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing the present invention.
As used in this application, the term “computer component” is intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a computer component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a server and the server can be a computer component. One or more computer components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
The subject invention can incorporate various inference schemes and/or techniques in connection with effecting a user interface for object management and manipulation. As used herein, the term “inference” refers generally to the process of reasoning about or inferring states of the system, environment, and/or user from a set of observations as captured via events and/or data. Inference can be employed to identify a specific context or action, or can generate a probability distribution over states, for example. The inference can be probabilistic—that is, the computation of a probability distribution over states of interest based on a consideration of data and events. Inference can also refer to techniques employed for composing higher-level events from a set of events and/or data. Such inference results in the construction of new events or actions from a set of observed events and/or stored event data, whether or not the events are correlated in close temporal proximity, and whether the events and data come from one or several event and data sources. Various classification schemes and/or systems (e.g., support vector machines, neural networks, expert systems, Bayesian belief networks, fuzzy logic, data fusion engines . . . ) can be employed in connection with performing automatic and/or inferred action in connection with the subject invention.
FIG. 1 illustrates a high-level system overview in connection with one particular aspect of the invention. The subject invention relates to a novel display and object management system and methodology. An object hierarchy structure system 100 in accordance with an aspect of the present invention is illustrated. An input component 110 receives instructions, for example, from a user of other computing component. The input component 110 can include a computer keyboard, mouse and/or pointing device(s). The input component 110 can receive information from the user, for example, selection of a initiator node, object name and/or object parameter(s). In response to an instruction to expand a node 112 (e.g., a directory) an object component 120 generates an initiator node 122 which is displayed concurrently with the expanded node 112 via a display component 130.
It is to be appreciated that the generation of the initiator node 122 can be automatic upon expanding a node or require user action depending upon particular preferences. For example, it can be appreciated that after a node has been populated with desired objects via employment of the initiator node 122, continuous display of the initiator node may be unnecessary as well as undesired for mature well defined nodes. More particularly, initiator nodes are extremely useful in connection with new nodes and generation of objects associated therewith; and as nodes become better defined over time the initiator node may be employed less often as compared to functionalities associated with the node and objects therein. Thus, the invention can provide the user with the option of deactivating display of the initiator node with respect to particular nodes.
The object generator 120 thus can provide the initiator node 122 to the object hierarchy structure upon expansion of the node 112. The object generator 120 further generates an object of the object hierarchy structure based, at least in part, upon the initiator node 112 and input information (e.g., object name and/or object parameter(s)) subsequently provided by a user, for example, after the initiator node 122 has been formed. For example, the generated object can include a message, a port, a variable, a correlation and/or a service link. Additionally, the object generator 120 can provide error information, if input information received via the input component 110 is invalid. Thus, the initiator node 122 can facilitate initiation of operation(s), for example, creation of new port(s) and/or configuration of port(s). For example, the initiator node 122 can operates against a parent node and not sibling node(s).
In one example, when an object is created or attempted to be created, but is invalid, error information (e.g., a flag and/or signal) is displayed informing the user that the object is invalid. The error information can comprise, for example, a visual flag, an audio flag, or any suitable indication that advises the user that the object is invalid. Further, upon hovering over or selecting the error information and/or the object, help text can be displayed which informs the user on how to validate the object. For example, the help text can provide information associated with associated parameter(s) and/or valid value(s) for parameter(s).
More particularly, the system 100 allows for a user to select the node 112 (e.g., via a computer mouse) and view the initiator node 122 to effect generation of new object(s) as well as effect various functionalities to employ in connection with the object(s) that are part of the node 112. The functionalities can be predefined and/or user defined and/or dynamically determined based on context and type of task and object as well as user state. Thus, the subject invention provides a user with significantly more flexibility and functionality in connection with managing, creating and using various objects as compared to conventional object management/manipulation tools.
With respect another particular aspect of the invention, the initiator node can be employed to provide various functionalities associated with a particular object (e.g., directory or contents of a directory). For example, if the object is a Word document and a user typically performs functions such as save, delete, copy, paste, send via e-mail, print . . . in connection with that object type, the invention provides for making available such functionalities (to the user within the tree grid environment) vis a vis the particular object. It is to be appreciated that various objects can have sub-objects displayed in accordance with the subject invention. Moreover, different object types can have associated therewith different functionalities and/or sub-objects.
It is to be appreciated that various nodes/objects have particular attributes associated therewith, and that typically within an object hierarchy like nodes/objects can have a correlation based upon level thereof within the hierarchy as well as proximity within a hierarchy and/or relationship to parent node(s). Thus, the system 100 can employ artificial intelligence to invoke a initiator node with inferred functionalities based at least in part upon identifying properties and/or attributes of the expanded node. More particularly, the object generator 120 can create a creator node having functionality that the system determines to be most appropriate for the particular type of expanded node.
Another aspect of the invention allows for the system 100 to allow a user to transport and/or define creator node functionality (e.g., customize which creator node(s) are visible) to particular node/object types so as to minimize recreation of object types as well as provide the user with desired functionality based upon the node/object types. For example, if the node corresponds to a text file, the generated creator node would provide functionality typically associated with a text file as compared to creating a new object type relating to a programming model.
Moreover, the system 100 can employ explicitly trained as well as implicitly trained classifiers in connection with inferring desired functionalities to expose to a user upon expanding a node. For example, the system can be implicitly trained by watching a user over time to learn how the user likes to work with particular node/object types and thus automatically provide such functionality to the user based upon the training. The system 100 can employ a utility-based analysis wherein the cost of displaying incorrect initiator node functionality can be factored against the benefits of displaying correct initiator node functionality in connection with a particular user and computing context/state.
Turning now to FIG. 2, an exemplary object hierarchy structure 200 in accordance with an aspect of the present invention is illustrated. The structure 200 depicts a subset of nodes that are part of a tree-grid in accordance with the invention. The subset of nodes includes an orchestration parameters node 210, a ports node 220, a messages node 230, a variables node 240 a correlation sets node 250 and a role links node 260. These nodes are merely exemplary and it is to be appreciated that substantially any type of nodes/objects can be part of the tree grid. The nodes 210, 220, 230, 240, 250 260 are expandable as they include child node(s). Expandability is denoted in the exemplary structure 200 by the “+” sign to the left of a folder symbol. Nodes that are currently expanded can be identified with a “−” sign as is the case with respect to node 210 which relates to orchestration parameters. The orchestration parameters node 210 has been expanded to depict a new message initiator node 274, a new port initiator node 278, a new variable initiator node 282, a new correlation initiator node 286 and a new role link initiator node 290. As shown, text accompanying the initiator nodes 274, 278, 282, 286, 290, for example, can be lighter than other portion(s) of the structure 200 (e.g., ghosting effect). The initiator node can be employed to create an object of a particular type (e.g., message, variable, port, folder and/or link). By placing the initiator node substantially in-line within the object hierarchy structure, a user can intuitively create object(s) without navigating through several menus. Further, object(s) can be created by the user without having to possess the knowledge about how to create objects. By having it in-line, it is discoverable by the user. An object is generated (e.g., by the object generator 130) upon selection of the initiator node and input information from the user (e.g., object name and/or object parameter(s)). Typically, parameter value(s) that are received from a user are used for a sub-operation or for the operation as a whole.
For example, the initiator node can be selected by mouse, keystroke(s), program and/or any other suitable means of selecting. By selecting the new message initiator node 274, a user can enter a name for a new message object associated with the orchestration node. Thereafter, a message object having the name entered by the user is created.
It is to be appreciated that the various initiator nodes can generate objects and/or functionalities that are part of the respective expanded node and/or become part of another node. For example, if the new port initiator node 278 generated a new port, such new port could reside within the orchestration parameter node 210 and/or be part of the port node 220 for example. The generated objects can be part of a relational scheme and thus a single object can be associated with multiple classes of other objects. Although not shown in this figure, in addition to the initiator nodes be displayed, various functions (e.g., cut, copy, merge, paste, save, delete, send . . . ) can be displayed for example via a pop-up menu upon the node being expanded. It is to be appreciated that the initiator nodes can provide for designating certain functionalities to be associated with the node upon expansion as well as when the node is not expanded (e.g., when a cursor is moved over the node, the contents can be displayed as well as functionalities displayed that can be effected on the node and/or contents therein without having to expand the node).
The subject invention also provides for an improved display technique in connection with displaying an object hierarchy. As shown with respect to FIG. 2, the tree control in accordance with the subject invention reduces context switching (which often distracts the user from their task) via selective employment of grid lines. In conventional grid displays, horizontal grid lines criss-crossed with vertical tree lines which produced a distracting amount of information for the user to needlessly to visually sort through. In other cases, the lack of horizontal grid lines made it more difficult to see which node was associated with which cell. Additionally, such controls lacked certain refinements which substantially increase usability in situations where the purpose of the tree/grid control is to create new child nodes of various types.
In accordance with the subject invention, base nodes (e.g., nodes appearing to a left section of the grid) do not have grid lines associated therewith—grid lines (horizontal and vertical) initiate at the beginning of text corresponding to nodes and/or objects as compared to the folders and “+” or “−” signs as in conventional systems. Vertical grid lines initiate to the right of nodes/objects and/or creator objects. The grid lines can be effected so that the grid overlay does not encompass the entire object hierarchy structure. Alternatively, the grid overlay can be designed to encompass substantially the entire object hierarchy structure in accordance with user preference.
It is to be appreciated that the grid lines can be of a light color in order to reduce visual clutter while still guiding a user's vision from the node to its associated cells. Likewise, the lines (or a subset thereof, for example, vertical lines) can be made invisible in order to mitigate visual clutter. The information within respective grid cells can then be horizontally separated by a space (e.g., uniform) in order for the user to differentiate between information in adjacent cells. The cells of grid overlay can display information relevant to the node from which the horizontal line extends.
The selective placement of grid lines in accordance with the subject invention mitigates cluttering of objects and accentuates objects so as to provide for a highly user intuitive and effective display scheme.
Turning briefly to FIG. 3, a user interface 300 in accordance with an aspect of the present invention is illustrated. The user interface 300 includes a signal 310 and a help box 320. By selecting or hovering over the signal 310, the help box 320 is displayed informing the user how to validate the object. In one example, the object is a variable, and a user failed to define the variable type (e.g., float, integer, pointer, . . . ). By hovering a pointer over the signal 310, the help box 320 is displayed informing the user of how to validate the object. If more than one parameter of the object contains insufficient or invalid information, the help box 320 can describe how to validate one or more invalid parameter, and thus describe how to validate the object. In other examples, the help text can be displayed upon hovering over the object with a pointer, selecting the object through mouse, keyboard strokes, program, or any other means of selecting an object, by hovering a pointer over the object, or by selecting the signal 310 (e.g., not simply hovering over the signal 310). For example, by selecting one of the guidance option(s) of the help box 320 (e.g., smart tag's dropdown) can start an associated process.
In one example, the generated object is represented in the same node of the object hierarchy structure as the initiator node. In another example, the generated object is represented in a different of the object hierarchy structure than the initiator node.
Turning to FIG. 4, an exemplary user interface 400 in accordance with an aspect of the present invention is illustrated. Upon selection of a initiator node, a user interface box 410 is displayed (e.g., via display component 130). The user interface box 410 facilitates receipt of information defining an object to be generated (e.g., object name and/or object parameter(s)) and/or collecting further parameter(s) for the operation. For example, to fully create a variable, a valid variable name and a valid variable type must be supplied. For example, optionally, if there was a third column in the grid, a default value for the variable could be supplied. The user interface box 410 facilitates user entry of information associated with an object to be generated (e.g., by the object generator 130), and can have one or more text positions in which a user can enter information that defines the object to be generated.
In one example, the user interface box 410 can also include an “OK” button to finalize the creation of the new object and/or a “CANCEL” button to cancel the creation of the new object. The new object can also be finalized by tabbing through substantially all of the text positions in the user interface box 410, by entering information into each text position, through various keystrokes, or any other means. In another example, a drop-down combo-box appears. The contents of the drop-down combo-box correlate to a text position whose content(s) are being entered or altered. For instance, if the object to be created is a variable, and if text is being entered into a text position marked “TYPE”, the drop-down combo-box can provide help text (e.g., option(s) and/or superset of option(s) assisting the user in selecting a variable type. Each cell does not have to be populated after the user has initiated the operation, as a user may desire to leave one or more cell(s) empty in order to enter content at a later time. Thus, the user can come back at a later time to fully complete the operation—the interim work is not lost. Upon finalization of the operation, the user can create another object using the initiator node.
For example, a drop-down combo-box can be displayed upon a user selecting a cell in order to assist the user in choosing a valid parameter value for the operation. Upon pulling down the drop-down combo-box, the user can access help-text for various parameters of the object. In another example, the drop-down combo-box contains help text relating to the cell in which information is being entered. Upon pulling down the drop-down combo-box, help text can be displayed which can assist the user as to where to enter information on the grid (e.g., option(s) for the user or the ability to construct the value for the cell).
Additionally, the drop-down combo-box can provide option(s) for a given parameter (e.g., cell) and/or provide the ability to construct a parameter value. For example, a drop-down combo-box can display a list box and/or a dialog box with several controls in it.
The use of a drop-down combo-box is an improvement over conventional systems as a strict sequence for validating an object is not required. Unlike a creation wizard, a user can enter information defining parameter(s) in any sequence, while still obtaining help with the creation of the object.
Referring briefly to FIG. 5, an exemplary expanded drop-down combo-box 500 in accordance with an aspect of the present invention is illustrated. The expanded area 510 provides additional information to facilitate user entry of information associated with object generation.
Next, turning to FIG. 6, an exemplary user interface 600 in accordance with an aspect of the present invention is illustrated. The user interface 600 includes a drop-down combo box 610 that facilitates user entry of information and/or communication of information to the user (e.g., display via the display component 110). For example, details regarding employment of an object and/or functionality can be bi-directionally conveyed by the user and system 100.
Turning to FIG. 7, an exemplary object hierarchy structure 700 in accordance with an aspect of the present invention is illustrated. The object hierarchy structure 700 includes two parent nodes, compressed folder 704 and expanded folder 708. The expanded folder 708 includes several initiator nodes; a message initiator node 712, a port initiator node 716, a variable initiator node 720, a correlation initiator node 724, and a service link initiator node 728. Expanded folder 708 also includes several object types (e.g., created through the use of the initiator nodes), message1 732, message2 736, message3 740, variable1 744 and storage unit1 748. The expanded folder 708 further includes child folders 752, 756.
Text can be displayed near a initiator node in order to inform the user of what object or file type the initiator node will create. In one example, in order to avoid possible user confusion, the text is not able to be edited by the user. The initiator nodes also can have distinguishable icons to further inform the user of what object type the initiator nodes will create. The types of initiator nodes within any given parent node can also be defined by a user. The user can further define properties of the expanded folder 708 facilitating identification of initiator node(s) to be displayed. Thus, the subject invention can provide for concurrently displaying nodes/objects including initiator nodes as well as functions available to execute on the nodes/objects.
Referring to FIG. 8, an exemplary user interface 800 facilitating object manipulation in accordance with an aspect of the present invention is illustrated. The user interface 800 facilitates manipulation of object(s). In this example, object “PortType1” can be manipulated by a <Configure Port Type . . . > field 810. Thus, concurrent with displaying contents of a folder, option(s) related to manipulation of the contents can be displayed. Thus, for example, if the object is a bitmap image, options such as for example, copy, send via e-mail, print, change format, compress, save, delete . . . can be displayed upon expanding a node containing the object. Alternatively, such functionality can be displayed via pop-up menu when hovering over the object. As noted above, various AI schemes can be employed to infer a particular action that the user may desire to perform on the node or object, and have such action(s) automatically made available to the user. Various factors such as age of the object, prior history of use in connection therewith, time of day, user state, location of user, location of computer access, tertiary applications being concurrently employed etc. can be considered in connection with the inferences. As noted supra, a utility analysis can be performed in connection with a confidence threshold to take or make available particular actions.
Turning briefly to FIGS. 9-11, methodologies that can be implemented in accordance with the present invention are illustrated. While, for purposes of simplicity of explanation, the methodologies are shown and described as a series of blocks, it is to be understood and appreciated that the present invention is not limited by the order of the blocks, as some blocks may, in accordance with the present invention, occur in different orders and/or concurrently with other blocks from that shown and described herein. Moreover, not all illustrated blocks may be required to implement the methodologies in accordance with the present invention.
The invention may be described in the general context of computer-executable instructions, such as program modules, executed by one or more components. Generally, program modules include routines, programs, objects, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically the functionality of the program modules may be combined or distributed as desired in various embodiments.
Referring to FIG. 9, a method that facilitates creation of a new object in an object hierarchy 900 in accordance with an aspect of the present invention is illustrated. At 910, an instruction to expand an object folder is received by an input component. In one example, the input component receives the instruction to expand the object folder through a user, who can expand the object folder in any suitable manner (e.g. a pointer device, such as a computer mouse, a touch-sensitive screen, various keystrokes . . . ). In another example, the input component receives the instruction to expand the object folder though a computer program or other automated means. As shown at 920, once the object folder is expanded, contents of the folder and option(s) related to creation of an object associated with the content(s) are displayed concurrently. The contents of the folder can include one or more folders as well as objects of various types. For example, the folder can contain text documents, variables, bitmap images, etc., as well as initiator nodes, used to create objects of a designated type. The initiator nodes contained in the folder can be defined by the user, or alternatively an artificial intelligence technique can be employed to determine which initiator nodes reside in the folder. At 930, information is received from the user (e.g., object name and/or object parameter(s)). The computer receives the information from the user through an input component, which can utilize pop-up menus or pull-down menus in order to allow the user to enter information regarding the object in an intuitive manner. Alternatively, the user can enter information regarding the object by populating cells in the tree-grid which correspond to the object. At 940, the new object is generated. The generated object can reside in the same folder as the object initiator node, or alternatively the generated object can be directed to another folder.
Turning to FIG. 10, a method that facilitates creation of new objects in an object hierarchy 1000 in accordance with an aspect of the present invention is illustrated. At 1010, an instruction to expand an object folder is received. For example, the instruction to expand the object folder can received in the same manner as described in FIG. 9 at 910. At 1020, contents of the folder and option(s) related to manipulation of the content(s) are concurrently displayed. For example, the folder can contain a initiator node pre-designated to create variables to be used within a computer program. An option that allows a user to define the variable type can be concurrently displayed with the initiator node. At 1030, information (e.g., object name and/or object parameter(s)) is received from a user. At 1040, the new object is generated based, at least in part, upon the option. Therefore, in the above example the variable would be generated with a defined variable type (e.g., float, int . . . ).
Next, referring to FIG. 11, a method that facilitates creation of new objects in an object hierarchy 1100 in accordance with an aspect of the present invention is illustrated. At 1110, an object hierarchy having an expandable node is displayed. The display component utilized to display the object hierarchy is generally a computer monitor, although any monitor that can be used in connection with a computer can be utilized to display the object hierarchy. At 1120, an input associated with expansion of the expandable node is received. At 1130, contents of the expandable node and information associated with creation of a new object associated with the content(s) is concurrently displayed. At 1140, information associated with a name and/or parameter of the object is received from the user. The computer receives the information from the user through an input component, which can utilize pop-up menus or pull-down menus in order to allow the user to enter information regarding the object in an intuitive manner. Alternatively, the user can enter information regarding the object by populating cells in the tree-grid which correspond to the object. At 1150, the new object is generated.
Referring to FIGS. 12-25, exemplary user interfaces in accordance with aspect of the present invention are illustrated. FIGS. 12-25 illustrate process of creating a valid port object; however, it is to be appreciated that the present invention is not limited to creation of a valid port object.
Several features of the present invention are illustrated in FIGS. 12-25. First, an initiator node indicates the operation through instructional cues (such as the help text “<New port>” or just “<New>”). The operation acts upon the parent node. For example, the “Ports” node contains a child initiator node “<New port>” which can create a new port in the Ports folder.
Second, additional parameter(s) required to complete a sub-operation or the entire operation are collected in cells that are associated with the node. For example, to complete the entire “New port” operation, the user must (1) indicate that this is the operation to perform; (2) the user must provide a valid port name; and (3) the user must provide a valid port type. In one example, the user can enter in this information now. In another example, the user can opt to come back at a later time without losing any work done thus far.
Third, the cells have drop-down combo boxes or drop-down dialog boxes which provide options to the user for the particular parameter. The drop-down dialog boxes can be used to even help construct the parameter value.
Fourth, to indicate the status of the operation and provide next-step(s) guidance, a visual cue (such as the exclamation-point-in-the-triangle icon) will be shown from the time the operation initiates to the time the operation completes. The full operation, which can be composed of a number of sub-operations, can occur in stages as the user submits values, or can occur all at once, for example, after the last parameter value is supplied. The validation of parameter values may occur at any time and any number of times throughout this process. Hovering over the visual cue will display a tooltip which provides important guidance to the user for the next step. The exclamation point cue disappears once the operation has completed successfully.
Thus, in a sense, the present invention can serve as a dynamic modeless wizard that is in-line within an object hierarchy: a “wizard” in the sense that it is a process that is initiated, guides the user and collects data for the operation, executes zero or more sub-operations (work items), and has a finish point; “modeless” in that the user can modify one parameter value but not the others and come back at a later time; “dynamic” in that the steps to take (e.g., the work items to perform) to complete the entire operation are automatically generated; “in-line” in that you don't have to do any context switching to some other user interface like a separate dialog box or nearby modeless tool window.
Turning to FIG. 12, an exemplary user interface 1200 in accordance with an aspect of the present invention is illustrated. The user interface 1200 illustrates an unexpanded hierarchy in which a Ports node 1210 is collapsed. For example, the Ports node 1210 can be a logical grouping of existing ports.
FIG. 13 illustrates an exemplary user interface 1300 in accordance with an aspect of the present invention. The user interface 1300 depicts an expanded Ports node 1310 in which a New Port initiator node 1320 appears, hinting to the user that the user can create a port by clicking there (e.g., with a mouse and/or pointing device). The user interface 1300 facilitates an intuitive process in which it is obvious to the user that the name of the port is to be typed in the same cell that help text 1330 appeared. In one example, the help text would remains even after the user clicked or otherwise navigated to the cell, and the help text would disappear when the user began to type.
Referring to FIG. 14, an exemplary user interface 1400 in accordance with an aspect of the present invention. The user interface 1400 depicts a user initiated operation in which a New Port initiator node 1410 has been selected and initiated by typing the letter “M”. For example, the user has indicated the user's desire to initiate the operation by navigating to the cell, and then initiated the operation by typing over the help text (e.g., help text 1330). In this example, the first parameter is the name of the port.
Turning briefly to FIG. 15 an exemplary user interface 1500 in accordance with an aspect of the present invention is illustrated. The user interface 1500 includes a New Port initiator node 1510 employed to create a port named “MyPort”.
Turning to FIG. 16, an exemplary user interface 1600 in accordance with an aspect of the present invention is illustrated. Visual cues for status of operation and/or for guidance as to what to do next—in this case, an icon 1610 changes to an exclamation point indicating that the operation is not yet fully complete. By hovering over the exclamation point, a tooltip 1620 can appear indicating that the user is to enter the second parameter—which in this case is the port type in the adjacent cell. Typically, parameter values are entered in cells along the same row.
Referring to FIG. 17, an exemplary user interface 1700 in accordance with an aspect of the present invention is illustrated. In this example, the next cell can also provide help text 1710 to draw attention to itself and indicate what specific actions can be taken. The next cell demonstrates how options (for the parameter values) can be provided for the user—through a drop-down combo box.
Next, referring to FIG. 18, an exemplary user interface 1800 in accordance with an aspect of the present invention is illustrated. In this example, acceptance of the parameter value has occurred. However, the operation is still not complete as indicated by a visual cue—an icon 1820 still shows an exclamation point. There is a sub-operation that still needs to be performed. For example, the user can, during this entire process, leave and come back later without losing work or without having to retrace steps.
Turning to FIG. 19, an exemplary user interface 1900 in accordance with an aspect of the present invention is illustrated. In this example, by hovering over a visual cue, for example, an icon 1910, a tooltip 1920 is displayed which again provides status of the operation and guidance as to what to do next. In this case, it indicates that newly created child nodes have not yet been configured.
Referring to FIGS. 20-23, exemplary user interfaces 2000, 2100, 2200, 2300 in accordance aspects of the present invention are illustrated. In this example, a child node 2010 which needs to be configured is expanded. As illustrated in FIG. 21, to help direct the user, a visual cue 2020 is displayed which contains the next step to take. In this case, it is still a child node that needs configuring. Referring to FIG. 22, after expanding the child node, the node which needs attention, in this example, Request 2030, is displayed. A tooltip 2040 indicates that the user needs to provide a message type. Turning to FIG. 23, a drop-down combo box 2050 facilitates selection of a message type.
Next, referring to FIG. 24, an exemplary user interface 2400 in accordance with an aspect of the present invention is illustrated. The user interface 2400 indicates that the last sub-operation was performed successfully. The entire operation is now complete. A visual cue 2410 is updated to reflect the status of the entire operation.
FIG. 25 illustrates an exemplary user interface 2500 in accordance with an aspect of the present invention. The user interface 2500 illustrates a successful completion of a port creation process.
It is to be appreciated that in accordance with an aspect of the present invention, a dynamic environment can be present. Accordingly, properties of various objects that have just been edited may change as a result of external agents, creating new work items. The visual cue (to indicate that work needs to be done) can automatically appear as work items need to be performed. Again, the visual cues will guide the user through the operation to complete it successfully.
In order to provide additional context for various aspects of the present invention, FIG. 26 and the following discussion are intended to provide a brief, general description of a suitable operating environment 2610 in which various aspects of the present invention may be implemented. While the invention is described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices, those skilled in the art will recognize that the invention can also be implemented in combination with other program modules and/or as a combination of hardware and software. Generally, however, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular data types. The operating environment 2610 is only one example of a suitable operating environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Other well known computer systems, environments, and/or configurations that may be suitable for use with the invention include but are not limited to, personal computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include the above systems or devices, and the like.
With reference to FIG. 26, an exemplary environment 2610 for implementing various aspects of the invention includes a computer 2612. The computer 2612 includes a processing unit 2614, a system memory 2616, and a system bus 2618. The system bus 2618 couples system components including, but not limited to, the system memory 2616 to the processing unit 2614. The processing unit 2614 can be any of various available processors. Dual microprocessors and other multiprocessor architectures also can be employed as the processing unit 2614.
The system bus 2618 can be any of several types of bus structure(s) including the memory bus or memory controller, a peripheral bus or external bus, and/or a local bus using any variety of available bus architectures including, but not limited to, an 8-bit bus, Industrial Standard Architecture (ISA), Micro-Channel Architecture (MSA), Extended ISA (EISA), Intelligent Drive Electronics (IDE), VESA Local Bus (VLB), Peripheral Component Interconnect (PCI), Universal Serial Bus (USB), Advanced Graphics Port (AGP), Personal Computer Memory Card International Association bus (PCMCIA), and Small Computer Systems Interface (SCSI).
The system memory 2616 includes volatile memory 2620 and nonvolatile memory 2622. The basic input/output system (BIOS), containing the basic routines to transfer information between elements within the computer 2612, such as during start-up, is stored in nonvolatile memory 2622. By way of illustration, and not limitation, Nonvolatile memory 2622 can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory 2620 includes random access memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as synchronous RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), Synchlink DRAM (SLDRAM), and direct Rambus RAM(DRRAM).
Computer 2612 also includes removable/nonremovable, volatile/nonvolatile computer storage media. FIG. 26 illustrates, for example a disk storage 2624. Disk storage 2624 includes, but is not limited to, devices like a magnetic disk drive, floppy disk drive, tape drive, Jaz drive, Zip drive, LS-100 drive, flash memory card, or memory stick. In addition, disk storage 2624 can include storage media separately or in combination with other storage media including, but not limited to, an optical disk drive such as a compact disk ROM device (CD-ROM), CD recordable drive (CD-R Drive), CD rewritable drive (CD-RW Drive) or a digital versatile disk ROM drive (DVD-ROM). To facilitate connection of the disk storage devices 2624 to the system bus 2618, a removable or non-removable interface is typically used such as interface 2626.
It is to be appreciated that FIG. 26 describes software that acts as an intermediary between users and the basic computer resources described in suitable operating environment 2610. Such software includes an operating system 2628. Operating system 2628, which can be stored on disk storage 2624, acts to control and allocate resources of the computer system 2612. System applications 2630 take advantage of the management of resources by operating system 2628 through program modules 2632 and program data 2634 stored either in system memory 2616 or on disk storage 2624. It is to be appreciated that the present invention can be implemented with various operating systems or combinations of operating systems.
A user enters commands or information into the computer 2612 through input device(s) 2636. Input devices 2636 include, but are not limited to, a pointing device such as a mouse, trackball, stylus, touch pad, keyboard, microphone, joystick, game pad, satellite dish, scanner, TV tuner card, digital camera, digital video camera, web camera, and the like. These and other input devices connect to the processing unit 2614 through the system bus 2618 via interface port(s) 2638. Interface port(s) 2638 include, for example, a serial port, a parallel port, a game port, and a universal serial bus (USB). Output device(s) 2640 use some of the same type of ports as input device(s) 2636. Thus, for example, a USB port may be used to provide input to computer 2612, and to output information from computer 2612 to an output device 2640. Output adapter 2642 is provided to illustrate that there are some output devices 2640 like monitors, speakers, and printers among other output devices 2640 that require special adapters. The output adapters 2642 include, by way of illustration and not limitation, video and sound cards that provide a means of connection between the output device 2640 and the system bus 2618. It should be noted that other devices and/or systems of devices provide both input and output capabilities such as remote computer(s) 2644.
Computer 2612 can operate in a networked environment using logical connections to one or more remote computers, such as remote computer(s) 2644. The remote computer(s) 2644 can be a personal computer, a server, a router, a network PC, a workstation, a microprocessor based appliance, a peer device or other common network node and the like, and typically includes many or all of the elements described relative to computer 2612. For purposes of brevity, only a memory storage device 2646 is illustrated with remote computer(s) 2644. Remote computer(s) 2644 is logically connected to computer 2612 through a network interface 2648 and then physically connected via communication connection 2650. Network interface 2648 encompasses communication networks such as local-area networks (LAN) and wide-area networks (WAN). LAN technologies include Fiber Distributed Data Interface (FDDI), Copper Distributed Data Interface (CDDI), Ethernet/IEEE 802.3, Token Ring/IEEE 802.5 and the like. WAN technologies include, but are not limited to, point-to-point links, circuit switching networks like Integrated Services Digital Networks (ISDN) and variations thereon, packet switching networks, and Digital Subscriber Lines (DSL).
Communication connection(s) 2650 refers to the hardware/software employed to connect the network interface 2648 to the bus 2618. While communication connection 1550 is shown for illustrative clarity inside computer 2612, it can also be external to computer 2612. The hardware/software necessary for connection to the network interface 2648 includes, for exemplary purposes only, internal and external technologies such as, modems including regular telephone grade modems, cable modems and DSL modems, ISDN adapters, and Ethernet cards.
What has been described above includes examples of the present invention. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the present invention, but one of ordinary skill in the art may recognize that many further combinations and permutations of the present invention are possible. Accordingly, the present invention is intended to embrace all such alterations, modifications and variations that fall within the spirit and scope of the appended claims. Furthermore, to the extent that the term “includes” is used in either the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term “comprising” as “comprising” is interpreted when employed as a transitional word in a claim.

Claims (34)

1. A computer implemented object hierarchy structure system comprising the following computer executable components:
an object generator that in response to a command to expand a node provides an initiator node that facilitates generation of a new object within the object hierarchy upon expansion of the node; and
a display component that concurrently displays the initiator node with the expanded node.
2. The system of claim 1, the generated object associated with at least one of a message, a port, a variable, a correlation and a role link.
3. The system of claim 1, the object generator receiving input information comprising a name of the generated object.
4. The system of claim 1, wherein the object generator further receives information associated with a parameter of the generated object.
5. The system of claim 1, wherein a grid overlays at least a portion of the object hierarchy structure.
6. The system of claim 5, wherein the grid defines cells that receive information associated with a parameter of the generated object.
7. The system of claim 5, the display component further displaying a drop-down combo-box providing help text regarding information being entered into the grid.
8. The system of claim 1, the display component further displaying help information associated with the initiator node.
9. The system of claim 1, the object generator providing simple visual indicator if at least some of the input information is at least one of invalid and insufficient.
10. The system of claim 9, wherein specific help information is displayed upon hovering a pointer device over the simple visual indicator.
11. The system of claim 1, wherein the generated object is represented in the same node of the object hierarchy structure as the initiator node.
12. The system of claim 1, wherein the generated object is represented in a different node of the object hierarchy structure than the initiator node.
13. The system of claim 1, wherein the display component further displays a user interface box facilitating receipt of information associated with a parameter of the generated object.
14. The system of claim 13, wherein a drop-down combo-box having help text regarding the information being entered into the user interface box is displayed by the display component.
15. The system of claim 1, wherein artificial intelligence techniques are employed to facilitate implicit training of the system, therein allowing the system to determine a type of initiator node to be associated with the expanded node.
16. The system of claim 15 further comprising a classifier, the classifier being at least one of a support vector machine, expert system, neural network, Bayesian belief network, and Hidden Markov Model.
17. The system of claim 1, wherein a user defines the type of initiator nodes to be associated with a given expanded node.
18. The system of claim 1 embodied in a computer readable medium.
19. A computer executable object hierarchy structure system comprising:
an object generator that in response to a command to expand a node provides a initiator node that generates at least one functionality that can be employed with an object within the object hierarchy upon expansion of the node; and
a display component that concurrently displays the initiator node and the at least one functionality with the expanded node.
20. The system of claim 19 embodied in a computer readable medium.
21. The system of claim 19, further comprising an implicitly trained classifier that infers a type of functionality to be associated with the initiator node.
22. The system of claim 19, wherein a user defines the type of functionality to be associated with a given initiator node.
23. A method implemented by a computing device, the method facilitates creation of a new object in an object hierarchy comprising:
receiving an instruction to expand an object folder; and,
concurrently displaying contents of the expanded folder and an option related to creation of a new object within the expanded folder associated with at least one of the contents.
24. A computer readable medium having stored thereon computer executable instructions for carrying out the method of claim 23.
25. The method of claim 23, further comprising at least one of the following acts:
generating the new object; and,
receiving information from a user, the information associated with at least one of a name of the new object and a parameter of the new object.
26. A computer readable medium having stored thereon computer executable instructions for carrying out a method that facilitates creation of new objects in an object hierarchy comprising:
receiving an instruction to expand an object folder;
concurrently displaying contents of the expanded folder and an option related to manipulation of at least one of the contents; and
generating a new object in the expanded folder based, at least in part, upon the option.
27. The method of claim 26, further comprising at least one of the following acts:
receiving information from a user, the information associated with at least one of a name of the new object and a parameter of the new object.
28. A computer implemented method that facilitates creation of new objects in an object hierarchy comprising the following computer executable acts:
displaying an object hierarchy structure having an expandable node;
receiving an input associated with expansion of the expandable node; and,
concurrently displaying contents of the expandable node and information associated with creation of a new object associated with at least one of the contents.
29. The method of claim 28, further comprising at least one of the following acts:
generating the new object; and,
receiving information from a user, the information associated with at least one of a name of the new object and a parameter of the new object.
30. A method implemented by a computing device, that facilitates the availability of a particular functionality of an object within an object hierarchy comprising:
displaying an object hierarchy structure having an expandable node;
receiving an input associated with expansion of the expandable node, the expandable node comprising at least an initiator node; and
concurrently displaying contents of the expandable node and information associated with a particular functionality of an object associated with at least one of the contents.
31. A computer readable medium storing computer executable components of an object hierarchy structure system comprising:
a display component that displays an object hierarchy structure having an expandable node;
an input component that facilitates expansion of the expandable node and receipt of input information; and,
a object generator that provides a initiator node to the object hierarchy structure upon expansion of the expandable node and generates an object of the object hierarchy structure based, at least in part, upon the initiator node and the input information.
32. A computer executable object hierarchy structure system comprising:
means for displaying an object hierarchy structure having an expandable node;
means for receiving input facilitating expansion of the expandable node and receipt of input information; and,
means for generating an object based on a initiator node provided to the object hierarchy structure upon expansion of the expandable node, the object being generated and displayed based, at least in part, upon the initiator node and the input information.
33. A computer executable system that facilitates creation of a new object in an object hierarchy comprising:
means for receiving an instruction to expand and display contents of an object folder; and,
means for concurrently displaying contents of the folder and an option contained within the folder, the option related to creation of a new object associated with at least one of the contents.
34. A computer implemented system employing a object hierarchy structure user interface comprising the following computer executable components:
an object hierarchy structure region that displays an object hierarchy structure having an expandable node; and,
an initiator node region that displays an initiator node upon expansion of the expandable node, the initiator node facilitates generation of an object within the object hierarchy structure.
US10/411,576 2003-04-10 2003-04-10 Creation of an object within an object hierarchy structure Active 2025-03-03 US7272818B2 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
US10/411,576 US7272818B2 (en) 2003-04-10 2003-04-10 Creation of an object within an object hierarchy structure
JP2004108214A JP5252767B2 (en) 2003-04-10 2004-03-31 System and method for object creation in an object hierarchy
EP04007962A EP1475701A3 (en) 2003-04-10 2004-04-01 System and method for creation of an object within an object hierarchy structure
EP07003773.4A EP1785853B1 (en) 2003-04-10 2004-04-01 System and method for creation of an object within an object hierarchy structure
KR1020040024356A KR101076897B1 (en) 2003-04-10 2004-04-09 System and method for creation of an object within an object hierarchy structure
CNA2004100346260A CN1550980A (en) 2003-04-10 2004-04-12 System and method for creation of an object within an object hierarchy structure
US11/856,315 US8060822B2 (en) 2003-04-10 2007-09-17 System and method for creation of an object within an object hierarchy structure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/411,576 US7272818B2 (en) 2003-04-10 2003-04-10 Creation of an object within an object hierarchy structure

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/856,315 Division US8060822B2 (en) 2003-04-10 2007-09-17 System and method for creation of an object within an object hierarchy structure

Publications (2)

Publication Number Publication Date
US20040205711A1 US20040205711A1 (en) 2004-10-14
US7272818B2 true US7272818B2 (en) 2007-09-18

Family

ID=32990294

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/411,576 Active 2025-03-03 US7272818B2 (en) 2003-04-10 2003-04-10 Creation of an object within an object hierarchy structure
US11/856,315 Expired - Fee Related US8060822B2 (en) 2003-04-10 2007-09-17 System and method for creation of an object within an object hierarchy structure

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/856,315 Expired - Fee Related US8060822B2 (en) 2003-04-10 2007-09-17 System and method for creation of an object within an object hierarchy structure

Country Status (5)

Country Link
US (2) US7272818B2 (en)
EP (2) EP1785853B1 (en)
JP (1) JP5252767B2 (en)
KR (1) KR101076897B1 (en)
CN (1) CN1550980A (en)

Cited By (129)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050050438A1 (en) * 2003-08-27 2005-03-03 Microsoft Corporation Hierarchical navigation layers for wizards
US20050257136A1 (en) * 2000-09-01 2005-11-17 Dietrich Charisius Methods and systems for animating a workflow and a project plan
US20060055670A1 (en) * 2004-09-14 2006-03-16 Adam Castrucci Interactive object property region for graphical user interface
US20060101390A1 (en) * 2004-10-19 2006-05-11 Microsoft Corporation Lookup control configuration
US20070124006A1 (en) * 2005-11-28 2007-05-31 Ubiquity Software Corporation Service structured application development architecture
US20070152961A1 (en) * 2005-12-30 2007-07-05 Dunton Randy R User interface for a media device
US20070198987A1 (en) * 2006-01-20 2007-08-23 Bottger Todd A API for obtaining unambiguous representation of objects in a relational database
US20070288883A1 (en) * 2006-06-09 2007-12-13 International Business Machines Corporation Method for consolidated launching of multiple tasks
US20070294667A1 (en) * 2006-06-15 2007-12-20 International Business Machines Corporation Method for moving and copying dependencies along with source code
US20070294701A1 (en) * 2006-06-15 2007-12-20 International Business Machines Corporation Computer implemented method and system for sharing resources among hierarchical containers of resources
US20080092111A1 (en) * 2006-10-17 2008-04-17 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US20080222182A1 (en) * 2006-04-27 2008-09-11 International Business Machines Corporation Method for Fast Deletion of Physically Clustered Data
KR100887105B1 (en) 2008-09-09 2009-03-04 김진만 Method for implementing .net component for controlling peripheral device in indutrial embeded controller loaded windows ce
US20090143909A1 (en) * 2007-12-03 2009-06-04 Elecrtonics And Telecommunications Research Institute Network-based robot system and method for action execution of robot
US20130036380A1 (en) * 2011-08-02 2013-02-07 Apple Inc. Graphical User Interface for Tracking and Displaying Views of an Application
US9024864B2 (en) 2007-06-12 2015-05-05 Intel Corporation User interface with software lensing for very long lists of content
US9563406B1 (en) * 2013-05-15 2017-02-07 The Mathworks, Inc. Graphical user interface replacement of function signatures
US10963591B2 (en) 2018-09-07 2021-03-30 OneTrust, LLC Data processing systems for orphaned data identification and deletion and related methods
US10970675B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Data processing systems for generating and populating a data inventory
US10970371B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Consent receipt management systems and related methods
US10972509B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Data processing and scanning systems for generating and populating a data inventory
US10984132B2 (en) 2016-06-10 2021-04-20 OneTrust, LLC Data processing systems and methods for populating and maintaining a centralized database of personal data
US10997315B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US10997542B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Privacy management systems and methods
US10997318B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Data processing systems for generating and populating a data inventory for processing data access requests
US11004125B2 (en) 2016-04-01 2021-05-11 OneTrust, LLC Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design
US11025675B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance
US11023842B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems and methods for bundled privacy policies
US11023616B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques
US11030327B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11030563B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Privacy management systems and methods
US11030274B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Data processing user interface monitoring systems and related methods
US11036771B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11036882B2 (en) * 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for processing and managing data subject access in a distributed environment
US11038925B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11036674B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for processing data subject access requests
US11057356B2 (en) 2016-06-10 2021-07-06 OneTrust, LLC Automated data processing systems and methods for automatically processing data subject access requests using a chatbot
US11062051B2 (en) 2016-06-10 2021-07-13 OneTrust, LLC Consent receipt management systems and related methods
US11068618B2 (en) 2016-06-10 2021-07-20 OneTrust, LLC Data processing systems for central consent repository and related methods
US11070593B2 (en) 2016-06-10 2021-07-20 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11074367B2 (en) 2016-06-10 2021-07-27 OneTrust, LLC Data processing systems for identity validation for consumer rights requests and related methods
US11087260B2 (en) 2016-06-10 2021-08-10 OneTrust, LLC Data processing systems and methods for customizing privacy training
US11100445B2 (en) 2016-06-10 2021-08-24 OneTrust, LLC Data processing systems for assessing readiness for responding to privacy-related incidents
US11100444B2 (en) 2016-06-10 2021-08-24 OneTrust, LLC Data processing systems and methods for providing training in a vendor procurement process
US11113416B2 (en) 2016-06-10 2021-09-07 OneTrust, LLC Application privacy scanning systems and related methods
US11120162B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data processing systems for data testing to confirm data deletion and related methods
US11120161B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data subject access request processing systems and related methods
US11122011B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data processing systems and methods for using a data model to select a target data asset in a data migration
US11126748B2 (en) 2016-06-10 2021-09-21 OneTrust, LLC Data processing consent management systems and related methods
US11134086B2 (en) 2016-06-10 2021-09-28 OneTrust, LLC Consent conversion optimization systems and related methods
US11138318B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems for data transfer risk identification and related methods
US11138242B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software
US11138299B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11138336B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11144670B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Data processing systems for identifying and modifying processes that are subject to data subject access requests
US11144675B2 (en) 2018-09-07 2021-10-12 OneTrust, LLC Data processing systems and methods for automatically protecting sensitive data within privacy management systems
US11144622B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Privacy management systems and methods
US11146566B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11151233B2 (en) 2016-06-10 2021-10-19 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11157600B2 (en) 2016-06-10 2021-10-26 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11182501B2 (en) 2016-06-10 2021-11-23 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11188615B2 (en) 2016-06-10 2021-11-30 OneTrust, LLC Data processing consent capture systems and related methods
US11188862B2 (en) 2016-06-10 2021-11-30 OneTrust, LLC Privacy management systems and methods
US11195134B2 (en) 2016-06-10 2021-12-07 OneTrust, LLC Privacy management systems and methods
US11200341B2 (en) 2016-06-10 2021-12-14 OneTrust, LLC Consent receipt management systems and related methods
US11210420B2 (en) 2016-06-10 2021-12-28 OneTrust, LLC Data subject access request processing systems and related methods
US11222139B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems and methods for automatic discovery and assessment of mobile software development kits
US11222142B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems for validating authorization for personal data collection, storage, and processing
US11222309B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11228620B2 (en) 2016-06-10 2022-01-18 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11227247B2 (en) 2016-06-10 2022-01-18 OneTrust, LLC Data processing systems and methods for bundled privacy policies
US11238390B2 (en) 2016-06-10 2022-02-01 OneTrust, LLC Privacy management systems and methods
US11244367B2 (en) 2016-04-01 2022-02-08 OneTrust, LLC Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design
US11244071B2 (en) 2016-06-10 2022-02-08 OneTrust, LLC Data processing systems for use in automatically generating, populating, and submitting data subject access requests
US11277448B2 (en) 2016-06-10 2022-03-15 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11295316B2 (en) 2016-06-10 2022-04-05 OneTrust, LLC Data processing systems for identity validation for consumer rights requests and related methods
US11294939B2 (en) 2016-06-10 2022-04-05 OneTrust, LLC Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software
US11301589B2 (en) 2016-06-10 2022-04-12 OneTrust, LLC Consent receipt management systems and related methods
US11301796B2 (en) 2016-06-10 2022-04-12 OneTrust, LLC Data processing systems and methods for customizing privacy training
US11308435B2 (en) 2016-06-10 2022-04-19 OneTrust, LLC Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques
US11328092B2 (en) 2016-06-10 2022-05-10 OneTrust, LLC Data processing systems for processing and managing data subject access in a distributed environment
US11336697B2 (en) 2016-06-10 2022-05-17 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11341447B2 (en) 2016-06-10 2022-05-24 OneTrust, LLC Privacy management systems and methods
US11343284B2 (en) 2016-06-10 2022-05-24 OneTrust, LLC Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance
US11354435B2 (en) 2016-06-10 2022-06-07 OneTrust, LLC Data processing systems for data testing to confirm data deletion and related methods
US11354434B2 (en) 2016-06-10 2022-06-07 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11366786B2 (en) 2016-06-10 2022-06-21 OneTrust, LLC Data processing systems for processing data subject access requests
US11366909B2 (en) 2016-06-10 2022-06-21 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11373007B2 (en) 2017-06-16 2022-06-28 OneTrust, LLC Data processing systems for identifying whether cookies contain personally identifying information
US11392720B2 (en) 2016-06-10 2022-07-19 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11397819B2 (en) 2020-11-06 2022-07-26 OneTrust, LLC Systems and methods for identifying data processing activities based on data discovery results
US11403377B2 (en) 2016-06-10 2022-08-02 OneTrust, LLC Privacy management systems and methods
US11416798B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing systems and methods for providing training in a vendor procurement process
US11416634B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Consent receipt management systems and related methods
US11416109B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Automated data processing systems and methods for automatically processing data subject access requests using a chatbot
US11418492B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing systems and methods for using a data model to select a target data asset in a data migration
US11416589B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11416590B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11436373B2 (en) 2020-09-15 2022-09-06 OneTrust, LLC Data processing systems and methods for detecting tools for the automatic blocking of consent requests
US11438386B2 (en) 2016-06-10 2022-09-06 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11442906B2 (en) 2021-02-04 2022-09-13 OneTrust, LLC Managing custom attributes for domain objects defined within microservices
US11444976B2 (en) 2020-07-28 2022-09-13 OneTrust, LLC Systems and methods for automatically blocking the use of tracking tools
US11461500B2 (en) 2016-06-10 2022-10-04 OneTrust, LLC Data processing systems for cookie compliance testing with website scanning and related methods
US11475136B2 (en) 2016-06-10 2022-10-18 OneTrust, LLC Data processing systems for data transfer risk identification and related methods
US11475165B2 (en) 2020-08-06 2022-10-18 OneTrust, LLC Data processing systems and methods for automatically redacting unstructured data from a data subject access request
US11481710B2 (en) 2016-06-10 2022-10-25 OneTrust, LLC Privacy management systems and methods
US11494515B2 (en) 2021-02-08 2022-11-08 OneTrust, LLC Data processing systems and methods for anonymizing data samples in classification analysis
US11520928B2 (en) 2016-06-10 2022-12-06 OneTrust, LLC Data processing systems for generating personal data receipts and related methods
US11526624B2 (en) 2020-09-21 2022-12-13 OneTrust, LLC Data processing systems and methods for automatically detecting target data transfers and target data processing
US11533315B2 (en) 2021-03-08 2022-12-20 OneTrust, LLC Data transfer discovery and analysis systems and related methods
US11544409B2 (en) 2018-09-07 2023-01-03 OneTrust, LLC Data processing systems and methods for automatically protecting sensitive data within privacy management systems
US11546661B2 (en) 2021-02-18 2023-01-03 OneTrust, LLC Selective redaction of media content
US11544667B2 (en) 2016-06-10 2023-01-03 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11562078B2 (en) 2021-04-16 2023-01-24 OneTrust, LLC Assessing and managing computational risk involved with integrating third party computing functionality within a computing system
US11562097B2 (en) 2016-06-10 2023-01-24 OneTrust, LLC Data processing systems for central consent repository and related methods
US11586700B2 (en) 2016-06-10 2023-02-21 OneTrust, LLC Data processing systems and methods for automatically blocking the use of tracking tools
US11586762B2 (en) 2016-06-10 2023-02-21 OneTrust, LLC Data processing systems and methods for auditing data request compliance
US11601464B2 (en) 2021-02-10 2023-03-07 OneTrust, LLC Systems and methods for mitigating risks of third-party computing system functionality integration into a first-party computing system
US11620142B1 (en) 2022-06-03 2023-04-04 OneTrust, LLC Generating and customizing user interfaces for demonstrating functions of interactive user environments
US11625502B2 (en) 2016-06-10 2023-04-11 OneTrust, LLC Data processing systems for identifying and modifying processes that are subject to data subject access requests
US11636171B2 (en) 2016-06-10 2023-04-25 OneTrust, LLC Data processing user interface monitoring systems and related methods
US11651104B2 (en) 2016-06-10 2023-05-16 OneTrust, LLC Consent receipt management systems and related methods
US11651402B2 (en) 2016-04-01 2023-05-16 OneTrust, LLC Data processing systems and communication systems and methods for the efficient generation of risk assessments
US11651106B2 (en) 2016-06-10 2023-05-16 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11675929B2 (en) 2016-06-10 2023-06-13 OneTrust, LLC Data processing consent sharing systems and related methods
US11687528B2 (en) 2021-01-25 2023-06-27 OneTrust, LLC Systems and methods for discovery, classification, and indexing of data in a native computing system
US11727141B2 (en) 2016-06-10 2023-08-15 OneTrust, LLC Data processing systems and methods for synching privacy-related user consent across multiple computing devices
US11775348B2 (en) 2021-02-17 2023-10-03 OneTrust, LLC Managing custom workflows for domain objects defined within microservices
US11797528B2 (en) 2020-07-08 2023-10-24 OneTrust, LLC Systems and methods for targeted data discovery

Families Citing this family (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040250257A1 (en) * 2003-06-04 2004-12-09 Oleg Koutyrine System and method for generator state object validation
US7031885B2 (en) * 2003-06-27 2006-04-18 Intel Corporation Method and apparatus for measuring accuracies of fixed-point computations
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
US7908562B2 (en) * 2003-10-23 2011-03-15 Microsoft Corporation System and a method for presenting items to a user with a contextual presentation
US7730073B2 (en) * 2003-10-23 2010-06-01 Microsoft Corporation System and a method for presenting related items to a user
US20050091181A1 (en) * 2003-10-23 2005-04-28 Mckee Timothy P. System and method for the presentation of items stored on a computer
US7434200B2 (en) * 2003-12-11 2008-10-07 Sap Ag Using incremental generation to develop software applications
US20050198651A1 (en) * 2004-03-05 2005-09-08 Microsoft Corporation Designer for software method signatures
US7398274B2 (en) * 2004-04-27 2008-07-08 International Business Machines Corporation Mention-synchronous entity tracking system and method for chaining mentions
US9552141B2 (en) * 2004-06-21 2017-01-24 Apple Inc. Methods and apparatuses for operating a data processing system
KR100731272B1 (en) * 2005-05-20 2007-06-21 노키아 코포레이션 Method and device for defining objects allowing to establish a device management tree for mobile communication devices
US20070055928A1 (en) * 2005-09-02 2007-03-08 Microsoft Corporation User workflow lists to organize multimedia files
US20070157156A1 (en) * 2005-12-29 2007-07-05 Microsoft Corporation Information models and the application life cycle
US20070157311A1 (en) * 2005-12-29 2007-07-05 Microsoft Corporation Security modeling and the application life cycle
US20070162890A1 (en) * 2005-12-29 2007-07-12 Microsoft Corporation Security engineering and the application life cycle
US20070192344A1 (en) * 2005-12-29 2007-08-16 Microsoft Corporation Threats and countermeasures schema
US7890315B2 (en) * 2005-12-29 2011-02-15 Microsoft Corporation Performance engineering and the application life cycle
US7818788B2 (en) 2006-02-14 2010-10-19 Microsoft Corporation Web application security frame
US8549429B2 (en) * 2007-01-25 2013-10-01 Sharp Kabushiki Kaisha Multi-window management apparatus and program, storage medium and information processing apparatus
CN101261580B (en) * 2007-03-05 2011-03-16 阿里巴巴集团控股有限公司 System and method for processing data
JP5226283B2 (en) * 2007-11-15 2013-07-03 キヤノン株式会社 Information processing apparatus, information processing system, method, and program
US7437686B1 (en) * 2007-11-16 2008-10-14 International Business Machines Corporation Systems, methods and computer program products for graphical user interface presentation to implement filtering of a large unbounded hierarchy to avoid repetitive navigation
US9225610B2 (en) * 2008-03-31 2015-12-29 Hitachi, Ltd. User interface providing information system topology presentation
US8504929B2 (en) * 2008-04-11 2013-08-06 Oracle International Corporation Editing user interface components
US20090265655A1 (en) * 2008-04-17 2009-10-22 Recent Memory Incorporated Navigable text user interface
US8495104B2 (en) * 2008-10-17 2013-07-23 Oracle International Corporation Database child object wizard
CA2679786A1 (en) * 2009-09-16 2009-12-16 Ibm Canada Limited - Ibm Canada Limitee Conceptual representation of business processes for cross-domain mapping
US8843836B2 (en) * 2009-12-10 2014-09-23 Sap Ag Model driven content development
US8316323B2 (en) * 2010-03-26 2012-11-20 Microsoft Corporation Breadcrumb navigation through heirarchical structures
US8793645B2 (en) 2010-04-02 2014-07-29 Microsoft Corporation Replacement of data element in a graph
US8584034B2 (en) 2010-04-27 2013-11-12 Surfwax, Inc. User interfaces for navigating structured content
US20120089914A1 (en) * 2010-04-27 2012-04-12 Surfwax Inc. User interfaces for navigating structured content
US20110289450A1 (en) * 2010-05-21 2011-11-24 Yokogawa Electric Corporation Method and apparatus for displaying batch execution data of an industrial plant
US9298473B2 (en) * 2010-10-29 2016-03-29 Sap Se System and method for a generic object access layer
US8935610B2 (en) * 2011-12-08 2015-01-13 Microsoft Corporation Dynamic minimized navigation bar for expanded communication service
US8875051B2 (en) 2011-12-08 2014-10-28 Microsoft Corporation Dynamic navigation bar for expanded communication service
US9348484B2 (en) * 2011-12-08 2016-05-24 Microsoft Technology Licensing, Llc Docking and undocking dynamic navigation bar for expanded communication service
US20130219279A1 (en) * 2012-02-21 2013-08-22 Ambient Corporation Aggregating nodes for efficient network management system visualization and operations
US10699038B2 (en) 2012-03-30 2020-06-30 Litmus Blue Technology LLC Configurable representation of domain models
US9098598B1 (en) 2012-05-04 2015-08-04 Google Inc. Non-default location support for expandable content item publisher side files
US8694378B1 (en) 2012-05-08 2014-04-08 Google Inc. Publisher side file support for expandable content items
US9043699B1 (en) 2012-07-05 2015-05-26 Google Inc. Determining expansion directions for expandable content item environments
US8751304B1 (en) 2012-07-05 2014-06-10 Google Inc. Monitoring content item expansion events across multiple content item providers
US9047254B1 (en) * 2012-07-05 2015-06-02 Google Inc. Detection and validation of expansion types of expandable content items
US9146911B1 (en) 2012-07-17 2015-09-29 Google Inc. Predicting expansion directions for expandable content item environments
US8694632B1 (en) 2012-07-17 2014-04-08 Google Inc. Determining content item expansion prediction accuracy
US9218118B2 (en) 2012-09-11 2015-12-22 Apple Inc. Media player playlist management
US9558278B2 (en) 2012-09-11 2017-01-31 Apple Inc. Integrated content recommendation
WO2014046637A1 (en) 2012-09-20 2014-03-27 Google Inc. Determining a configuration of a content item display environment
US20140115459A1 (en) * 2012-10-24 2014-04-24 Michael Norwood Help system
US9274684B2 (en) * 2013-03-07 2016-03-01 Siemens Industry, Inc. Hierarchical navigation with related objects
US9477380B2 (en) * 2013-03-15 2016-10-25 Afzal Amijee Systems and methods for creating and sharing nonlinear slide-based mutlimedia presentations and visual discussions comprising complex story paths and dynamic slide objects
AU2014285033B2 (en) * 2013-07-05 2017-09-14 RISOFTDEV, Inc. Systems and methods for creating and implementing an artificially intelligent agent or system
US10739951B2 (en) 2013-09-06 2020-08-11 Knowledge Initiatives LLC Interactive user interfaces for electronic textbook implementations
US20150072330A1 (en) * 2013-09-06 2015-03-12 Knowledge Initiatives LLC Electronic textbook
US10719220B2 (en) * 2015-03-31 2020-07-21 Autodesk, Inc. Dynamic scrolling
US11023817B2 (en) * 2017-04-20 2021-06-01 International Business Machines Corporation Probabilistic estimation of node values
CN111192679A (en) * 2019-12-25 2020-05-22 上海联影智能医疗科技有限公司 Method and device for processing image data exception and storage medium
CN115658050A (en) * 2022-09-28 2023-01-31 聪脉(上海)信息技术有限公司 Automatic definition method and system for failure chain logic
US11823108B1 (en) * 2022-10-14 2023-11-21 Stoke Space Technologies, Inc. System for managing resources and scheduling, and related method and software

Citations (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4821211A (en) 1987-11-19 1989-04-11 International Business Machines Corp. Method of navigating among program menus using a graphical menu tree
US5537630A (en) 1994-12-05 1996-07-16 International Business Machines Corporation Method and system for specifying method parameters in a visual programming system
US5546521A (en) 1991-10-15 1996-08-13 International Business Machines Corporation Dynamic presentation of contextual help and status information
US5550967A (en) * 1993-01-27 1996-08-27 Apple Computer, Inc. Method and apparatus for generating and displaying visual cues on a graphic user interface
US5574908A (en) * 1993-08-25 1996-11-12 Asymetrix Corporation Method and apparatus for generating a query to an information system specified using natural language-like constructs
US5630131A (en) * 1994-11-14 1997-05-13 Object Technology Licensing Corp. Method and apparatus for importing and exporting archive files for a graphical user interface
US5632031A (en) * 1991-03-28 1997-05-20 International Business Machines Corporation Method and means for encoding storing and retrieving hierarchical data processing information for a computer system
US5642511A (en) * 1994-12-16 1997-06-24 International Business Machines Corporation System and method for providing a visual application builder framework
US5664181A (en) * 1992-03-17 1997-09-02 International Business Machines Corporation Computer program product and program storage device for a data transmission dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5687365A (en) * 1992-03-17 1997-11-11 International Business Machines Corporation System and method for creating a data dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5701472A (en) * 1995-06-09 1997-12-23 Unisys Corporation Method for locating a versioned object within a version tree depicting a history of system data and processes for an enterprise
US5727174A (en) * 1992-03-23 1998-03-10 International Business Machines Corporation Graphical end-user interface for intelligent assistants
US5742836A (en) * 1990-10-31 1998-04-21 Borland International, Inc. Graphical programming system and methods with user interface
US5748186A (en) * 1995-10-02 1998-05-05 Digital Equipment Corporation Multimodal information presentation system
US5778223A (en) * 1992-03-17 1998-07-07 International Business Machines Corporation Dictionary for encoding and retrieving hierarchical data processing information for a computer system
US5907704A (en) * 1995-04-03 1999-05-25 Quark, Inc. Hierarchical encapsulation of instantiated objects in a multimedia authoring system including internet accessible objects
US5987247A (en) * 1997-05-09 1999-11-16 International Business Machines Corporation Systems, methods and computer program products for building frameworks in an object oriented environment
US6003040A (en) * 1998-01-23 1999-12-14 Mital; Vijay Apparatus and method for storing, navigating among and adding links between data items in computer databases
US6014138A (en) 1994-01-21 2000-01-11 Inprise Corporation Development system with methods for improved visual programming with hierarchical object explorer
US6025828A (en) 1992-05-26 2000-02-15 International Business Machines Corporation Display system with nested objects
US6028602A (en) * 1997-05-30 2000-02-22 Telefonaktiebolaget Lm Ericsson Method for managing contents of a hierarchical data model
US6029170A (en) * 1997-11-25 2000-02-22 International Business Machines Corporation Hybrid tree array data structure and method
US6055515A (en) 1996-07-30 2000-04-25 International Business Machines Corporation Enhanced tree control system for navigating lattices data structures and displaying configurable lattice-node labels
US6078327A (en) 1997-09-11 2000-06-20 International Business Machines Corporation Navigating applications and objects in a graphical user interface
US6111579A (en) * 1998-03-31 2000-08-29 International Business Machines Corporation Data processor controlled display system with a tree hierarchy of elements view having virtual nodes
US6151024A (en) * 1998-03-31 2000-11-21 International Business Machines Corporation Data processor controlled display interface with tree hierarchy of elements view expandable into multiple detailed views
US6275979B1 (en) * 1998-03-11 2001-08-14 International Business Machines Corporation Implementation for an object oriented run-time extensible item
US6281896B1 (en) * 1998-03-31 2001-08-28 International Business Machines Corporation Data processor controlled interface with multiple tree of elements views expandable into individual detail views
US6353923B1 (en) 1997-03-12 2002-03-05 Microsoft Corporation Active debugging environment for debugging mixed-language scripting code
US6408311B1 (en) * 1999-06-30 2002-06-18 Unisys Corp. Method for identifying UML objects in a repository with objects in XML content
US6446098B1 (en) * 1999-09-10 2002-09-03 Everypath, Inc. Method for converting two-dimensional data into a canonical representation
US6446077B2 (en) * 1998-09-21 2002-09-03 Microsoft Corporation Inherited information propagator for objects
US6502233B1 (en) * 1998-11-13 2002-12-31 Microsoft Corporation Automated help system for reference information
US6513152B1 (en) * 1997-07-23 2003-01-28 International Business Machines Corporation Object oriented framework mechanism for customization of object oriented frameworks
US6526455B1 (en) * 1996-02-05 2003-02-25 Kunio Kamimura Object management method, apparatus and data structure
US6532471B1 (en) * 2000-12-11 2003-03-11 International Business Machines Corporation Interface repository browser and editor
US6542912B2 (en) * 1998-10-16 2003-04-01 Commerce One Operations, Inc. Tool for building documents for commerce in trading partner networks and interface definitions based on the documents
US6559871B1 (en) * 1999-09-29 2003-05-06 International Business Machines Corporation Asynchronous tree navigator graphical user interface and associated methods
US6628305B1 (en) * 1998-11-09 2003-09-30 International Business Machines Corporation Architecture and definition of an extensible, object-oriented graphical user interface framework for managing and administering heterogenous digital library datastores
US6654759B1 (en) * 1999-11-26 2003-11-25 Bull S.A. Method for access via various protocols to objects in a tree representing at least one system resource
US6681370B2 (en) * 1999-05-19 2004-01-20 Microsoft Corporation HTML/XML tree synchronization
US6732353B1 (en) * 1999-10-08 2004-05-04 International Business Machines Corporation Method and system for generating enterprise applications of a diversity of information technologies
US6769113B1 (en) * 1999-10-08 2004-07-27 International Business Machines Corporation Enterprise process models and enterprise application for information technologies
US6810429B1 (en) * 2000-02-03 2004-10-26 Mitsubishi Electric Research Laboratories, Inc. Enterprise integration system
US6816175B1 (en) * 1998-12-19 2004-11-09 International Business Machines Corporation Orthogonal browsing in object hierarchies
US6814842B1 (en) * 2001-12-14 2004-11-09 Networks Associates Technology, Inc. System and method for organizing objects of a voice call in a tree representation
US6826443B2 (en) * 2001-11-29 2004-11-30 Agilent Technologies, Inc. Systems and methods for managing interaction with a presentation of a tree structure in a graphical user interface
US6826568B2 (en) * 2001-12-20 2004-11-30 Microsoft Corporation Methods and system for model matching
US6851089B1 (en) * 1999-10-25 2005-02-01 Amazon.Com, Inc. Software application and associated methods for generating a software layer for structuring semistructured information
US6868412B2 (en) * 2000-06-24 2005-03-15 Ncr Corporation Means for and method of displaying a visual decision tree model
US6941524B2 (en) * 2002-05-24 2005-09-06 International Business Machines Corporation System and method for displaying a recursive relationship between objects in a tree
US6944818B2 (en) * 2001-09-10 2005-09-13 Xerox Corporation Method and apparatus for the viewing and exploration of the content of hierarchical information
US6976212B2 (en) * 2001-09-10 2005-12-13 Xerox Corporation Method and apparatus for the construction and use of table-like visualizations of hierarchic material
US7036072B1 (en) * 2001-12-18 2006-04-25 Jgr Acquisition, Inc. Method and apparatus for declarative updating of self-describing, structured documents
US7047226B2 (en) * 2002-07-24 2006-05-16 The United States Of America As Represented By The Secretary Of The Navy System and method for knowledge amplification employing structured expert randomization
US7047488B2 (en) * 2002-07-19 2006-05-16 Open Invention Network Registry driven interoperability and exchange of documents
US7076766B2 (en) * 2002-06-03 2006-07-11 Steve Wirts Software application development methods and framework
US7117449B1 (en) * 2002-12-31 2006-10-03 Siebel Systems, Inc. Method and apparatus to present an integrated process modeler
US7124179B1 (en) * 2001-03-03 2006-10-17 Emc Corporation Single management point for a storage system or storage area network

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745901A (en) * 1994-11-08 1998-04-28 Kodak Limited Workflow initiated by graphical symbols
US5995940A (en) * 1997-03-20 1999-11-30 Microsoft Corporation Method and system for editing multivalued properties of an object
US6119122A (en) * 1997-09-17 2000-09-12 Novell, Inc. Method and apparatus for generically viewing and editing objects
US6360332B1 (en) * 1998-06-22 2002-03-19 Mercury Interactive Corporation Software system and methods for testing the functionality of a transactional server
US6466240B1 (en) * 1998-07-08 2002-10-15 Vadim Maslov Method for visually writing programs or scripts that transform structured text presented as a tree
JP2000357172A (en) * 1999-06-17 2000-12-26 Fujitsu Ltd Hierarchy definition file display system
US6772031B1 (en) * 2000-05-30 2004-08-03 International Business Machines Corporation Method of, system for, and computer program product for providing a job monitor
US6842878B1 (en) * 2000-09-29 2005-01-11 International Business Machines Corporation Method to document relations between objects using a graphical interface tree component
US20020057269A1 (en) * 2000-11-15 2002-05-16 Barber Glenn A. Method and apparatus for identifying the selection and exclusion of elements of complex sets
JP2002202944A (en) * 2000-12-28 2002-07-19 Canon Inc Information processor, device installation method, and storage medium
JP2003099464A (en) * 2001-09-21 2003-04-04 Ntt Comware Corp Object selecting method, its device, its program and recording medium with the program recorded thereon
US7456840B2 (en) * 2004-08-31 2008-11-25 Oracle International Corporation Displaying information using nodes in a graph
US20060080622A1 (en) * 2004-10-12 2006-04-13 International Business Machines Corporation Container metaphor for visualization of complex hierarchical data types
US20080052623A1 (en) * 2006-08-22 2008-02-28 Michael Gutfleisch Accessing data objects based on attribute data

Patent Citations (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4821211A (en) 1987-11-19 1989-04-11 International Business Machines Corp. Method of navigating among program menus using a graphical menu tree
US5745712A (en) * 1990-10-31 1998-04-28 Borland International, Inc. Graphical programming system and methods for assisting a user with creating screen objects on a screen device
US5742836A (en) * 1990-10-31 1998-04-21 Borland International, Inc. Graphical programming system and methods with user interface
US5659727A (en) * 1991-03-28 1997-08-19 International Business Machines Corporation Computer program product and program storage device for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5970494A (en) * 1991-03-28 1999-10-19 International Business Machines Corporation Computer program product and program storage device for a data transmission dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5632031A (en) * 1991-03-28 1997-05-20 International Business Machines Corporation Method and means for encoding storing and retrieving hierarchical data processing information for a computer system
US5546521A (en) 1991-10-15 1996-08-13 International Business Machines Corporation Dynamic presentation of contextual help and status information
US5687365A (en) * 1992-03-17 1997-11-11 International Business Machines Corporation System and method for creating a data dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5664181A (en) * 1992-03-17 1997-09-02 International Business Machines Corporation Computer program product and program storage device for a data transmission dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5721895A (en) * 1992-03-17 1998-02-24 International Business Machines Corporation Computer program product and program storage device for a data transmission dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5778223A (en) * 1992-03-17 1998-07-07 International Business Machines Corporation Dictionary for encoding and retrieving hierarchical data processing information for a computer system
US5727174A (en) * 1992-03-23 1998-03-10 International Business Machines Corporation Graphical end-user interface for intelligent assistants
US6025828A (en) 1992-05-26 2000-02-15 International Business Machines Corporation Display system with nested objects
US5550967A (en) * 1993-01-27 1996-08-27 Apple Computer, Inc. Method and apparatus for generating and displaying visual cues on a graphic user interface
US5574908A (en) * 1993-08-25 1996-11-12 Asymetrix Corporation Method and apparatus for generating a query to an information system specified using natural language-like constructs
US6014138A (en) 1994-01-21 2000-01-11 Inprise Corporation Development system with methods for improved visual programming with hierarchical object explorer
US5630131A (en) * 1994-11-14 1997-05-13 Object Technology Licensing Corp. Method and apparatus for importing and exporting archive files for a graphical user interface
US5537630A (en) 1994-12-05 1996-07-16 International Business Machines Corporation Method and system for specifying method parameters in a visual programming system
US5642511A (en) * 1994-12-16 1997-06-24 International Business Machines Corporation System and method for providing a visual application builder framework
US5907704A (en) * 1995-04-03 1999-05-25 Quark, Inc. Hierarchical encapsulation of instantiated objects in a multimedia authoring system including internet accessible objects
US5701472A (en) * 1995-06-09 1997-12-23 Unisys Corporation Method for locating a versioned object within a version tree depicting a history of system data and processes for an enterprise
US5748186A (en) * 1995-10-02 1998-05-05 Digital Equipment Corporation Multimodal information presentation system
US6526455B1 (en) * 1996-02-05 2003-02-25 Kunio Kamimura Object management method, apparatus and data structure
US6055515A (en) 1996-07-30 2000-04-25 International Business Machines Corporation Enhanced tree control system for navigating lattices data structures and displaying configurable lattice-node labels
US6353923B1 (en) 1997-03-12 2002-03-05 Microsoft Corporation Active debugging environment for debugging mixed-language scripting code
US5987247A (en) * 1997-05-09 1999-11-16 International Business Machines Corporation Systems, methods and computer program products for building frameworks in an object oriented environment
US6028602A (en) * 1997-05-30 2000-02-22 Telefonaktiebolaget Lm Ericsson Method for managing contents of a hierarchical data model
US6513152B1 (en) * 1997-07-23 2003-01-28 International Business Machines Corporation Object oriented framework mechanism for customization of object oriented frameworks
US6078327A (en) 1997-09-11 2000-06-20 International Business Machines Corporation Navigating applications and objects in a graphical user interface
US6029170A (en) * 1997-11-25 2000-02-22 International Business Machines Corporation Hybrid tree array data structure and method
US6003040A (en) * 1998-01-23 1999-12-14 Mital; Vijay Apparatus and method for storing, navigating among and adding links between data items in computer databases
US6275979B1 (en) * 1998-03-11 2001-08-14 International Business Machines Corporation Implementation for an object oriented run-time extensible item
US6281896B1 (en) * 1998-03-31 2001-08-28 International Business Machines Corporation Data processor controlled interface with multiple tree of elements views expandable into individual detail views
US6965390B2 (en) * 1998-03-31 2005-11-15 International Business Machines Corporation Method, system, and program for selecting devices to use to execute selected tasks in a graphical user interface
US6151024A (en) * 1998-03-31 2000-11-21 International Business Machines Corporation Data processor controlled display interface with tree hierarchy of elements view expandable into multiple detailed views
US6111579A (en) * 1998-03-31 2000-08-29 International Business Machines Corporation Data processor controlled display system with a tree hierarchy of elements view having virtual nodes
US6446077B2 (en) * 1998-09-21 2002-09-03 Microsoft Corporation Inherited information propagator for objects
US6542912B2 (en) * 1998-10-16 2003-04-01 Commerce One Operations, Inc. Tool for building documents for commerce in trading partner networks and interface definitions based on the documents
US6628305B1 (en) * 1998-11-09 2003-09-30 International Business Machines Corporation Architecture and definition of an extensible, object-oriented graphical user interface framework for managing and administering heterogenous digital library datastores
US6502233B1 (en) * 1998-11-13 2002-12-31 Microsoft Corporation Automated help system for reference information
US6816175B1 (en) * 1998-12-19 2004-11-09 International Business Machines Corporation Orthogonal browsing in object hierarchies
US6681370B2 (en) * 1999-05-19 2004-01-20 Microsoft Corporation HTML/XML tree synchronization
US6408311B1 (en) * 1999-06-30 2002-06-18 Unisys Corp. Method for identifying UML objects in a repository with objects in XML content
US6569208B2 (en) * 1999-09-10 2003-05-27 Everypath, Inc. Method and system for representing a web element for storing and rendering into other formats
US6446098B1 (en) * 1999-09-10 2002-09-03 Everypath, Inc. Method for converting two-dimensional data into a canonical representation
US6559871B1 (en) * 1999-09-29 2003-05-06 International Business Machines Corporation Asynchronous tree navigator graphical user interface and associated methods
US6732353B1 (en) * 1999-10-08 2004-05-04 International Business Machines Corporation Method and system for generating enterprise applications of a diversity of information technologies
US6769113B1 (en) * 1999-10-08 2004-07-27 International Business Machines Corporation Enterprise process models and enterprise application for information technologies
US6851089B1 (en) * 1999-10-25 2005-02-01 Amazon.Com, Inc. Software application and associated methods for generating a software layer for structuring semistructured information
US6654759B1 (en) * 1999-11-26 2003-11-25 Bull S.A. Method for access via various protocols to objects in a tree representing at least one system resource
US6810429B1 (en) * 2000-02-03 2004-10-26 Mitsubishi Electric Research Laboratories, Inc. Enterprise integration system
US6868412B2 (en) * 2000-06-24 2005-03-15 Ncr Corporation Means for and method of displaying a visual decision tree model
US6532471B1 (en) * 2000-12-11 2003-03-11 International Business Machines Corporation Interface repository browser and editor
US7124179B1 (en) * 2001-03-03 2006-10-17 Emc Corporation Single management point for a storage system or storage area network
US6944818B2 (en) * 2001-09-10 2005-09-13 Xerox Corporation Method and apparatus for the viewing and exploration of the content of hierarchical information
US6976212B2 (en) * 2001-09-10 2005-12-13 Xerox Corporation Method and apparatus for the construction and use of table-like visualizations of hierarchic material
US6826443B2 (en) * 2001-11-29 2004-11-30 Agilent Technologies, Inc. Systems and methods for managing interaction with a presentation of a tree structure in a graphical user interface
US6814842B1 (en) * 2001-12-14 2004-11-09 Networks Associates Technology, Inc. System and method for organizing objects of a voice call in a tree representation
US7036072B1 (en) * 2001-12-18 2006-04-25 Jgr Acquisition, Inc. Method and apparatus for declarative updating of self-describing, structured documents
US6826568B2 (en) * 2001-12-20 2004-11-30 Microsoft Corporation Methods and system for model matching
US6941524B2 (en) * 2002-05-24 2005-09-06 International Business Machines Corporation System and method for displaying a recursive relationship between objects in a tree
US7076766B2 (en) * 2002-06-03 2006-07-11 Steve Wirts Software application development methods and framework
US7047488B2 (en) * 2002-07-19 2006-05-16 Open Invention Network Registry driven interoperability and exchange of documents
US7047226B2 (en) * 2002-07-24 2006-05-16 The United States Of America As Represented By The Secretary Of The Navy System and method for knowledge amplification employing structured expert randomization
US7117449B1 (en) * 2002-12-31 2006-10-03 Siebel Systems, Inc. Method and apparatus to present an integrated process modeler

Non-Patent Citations (11)

* Cited by examiner, † Cited by third party
Title
"Biztalk Server 2000 Developer's Guide for .NET":, by Robert Shimonski et al, published Jan. 2002, pp. 124-127, 182, 205, 218, 229-230, 276-283. *
"Drop-Down Droup-Out Combo Box to Specifiy a Tree Node" IBM Technical Disclosure Bulletin (Jul. 1, 1994) 1 page.
European Search Report dated Jan. 3, 2006, mailed Mar. 7, 2006 for European Application Serial No. 04007962, 3 pages.
Flip Korn. A Taxonomy of Browsing Methods: Approaches to the 'Lost in Concept Space' Problem. University of Maryland. Dept. of Computer Science Technical Report. 1996.
Forte Display Library Release 3 of the Forte application Environment, Forte Software Inc., 1997, pp. 535-550. *
IBM Enterprise JavaBeans Development Using VisualAge for Java, Jacquin Picom et al, SG-24-5429-00, Jun. 1999, pp. 1-250, 413-422. *
JAVA Look and Feel Design Guidelines Advanced Topics, 2001, pp. 152-154. *
Mastering Microsoft Office 97 Professional Edition, Lonnie E. Moseley et al, 1997, pp. 307-308, 587-588. *
Template Software Workflow Template version 8.0, Using the WFT Development Environment, 1998 print, release 1997, Whole manual. *
Template Software Wprkflow Template Process Template, "Using the WFT Development Environment", 1998, Whole manual. *
Visual Basic 6 Unleashed The Comprehensive Solution, Rob thayer, SAMS, Sep. 11, 1998, pp. 49-62. *

Cited By (180)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050257136A1 (en) * 2000-09-01 2005-11-17 Dietrich Charisius Methods and systems for animating a workflow and a project plan
US7493591B2 (en) * 2000-09-01 2009-02-17 Borland Software Corporation Methods and systems for animating a workflow and a project plan
US20050050438A1 (en) * 2003-08-27 2005-03-03 Microsoft Corporation Hierarchical navigation layers for wizards
US7426703B2 (en) * 2003-08-27 2008-09-16 Microsoft Corporation Hierarchical navigation layers for wizards
US20060055670A1 (en) * 2004-09-14 2006-03-16 Adam Castrucci Interactive object property region for graphical user interface
US8056008B2 (en) * 2004-09-14 2011-11-08 Adobe Systems Incorporated Interactive object property region for graphical user interface
US20060101390A1 (en) * 2004-10-19 2006-05-11 Microsoft Corporation Lookup control configuration
US7962856B2 (en) * 2004-10-19 2011-06-14 Microsoft Corporation Lookup control configuration
US20070124006A1 (en) * 2005-11-28 2007-05-31 Ubiquity Software Corporation Service structured application development architecture
US8099716B2 (en) * 2005-11-28 2012-01-17 Ubiquity Software Corporation Limited Service structured application development architecture
US20070152961A1 (en) * 2005-12-30 2007-07-05 Dunton Randy R User interface for a media device
US20070198987A1 (en) * 2006-01-20 2007-08-23 Bottger Todd A API for obtaining unambiguous representation of objects in a relational database
US7818328B2 (en) * 2006-01-20 2010-10-19 Siebel Systems, Inc. API for obtaining unambiguous representation of objects in a relational database
US20080222182A1 (en) * 2006-04-27 2008-09-11 International Business Machines Corporation Method for Fast Deletion of Physically Clustered Data
US8005872B2 (en) 2006-04-27 2011-08-23 International Business Machines Corporation Method for fast deletion of physically clustered data
US20070288883A1 (en) * 2006-06-09 2007-12-13 International Business Machines Corporation Method for consolidated launching of multiple tasks
US20080250410A1 (en) * 2006-06-09 2008-10-09 Danny Soroker Method for consolidated launching of multiple tasks
US8219991B2 (en) 2006-06-09 2012-07-10 International Business Machines Corporation Consolidated launching of multiple tasks
US8302073B2 (en) 2006-06-15 2012-10-30 International Business Machines Corporation Moving and copying dependencies along with source code
US7870536B2 (en) 2006-06-15 2011-01-11 International Business Machines Corporation Computer implemented method and system for sharing resources among hierarchical containers of resources
US20080209432A1 (en) * 2006-06-15 2008-08-28 Guruduth Somasekhara Banavar Computer implemented method and system for sharing resources among hierarchical containers of resources
US20070294701A1 (en) * 2006-06-15 2007-12-20 International Business Machines Corporation Computer implemented method and system for sharing resources among hierarchical containers of resources
US20070294667A1 (en) * 2006-06-15 2007-12-20 International Business Machines Corporation Method for moving and copying dependencies along with source code
US8423956B2 (en) 2006-06-15 2013-04-16 International Business Machines Corporation Sharing resources among hierarchical containers of resources
US9038016B2 (en) * 2006-10-17 2015-05-19 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US20080092111A1 (en) * 2006-10-17 2008-04-17 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US8166452B2 (en) * 2006-10-17 2012-04-24 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US20120266130A1 (en) * 2006-10-17 2012-10-18 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US9024864B2 (en) 2007-06-12 2015-05-05 Intel Corporation User interface with software lensing for very long lists of content
US8265789B2 (en) * 2007-12-03 2012-09-11 Electronics And Telecommunications Research Institute Network-based robot system and method for action execution of robot
US20090143909A1 (en) * 2007-12-03 2009-06-04 Elecrtonics And Telecommunications Research Institute Network-based robot system and method for action execution of robot
KR100887105B1 (en) 2008-09-09 2009-03-04 김진만 Method for implementing .net component for controlling peripheral device in indutrial embeded controller loaded windows ce
US20130036380A1 (en) * 2011-08-02 2013-02-07 Apple Inc. Graphical User Interface for Tracking and Displaying Views of an Application
US9563406B1 (en) * 2013-05-15 2017-02-07 The Mathworks, Inc. Graphical user interface replacement of function signatures
US11651402B2 (en) 2016-04-01 2023-05-16 OneTrust, LLC Data processing systems and communication systems and methods for the efficient generation of risk assessments
US11244367B2 (en) 2016-04-01 2022-02-08 OneTrust, LLC Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design
US11004125B2 (en) 2016-04-01 2021-05-11 OneTrust, LLC Data processing systems and methods for integrating privacy information management systems with data loss prevention tools or other tools for privacy design
US11240273B2 (en) 2016-06-10 2022-02-01 OneTrust, LLC Data processing and scanning systems for generating and populating a data inventory
US11347889B2 (en) 2016-06-10 2022-05-31 OneTrust, LLC Data processing systems for generating and populating a data inventory
US10997315B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US10997542B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Privacy management systems and methods
US10997318B2 (en) 2016-06-10 2021-05-04 OneTrust, LLC Data processing systems for generating and populating a data inventory for processing data access requests
US10972509B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Data processing and scanning systems for generating and populating a data inventory
US11025675B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance
US11023842B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems and methods for bundled privacy policies
US11023616B2 (en) 2016-06-10 2021-06-01 OneTrust, LLC Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques
US11030327B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11030563B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Privacy management systems and methods
US11030274B2 (en) 2016-06-10 2021-06-08 OneTrust, LLC Data processing user interface monitoring systems and related methods
US11036771B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11036882B2 (en) * 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for processing and managing data subject access in a distributed environment
US11038925B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11036674B2 (en) 2016-06-10 2021-06-15 OneTrust, LLC Data processing systems for processing data subject access requests
US11057356B2 (en) 2016-06-10 2021-07-06 OneTrust, LLC Automated data processing systems and methods for automatically processing data subject access requests using a chatbot
US11062051B2 (en) 2016-06-10 2021-07-13 OneTrust, LLC Consent receipt management systems and related methods
US11068618B2 (en) 2016-06-10 2021-07-20 OneTrust, LLC Data processing systems for central consent repository and related methods
US11070593B2 (en) 2016-06-10 2021-07-20 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11074367B2 (en) 2016-06-10 2021-07-27 OneTrust, LLC Data processing systems for identity validation for consumer rights requests and related methods
US11087260B2 (en) 2016-06-10 2021-08-10 OneTrust, LLC Data processing systems and methods for customizing privacy training
US11100445B2 (en) 2016-06-10 2021-08-24 OneTrust, LLC Data processing systems for assessing readiness for responding to privacy-related incidents
US11100444B2 (en) 2016-06-10 2021-08-24 OneTrust, LLC Data processing systems and methods for providing training in a vendor procurement process
US11113416B2 (en) 2016-06-10 2021-09-07 OneTrust, LLC Application privacy scanning systems and related methods
US11120162B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data processing systems for data testing to confirm data deletion and related methods
US11120161B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data subject access request processing systems and related methods
US11122011B2 (en) 2016-06-10 2021-09-14 OneTrust, LLC Data processing systems and methods for using a data model to select a target data asset in a data migration
US11126748B2 (en) 2016-06-10 2021-09-21 OneTrust, LLC Data processing consent management systems and related methods
US11134086B2 (en) 2016-06-10 2021-09-28 OneTrust, LLC Consent conversion optimization systems and related methods
US11138318B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems for data transfer risk identification and related methods
US11138242B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software
US11138299B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11138336B2 (en) 2016-06-10 2021-10-05 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11144670B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Data processing systems for identifying and modifying processes that are subject to data subject access requests
US11921894B2 (en) 2016-06-10 2024-03-05 OneTrust, LLC Data processing systems for generating and populating a data inventory for processing data access requests
US11144622B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Privacy management systems and methods
US11146566B2 (en) 2016-06-10 2021-10-12 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11151233B2 (en) 2016-06-10 2021-10-19 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11868507B2 (en) 2016-06-10 2024-01-09 OneTrust, LLC Data processing systems for cookie compliance testing with website scanning and related methods
US11157600B2 (en) 2016-06-10 2021-10-26 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11182501B2 (en) 2016-06-10 2021-11-23 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11188615B2 (en) 2016-06-10 2021-11-30 OneTrust, LLC Data processing consent capture systems and related methods
US11188862B2 (en) 2016-06-10 2021-11-30 OneTrust, LLC Privacy management systems and methods
US11195134B2 (en) 2016-06-10 2021-12-07 OneTrust, LLC Privacy management systems and methods
US11200341B2 (en) 2016-06-10 2021-12-14 OneTrust, LLC Consent receipt management systems and related methods
US11210420B2 (en) 2016-06-10 2021-12-28 OneTrust, LLC Data subject access request processing systems and related methods
US11222139B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems and methods for automatic discovery and assessment of mobile software development kits
US11222142B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems for validating authorization for personal data collection, storage, and processing
US11222309B2 (en) 2016-06-10 2022-01-11 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11228620B2 (en) 2016-06-10 2022-01-18 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11227247B2 (en) 2016-06-10 2022-01-18 OneTrust, LLC Data processing systems and methods for bundled privacy policies
US11238390B2 (en) 2016-06-10 2022-02-01 OneTrust, LLC Privacy management systems and methods
US10970371B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Consent receipt management systems and related methods
US11244072B2 (en) 2016-06-10 2022-02-08 OneTrust, LLC Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques
US10970675B2 (en) 2016-06-10 2021-04-06 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11244071B2 (en) 2016-06-10 2022-02-08 OneTrust, LLC Data processing systems for use in automatically generating, populating, and submitting data subject access requests
US11256777B2 (en) 2016-06-10 2022-02-22 OneTrust, LLC Data processing user interface monitoring systems and related methods
US11277448B2 (en) 2016-06-10 2022-03-15 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11295316B2 (en) 2016-06-10 2022-04-05 OneTrust, LLC Data processing systems for identity validation for consumer rights requests and related methods
US11294939B2 (en) 2016-06-10 2022-04-05 OneTrust, LLC Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software
US11301589B2 (en) 2016-06-10 2022-04-12 OneTrust, LLC Consent receipt management systems and related methods
US11301796B2 (en) 2016-06-10 2022-04-12 OneTrust, LLC Data processing systems and methods for customizing privacy training
US11308435B2 (en) 2016-06-10 2022-04-19 OneTrust, LLC Data processing systems for identifying, assessing, and remediating data processing risks using data modeling techniques
US11328092B2 (en) 2016-06-10 2022-05-10 OneTrust, LLC Data processing systems for processing and managing data subject access in a distributed environment
US11328240B2 (en) 2016-06-10 2022-05-10 OneTrust, LLC Data processing systems for assessing readiness for responding to privacy-related incidents
US11336697B2 (en) 2016-06-10 2022-05-17 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11334682B2 (en) 2016-06-10 2022-05-17 OneTrust, LLC Data subject access request processing systems and related methods
US11334681B2 (en) 2016-06-10 2022-05-17 OneTrust, LLC Application privacy scanning systems and related meihods
US11341447B2 (en) 2016-06-10 2022-05-24 OneTrust, LLC Privacy management systems and methods
US11343284B2 (en) 2016-06-10 2022-05-24 OneTrust, LLC Data processing systems and methods for performing privacy assessments and monitoring of new versions of computer code for privacy compliance
US10984132B2 (en) 2016-06-10 2021-04-20 OneTrust, LLC Data processing systems and methods for populating and maintaining a centralized database of personal data
US11354435B2 (en) 2016-06-10 2022-06-07 OneTrust, LLC Data processing systems for data testing to confirm data deletion and related methods
US11354434B2 (en) 2016-06-10 2022-06-07 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11361057B2 (en) 2016-06-10 2022-06-14 OneTrust, LLC Consent receipt management systems and related methods
US11366786B2 (en) 2016-06-10 2022-06-21 OneTrust, LLC Data processing systems for processing data subject access requests
US11366909B2 (en) 2016-06-10 2022-06-21 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11847182B2 (en) 2016-06-10 2023-12-19 OneTrust, LLC Data processing consent capture systems and related methods
US11392720B2 (en) 2016-06-10 2022-07-19 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11727141B2 (en) 2016-06-10 2023-08-15 OneTrust, LLC Data processing systems and methods for synching privacy-related user consent across multiple computing devices
US11403377B2 (en) 2016-06-10 2022-08-02 OneTrust, LLC Privacy management systems and methods
US11409908B2 (en) 2016-06-10 2022-08-09 OneTrust, LLC Data processing systems and methods for populating and maintaining a centralized database of personal data
US11416798B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing systems and methods for providing training in a vendor procurement process
US11416634B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Consent receipt management systems and related methods
US11418516B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Consent conversion optimization systems and related methods
US11416109B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Automated data processing systems and methods for automatically processing data subject access requests using a chatbot
US11416636B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing consent management systems and related methods
US11416576B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing consent capture systems and related methods
US11418492B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing systems and methods for using a data model to select a target data asset in a data migration
US11416589B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11416590B2 (en) 2016-06-10 2022-08-16 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11675929B2 (en) 2016-06-10 2023-06-13 OneTrust, LLC Data processing consent sharing systems and related methods
US11438386B2 (en) 2016-06-10 2022-09-06 OneTrust, LLC Data processing systems for data-transfer risk identification, cross-border visualization generation, and related methods
US11651106B2 (en) 2016-06-10 2023-05-16 OneTrust, LLC Data processing systems for fulfilling data subject access requests and related methods
US11651104B2 (en) 2016-06-10 2023-05-16 OneTrust, LLC Consent receipt management systems and related methods
US11449633B2 (en) 2016-06-10 2022-09-20 OneTrust, LLC Data processing systems and methods for automatic discovery and assessment of mobile software development kits
US11461722B2 (en) 2016-06-10 2022-10-04 OneTrust, LLC Questionnaire response automation for compliance management
US11461500B2 (en) 2016-06-10 2022-10-04 OneTrust, LLC Data processing systems for cookie compliance testing with website scanning and related methods
US11468386B2 (en) 2016-06-10 2022-10-11 OneTrust, LLC Data processing systems and methods for bundled privacy policies
US11468196B2 (en) 2016-06-10 2022-10-11 OneTrust, LLC Data processing systems for validating authorization for personal data collection, storage, and processing
US11475136B2 (en) 2016-06-10 2022-10-18 OneTrust, LLC Data processing systems for data transfer risk identification and related methods
US11645353B2 (en) 2016-06-10 2023-05-09 OneTrust, LLC Data processing consent capture systems and related methods
US11481710B2 (en) 2016-06-10 2022-10-25 OneTrust, LLC Privacy management systems and methods
US11488085B2 (en) 2016-06-10 2022-11-01 OneTrust, LLC Questionnaire response automation for compliance management
US11645418B2 (en) 2016-06-10 2023-05-09 OneTrust, LLC Data processing systems for data testing to confirm data deletion and related methods
US11520928B2 (en) 2016-06-10 2022-12-06 OneTrust, LLC Data processing systems for generating personal data receipts and related methods
US11636171B2 (en) 2016-06-10 2023-04-25 OneTrust, LLC Data processing user interface monitoring systems and related methods
US11625502B2 (en) 2016-06-10 2023-04-11 OneTrust, LLC Data processing systems for identifying and modifying processes that are subject to data subject access requests
US11609939B2 (en) 2016-06-10 2023-03-21 OneTrust, LLC Data processing systems and methods for automatically detecting and documenting privacy-related aspects of computer software
US11586762B2 (en) 2016-06-10 2023-02-21 OneTrust, LLC Data processing systems and methods for auditing data request compliance
US11544405B2 (en) 2016-06-10 2023-01-03 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11544667B2 (en) 2016-06-10 2023-01-03 OneTrust, LLC Data processing systems for generating and populating a data inventory
US11550897B2 (en) 2016-06-10 2023-01-10 OneTrust, LLC Data processing and scanning systems for assessing vendor risk
US11551174B2 (en) 2016-06-10 2023-01-10 OneTrust, LLC Privacy management systems and methods
US11558429B2 (en) 2016-06-10 2023-01-17 OneTrust, LLC Data processing and scanning systems for generating and populating a data inventory
US11556672B2 (en) 2016-06-10 2023-01-17 OneTrust, LLC Data processing systems for verification of consent and notice processing and related methods
US11586700B2 (en) 2016-06-10 2023-02-21 OneTrust, LLC Data processing systems and methods for automatically blocking the use of tracking tools
US11562097B2 (en) 2016-06-10 2023-01-24 OneTrust, LLC Data processing systems for central consent repository and related methods
US11373007B2 (en) 2017-06-16 2022-06-28 OneTrust, LLC Data processing systems for identifying whether cookies contain personally identifying information
US11663359B2 (en) 2017-06-16 2023-05-30 OneTrust, LLC Data processing systems for identifying whether cookies contain personally identifying information
US10963591B2 (en) 2018-09-07 2021-03-30 OneTrust, LLC Data processing systems for orphaned data identification and deletion and related methods
US11144675B2 (en) 2018-09-07 2021-10-12 OneTrust, LLC Data processing systems and methods for automatically protecting sensitive data within privacy management systems
US11593523B2 (en) 2018-09-07 2023-02-28 OneTrust, LLC Data processing systems for orphaned data identification and deletion and related methods
US11157654B2 (en) 2018-09-07 2021-10-26 OneTrust, LLC Data processing systems for orphaned data identification and deletion and related methods
US11544409B2 (en) 2018-09-07 2023-01-03 OneTrust, LLC Data processing systems and methods for automatically protecting sensitive data within privacy management systems
US11797528B2 (en) 2020-07-08 2023-10-24 OneTrust, LLC Systems and methods for targeted data discovery
US11444976B2 (en) 2020-07-28 2022-09-13 OneTrust, LLC Systems and methods for automatically blocking the use of tracking tools
US11475165B2 (en) 2020-08-06 2022-10-18 OneTrust, LLC Data processing systems and methods for automatically redacting unstructured data from a data subject access request
US11436373B2 (en) 2020-09-15 2022-09-06 OneTrust, LLC Data processing systems and methods for detecting tools for the automatic blocking of consent requests
US11704440B2 (en) 2020-09-15 2023-07-18 OneTrust, LLC Data processing systems and methods for preventing execution of an action documenting a consent rejection
US11526624B2 (en) 2020-09-21 2022-12-13 OneTrust, LLC Data processing systems and methods for automatically detecting target data transfers and target data processing
US11397819B2 (en) 2020-11-06 2022-07-26 OneTrust, LLC Systems and methods for identifying data processing activities based on data discovery results
US11615192B2 (en) 2020-11-06 2023-03-28 OneTrust, LLC Systems and methods for identifying data processing activities based on data discovery results
US11687528B2 (en) 2021-01-25 2023-06-27 OneTrust, LLC Systems and methods for discovery, classification, and indexing of data in a native computing system
US11442906B2 (en) 2021-02-04 2022-09-13 OneTrust, LLC Managing custom attributes for domain objects defined within microservices
US11494515B2 (en) 2021-02-08 2022-11-08 OneTrust, LLC Data processing systems and methods for anonymizing data samples in classification analysis
US11601464B2 (en) 2021-02-10 2023-03-07 OneTrust, LLC Systems and methods for mitigating risks of third-party computing system functionality integration into a first-party computing system
US11775348B2 (en) 2021-02-17 2023-10-03 OneTrust, LLC Managing custom workflows for domain objects defined within microservices
US11546661B2 (en) 2021-02-18 2023-01-03 OneTrust, LLC Selective redaction of media content
US11533315B2 (en) 2021-03-08 2022-12-20 OneTrust, LLC Data transfer discovery and analysis systems and related methods
US11562078B2 (en) 2021-04-16 2023-01-24 OneTrust, LLC Assessing and managing computational risk involved with integrating third party computing functionality within a computing system
US11816224B2 (en) 2021-04-16 2023-11-14 OneTrust, LLC Assessing and managing computational risk involved with integrating third party computing functionality within a computing system
US11620142B1 (en) 2022-06-03 2023-04-04 OneTrust, LLC Generating and customizing user interfaces for demonstrating functions of interactive user environments

Also Published As

Publication number Publication date
EP1475701A3 (en) 2006-04-12
EP1475701A2 (en) 2004-11-10
KR20040089518A (en) 2004-10-21
JP5252767B2 (en) 2013-07-31
US20040205711A1 (en) 2004-10-14
JP2004318872A (en) 2004-11-11
US20090164939A1 (en) 2009-06-25
KR101076897B1 (en) 2011-10-25
US8060822B2 (en) 2011-11-15
EP1785853A1 (en) 2007-05-16
CN1550980A (en) 2004-12-01
EP1785853B1 (en) 2015-07-08

Similar Documents

Publication Publication Date Title
US7272818B2 (en) Creation of an object within an object hierarchy structure
US5241624A (en) Method for determining a user selected group of data objects for the propagation of attribute values
US9177049B2 (en) System and method for interactive visual representation of information content using assertions
US8302019B2 (en) System and method for visualizing process flows
US8707204B2 (en) Exploded views for providing rich regularized geometric transformations and interaction models on content for viewing, previewing, and interacting with documents, projects, and tasks
US6278450B1 (en) System and method for customizing controls on a toolbar
US5708764A (en) Hotlinks between an annotation window and graphics window for interactive 3D graphics
JP5416983B2 (en) Folder management apparatus, folder management method, and folder management program
EP2911044A1 (en) Rich drag drop user interface
US8370761B2 (en) Methods and systems for interactive classification of objects
KR101773574B1 (en) Method for chart visualizing of data table
EP1667041A2 (en) System and method for interactive visual representation of information content and relationships using layout and gestures
US20040153971A1 (en) System and method for checking and resolving publication design problems
US20220318485A1 (en) Document Mark-up and Navigation Using Natural Language Processing
KR101910179B1 (en) Web-based chart library system for data visualization
US20080072165A1 (en) Display method, computer program product and computer system
US9189249B2 (en) Method for automatically defining icons
KR20190011186A (en) Web-based chart library system for data visualization
JP4221007B2 (en) Data display processing system
CN117631928A (en) System based on drawing editing and displaying
JPH08115332A (en) Managing method for multimedia information
JPH0573255A (en) System for introducing function using picture sign

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ISHIMITSU, MICHAEL KAZUO;STALLO, GIOVANNI;REEL/FRAME:013977/0893

Effective date: 20030410

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034541/0477

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: SZ DJI TECHNOLOGY CO., LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT TECHNOLOGY LICENSING, LLC;REEL/FRAME:047259/0160

Effective date: 20180727

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: 11.5 YR SURCHARGE- LATE PMT W/IN 6 MO, LARGE ENTITY (ORIGINAL EVENT CODE: M1556); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12