US6434564B2 - Browser for hierarchical structures - Google Patents

Browser for hierarchical structures Download PDF

Info

Publication number
US6434564B2
US6434564B2 US09/895,175 US89517501A US6434564B2 US 6434564 B2 US6434564 B2 US 6434564B2 US 89517501 A US89517501 A US 89517501A US 6434564 B2 US6434564 B2 US 6434564B2
Authority
US
United States
Prior art keywords
data
link
graphical representation
data structure
displaying
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.)
Expired - Lifetime
Application number
US09/895,175
Other versions
US20010042063A1 (en
Inventor
Peter Ebert
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.)
SAP SE
Original Assignee
SAP SE
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
Application filed by SAP SE filed Critical SAP SE
Priority to US09/895,175 priority Critical patent/US6434564B2/en
Publication of US20010042063A1 publication Critical patent/US20010042063A1/en
Application granted granted Critical
Publication of US6434564B2 publication Critical patent/US6434564B2/en
Assigned to SAP AG reassignment SAP AG CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SAP AKTIENGESELLSCHAFT
Assigned to SAP SE reassignment SAP SE CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SAP AG
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/956Hierarchical
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/957Multidimensional
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching

Definitions

  • the first graphical user interfaces for networks were primitive and not entirely intuitive. A user would have to type complex commands to select the data to be displayed or to change the manner the data is displayed. Searches also required complex commands that were not very different from those used for text-based interfaces. However, searches were often the only way to find the desired data, since these primitive interfaces were not able to take full advantage of the links, to the extent that they existed, to quickly move a user from one set of data to another related set of data.
  • Data may be organized into huge databases of information that is spread across a network.
  • Data may be organized into objects, including applications and related files, or groups thereof. This data may be organized in larger hierarchies, often many levels deep.
  • Hierarchically organized objects and groups usually consist of textual data, icons, or two-dimensional images.
  • New development tools such as JAVA, allow browsers to display more sophisticated objects, such as moving pictures or moving text.
  • objects are limited by the underlying descriptive language used to create them. For example, today's browsers are not capable of displaying interactive VRML (Virtual Reality Markup Language) worlds.
  • VRML Virtual Reality Markup Language
  • Some browsers allow users to have multiple lenses, or windows, each with a different set of data, displayed on the screen at any given time. However, as the multiple windows start overlapping each other, a user can easily lose track of the order in which the data was visited. Alternatively, a user may wish to recall the hierarchy of the sets of data previously visited, which is also easily forgotten when multiple windows are displayed.
  • a user may wish to have easy access to links to frequently accessed data.
  • most browsers allow a user to create bookmarks.
  • This problem may be alleviated somewhat by having a hierarchical structure of bookmarks.
  • this is far from a perfect solution, as an increasingly complicated hierarchical structure of bookmarks makes it even more difficult for a user to find a particular link, and time is wasted going through the various levels of the hierarchical structure.
  • the present invention relates to an improvement over classic network browsers.
  • the browser being disclosed provides easy access to previously accessed data.
  • FIG. 1 is a view of a computer screen showing an embodiment of the display for a browser.
  • FIG. 2 is a flow chart showing how the display of lenses in a browser is determined.
  • FIG. 3 a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a first level.
  • FIG. 3 b is a tree structure representation of the category being represented in FIG. 3 a.
  • FIG. 4 a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a second level.
  • FIG. 4 b is a tree structure representation of the category being represented in FIG. 4 a.
  • FIG. 5 a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a third level.
  • FIG. 5 b is a tree structure representation of the category being represented in FIG. 5 a.
  • FIG. 6 a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a fourth level.
  • FIG. 6 b is a tree structure representation of the category being represented in FIG. 6 a.
  • FIG. 7 is an example of a simplified object model showing how a hierarchical browser may be programmed.
  • FIG. 8 is a view of a computer screen showing an embodiment of the user favorites screen containing graphical representations of user-created links.
  • FIG. 9 a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein a popup menu is displayed.
  • FIG. 9 b is a tree structure representation of the user-created links shown in FIG. 9 a.
  • FIG. 10 a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein a link has been moved.
  • FIG. 10 b is a tree structure representation of the user-created links shown in FIG. 10 a.
  • FIG. 11 a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein the physical representations of the links have been moved on the display without changing the hierarchical structure of the links.
  • FIG. 11 b is a tree structure representation of the user-created links shown in FIG. 11 a.
  • FIG. 12 is a view of a computer screen showing an alternative embodiment of the user favorites screen containing graphical representations of user-created links.
  • FIG. 13 is an example of a simplified object model showing how a user favorites screen containing graphical representations of user-created links may be programmed.
  • R/3 can be described primarily as an online transaction processing system designed to provide integrated processing of all business routines and transactions. It includes enterprise-wide, integrated solutions, as well as specialized applications for individual, departmental functions. R/3 mirrors all of the business-critical processes of the enterprise—finance, manufacturing, sales, and human resources. It also offers various analytical capabilities to supplement the transaction processing function.
  • the R/3 System is based on SAP's client/server architecture which separates the database, application, and presentation components for greater flexibility. This enables enterprises to take advantage of the various benefits of the architecture, including the capability to run across a variety of today's most popular UNIX-based hardware platforms.
  • the R/3 System is designed so that the application systems and system functions are decoupled by a clear layer of architecture, with an application layer and a basis layer.
  • the multilayer architecture of the R/3 System allows optimal load distribution, even in large installations with thousands of users. It has a modular structure with methods for controlling master-slave relationships between individual software components. Special servers linked by communications networks can be used for certain tasks without losing the integration of data and processes in the overall system.
  • the invention may be designed as modules that can be imbedded in a container.
  • Active-X Control or OCX may be used, though the invention should not be construed as being limited to such implementations.
  • Hierarchically structured database exists.
  • sets of data including four sets of data with the following category names assigned to them: “User Info Catalog”, “Companies”, “Computer Technology”, and “SAP”.
  • “User Info Catalog” is linked to “Companies”, which is one hierarchical level below “User Info Catalog”.
  • “Companies” is linked to “Computer Technology”, which is another hierarchical level below.
  • “Computer Technology” is linked to “SAP”, which is a further hierarchical level below.
  • lens 12 is used to display a graphical representation of the category “User Info Catalog”. Since “Companies” is at a deeper hierarchical level than “User Info Catalog”, the graphical representation of “Companies” is displayed in the smaller lens 14 .
  • lens 16 is used to display a graphical representation of “Computer Technology”.
  • lens 18 is used to display a graphical representation of “SAP”.
  • Each lens also displays the label or name of the category or set of data associated with that particular lens. Since lens 18 is the smallest lens displayed, it is also currently displaying a graphical representation of the set of data associated with “SAP”.
  • the set of data graphically represented in lens 18 contains objects, which may include text, icons, categories, applications, executable objects, such as executable reports, two-dimensional images, three-dimensional images, and VRML worlds.
  • Lens 18 is displaying a graphical representation of three objects 20 , 22 , and 24 that are categories one hierarchical level lower than “SAP”. Objects 20 , 22 , and 24 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 18 to display a graphical representation of the category selected. Lens 18 is also displaying graphical representations of objects 30 , 32 , 34 , and 36 . In a preferred embodiment, moving a cursor near one of these objects may cause a context-sensitive popup menu to appear with a list of possible commands to be selected. For example, moving a cursor near object 34 causes popup menu or context menu 37 to appear.
  • popup menu or context menu 37 has an “execute” option.
  • a popup menu or context menu is predefined and is automatically displayed in a format based on the object type and user authorization.
  • such a menu could be hierarchical.
  • a user may go to a deeper level in the hierarchical data structure by selecting a set of data graphically represented on screen 10 that has a deeper hierarchical level than the set of data currently being graphically represented. For example, selecting one of objects 20 , 22 , or 24 will bring a user to a deeper level.
  • a graphical representation of an object that is a category will indicate whether the category contains, at the next deeper level, an additional object.
  • symbol or icon 25 and symbol or icon 26 indicate that at least one object that is a category and at least one object that is not a category exist one hierarchical level deeper than object 20 .
  • symbol or icon 28 indicates that at least one category exists one hierarchical level deeper than object 22 .
  • a user may wish to go to a higher level in the hierarchical data structure. This may be accomplished by selecting one of the lenses displayed behind the most recently displayed lens. For example, in FIG. 1 a user may select lens 12 , 14 , or 16 to display the contents of the selected lens.
  • One way to select a lens that is already displayed on screen 10 is to move a mouse cursor to the displayed portion of the lens. For example, a user may view the objects previously displayed in lens 14 by placing the mouse cursor in the general area of point 15 and clicking the mouse button.
  • a user may press a key or key combination on the keyboard, such as an ⁇ Alt> key and left arrow key combination, to go up one level. This works in a manner similar to the “Back” button found in many popular browsers today. Selecting a lens on screen 10 will displace all smaller lenses on screen 10 .
  • a user may navigate within a lens using a mouse, keyboard controls, or other means.
  • a mouse may be used to scroll in any direction within a lens.
  • the left and right arrow keys of a keyboard may be used to scroll left or right, or to select objects having a graphical representation in a lens.
  • Other keys may be used to select objects, for example by pressing the key corresponding to the first letter of the name of an object.
  • buttons 40 and 42 may be used to scroll through objects. For example, selection of button 40 will cause the graphical representations of objects 20 , 22 , and 24 to disappear and to be replaced by graphical representations of other categories one hierarchical level lower than “SAP” to appear. Similarly, selection of button 42 will cause the graphical representations of objects 30 , 32 , 34 , and 36 to disappear and to be replaced by graphical representations of additional objects.
  • a computer makes a request 102 for a set of data.
  • a comparison 106 is made between the hierarchical level of the received set of data and the hierarchical level of the set of data currently graphically represented within the smallest lens displayed on screen 10 . If the received set of data is at a deeper hierarchical level, the creation 108 of a lens that is smaller than the currently displayed lens or lenses is commenced.
  • removal 112 of the lens or lenses displaying graphical representations of any sets of data that are at the same hierarchical level as the received set of data or at a deeper hierarchical level than the received set of data is commenced.
  • creation 108 of a lens that is smaller than the remaining displayed lens or lenses is commenced.
  • display 110 of a graphical representation of the received set of data commences within the lens created in creation 108 .
  • the computer is now ready to make a request 102 for another set of data.
  • flowchart 100 is only one preferred embodiment that there are other possible methods for determining the size of lenses and for displaying them in a fashion consistent with the invention.
  • the computer has the information necessary to determine the hierarchical level of a requested set of data, it may be possible to make a comparison 106 before receipt 104 of the requested set of data.
  • a requested set of data is associated with a URL that indicates the level of the data (such as a URL that uses slash characters to indicate a directory structure), it may be possible to determine the hierarchical level of the requested set of data before it arrives.
  • removal 112 of a displayed lens or lenses is not necessary if the creation 108 of a lens and display 110 of a graphical representation of the received set of data are accomplished in such a way that other lens or lenses are blocked off the screen 10 .
  • screen 310 shows lens 312 , which is displaying a graphical representation of the category “User InfoCatalog”.
  • Lens 312 is displaying a graphical representation of three objects 320 , 322 , and 324 that are categories one hierarchical level lower than “User InfoCatalog”.
  • Objects 320 , 322 , and 324 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 312 to display a graphical representation of the category selected.
  • FIG. 3 b shows a tree structure representation 390 of category or object “User InfoCatalog”. Note that FIG.
  • buttons 3 b indicates that additional objects or categories exist one hierarchical level lower than “User InfoCatalog”, but their graphical representations are not currently shown on screen 310 .
  • Selection of button 340 which is analogous to button 40 described above, will cause the graphical representations of other categories one hierarchical level lower than “User InfoCatalog” to appear.
  • FIG. 4 a shows a user selects object 322 , which happens to be category “Key Account Manager”.
  • the result is screen 410 showing lens 414 , which is displaying a graphical representation of the category “Key Account Manager”.
  • Lens 414 is displaying a graphical representation of three objects 420 , 422 , and 424 that are categories one hierarchical level lower than “Key Account Manager”.
  • Objects 420 , 422 , and 424 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 414 to display a graphical representation of the category selected.
  • FIG. 4 b shows a tree structure representation 490 of category or object “Key Account Manager”.
  • FIG. 5 a shows a tree structure representation 590 of category or object “Current Situation”.
  • FIG. 6 a shows a tree structure representation 690 of category or object “Financial Situation”.
  • a user may select lens 414 (by, in a preferred embodiment, clicking in an area between the borders of lens 516 and lens 414 ), resulting in screen 410 being displayed.
  • a method of creating the browser described above is to use object-oriented programming.
  • a preferred method is to use an object-oriented programming editor, such as LINGO.
  • object-oriented programming editor such as LINGO.
  • C++ and other languages having object-oriented programming capabilities may be used to create the browser described above.
  • programming languages and tools are constantly evolving, and such programming languages and tools may also be well-suited for the creation of the browser.
  • FIG. 7 simplified Object Model 700 showing how the browser may be programmed is shown.
  • Browser Manager Object 710 builds the graphic visualization of the browser and coordinates user interaction with browser controls.
  • Data Cache Object 720 allows for temporary storage of sets of retrieved data, which are obtained through Data Interface Object 730 .
  • Lens Manager Object 740 creates a lens for displaying graphical representations of sets of data.
  • Such sets of data may include objects that are categories, which are controlled by Category Object 750 , and may include objects that are not categories, which objects are controlled by Document Object 760 .
  • Drag and Drop Object 770 allows a user to select an object and drag it to another location (this is described below).
  • Control Object 780 could coordinate the options or commands in a popup menu to be displayed, or any other user interaction, and coordinates the taking of the proper action when an option or command is selected.
  • simplified Object Model 700 is but one way to organize the implementation of the browser.
  • a Preferred Embodiment of the User Favorites Screen A user may wish to retain quick access to one or more objects without having to follow the links of the hierarchical data structure of the database.
  • quick access is accomplished via a user favorites screen 50 shown in FIG. 8.
  • a preferred method for switching from screen 10 to user favorites screen 50 is by selecting cluster view icon 44 shown in FIG. 1.
  • a preferred method for switching from user favorites screen 50 to screen 10 is by selecting icon 88 .
  • a preferred method alternative to these preferred methods is to display both screen 10 and user favorites screen 50 on one physical display simultaneously.
  • a link to an object may be created in user favorites screen 50 by the following preferred method.
  • a user selects the desired object 32 , by way of example.
  • the user places a mouse cursor on object 32 , presses on a mouse button, drags the cursor over to cluster view icon 44 , and releases the mouse button.
  • User favorites screen 50 is then displayed, and the user moves the mouse cursor to a desired location on user favorites screen 50 .
  • the user then releases the pressed mouse button.
  • the process of selecting an object with a mouse cursor, pressing on a mouse button, dragging the cursor to another location, and releasing the mouse button is referred to as “drag and drop”. It will be appreciated that there are numerous other methods by which a link to an object may be created in user favorites screen 50 .
  • user favorites screen 50 may be used in conjunction with hierarchical structures without using the browser disclosed herein.
  • any hierarchical data controller that allows selection of objects within a hierarchical data structure may be used to select objects for the purpose of creating links to the selected objects in user favorites screen 50 .
  • An alternative preferred embodiment wherein a user favorites screen is used in conjunction with channels is described later.
  • User favorites screen 50 currently displays a graphical representation of a link to object 30 .
  • This is an example of a graphical representation of a link to an object that currently also has a graphical representation on screen 10 .
  • a user may access object 30 via screen 10 or via user favorites screen 50 .
  • the graphical representation of an object that also has a graphical representation of a link to the object on user favorites screen 50 receives a graphical attribute indicating that the object has been selected as a user favorite object.
  • a link created on user favorites screen 50 has the same graphical representation as the pertinent object on screen 10 .
  • the graphical representation of a link created on user favorite screen 50 inherits attributes, such as color, shading, or shape, associated with a cluster object link on user favorite screen 50 .
  • attributes such as color, shading, or shape
  • a user may use a mouse to drag the graphical representation of the link to object 30 over to the graphical representation of cluster object link 60 to cause the graphical representation of the link to object 30 to inherit the shading of the graphical representation of cluster object link 60 .
  • a user may create hierarchies for the links graphically represented on user favorites screen 50 .
  • a cluster object link such as cluster object link 60 , 62 , or 64 , may be created by clicking on button 86 .
  • the user may also type in a name for a cluster object link (such as the name “Workbooks” given to cluster object 60 ).
  • cluster object link 60 is one hierarchical level above object links 70 , 72 , 74 and is also linked to them.
  • a link is created between a cluster object link, such as cluster object link 60 , and one or more object links, such as object links 70 , 72 , 74 , by using a mouse to drag the graphical representations of object links 70 , 72 , 74 to the graphical representation of cluster object link 60 .
  • a user may create, move, rename, and remove cluster object links and object links.
  • moving a cursor near the graphical representation of an object link may cause a context-sensitive popup menu to appear with a list of possible commands or options to be selected. For example, moving a cursor near the graphical representation of object link 75 causes popup menu or context menu 77 to appear.
  • popup menu or context menu 77 has an “execute” option and a “preview” option, in addition to “rename” and “remove” options.
  • a popup menu or context menu is predefined and is automatically displayed in a format based on the object type and user authorization. For example, “remove” appears as an option only when there is authorization to remove the object link.
  • a popup menu or context menu could be hierarchical.
  • user favorites screen 50 may be saved (e.g., stored on a server and/or on computer-readable storage media) in such a way that the user-specified relative positions of the graphical representations of object links and cluster object links as they appear on user favorites screen 50 are also saved.
  • user favorites screen 50 may be used in conjunction with exception reporting.
  • an administrator may define an object to be associated with exception reporting, wherein certain conditions associated with an object will cause a user to be alerted to the occurrence of an exception.
  • a user may be alerted by having the graphical representation of an object link flash.
  • user favorites screen 50 is capable of displaying different shelves of graphical representations of links.
  • user favorites screen 50 is currently displaying a first shelf 81 .
  • button 82 or button 84 a user may select other shelves that display graphical representations of other links.
  • button 80 By pressing button 80 , a user may then return to displaying shelf 81 .
  • the graphical representation of an object link may be moved from one shelf to another shelf.
  • a user may also move the graphical representation of a cluster object link from one shelf to another shelf, in which case the graphic representations of all the object links associated with that cluster object link also move to the other shelf.
  • the shelf with the graphical representation of an object link associated with exception reporting may flash when alerting a user of an exception event.
  • user favorites screen 950 currently displays graphical representations of cluster object links 960 , 962 , 964 .
  • Object link 970 is linked to cluster object link 960 (the display of popup menu or context menu 977 indicates that a cursor is near the graphical representation of object link 970 ).
  • Object links 972 , 973 are linked to cluster object link 962
  • object links 974 , 975 , 976 are linked to cluster object link 964 .
  • FIG. 9 b shows a tree structure representation 990 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 950 .
  • the graphical representations make the natural associations between the various groups of links apparent in a way that is not possible with a tree structure.
  • the physical layout of the links which may be defined by a user, obviates the need to display the hierarchical structure of the links.
  • FIG. 10 b shows a tree structure representation 1090 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 1050 .
  • an attribute of the graphical representation of object link 974 would be altered by the operation described above.
  • the graphical representation of cluster object link 962 is shaded red while the graphical representation of cluster object link 964 is shaded green.
  • the graphical representation of object link 974 would be shaded green in user favorites screen 950 , but would automatically switch to a shade of red in user favorites screen 1050 .
  • user favorites screen 1150 in FIG. 11 a shows a different physical layout for the graphical representations of the links that are graphically represented in user favorites screen 1050 .
  • FIG. 11 b shows a tree structure representation 1190 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 1150 . It is apparent that tree structure representation 1090 and tree structure representation 1190 are the same. When a user drags and drops the graphical representation of a cluster object link, the graphical representations of any object links that are linked to that cluster object link are also moved.
  • moving the graphical representation of cluster object link 960 from the top half of user favorites screen 1050 to the bottom half of user favorite screen 1150 causes the graphical representation of object link 970 to move as well.
  • the drag and drop technique may also be used to move a graphical representation of an object link within the vicinity of a cluster object link.
  • a user may drag and drop the graphical representation of object link 975 and subsequently drag and drop the graphical representation of object link 976 .
  • a further advantage of being able to customize the layout of the physical representation of objects is that a user, if it is so desired, may create a pseudo-hierarchy of object links simply by indenting graphical representations of certain object links relative to graphical representations of other object links.
  • cluster object link 1260 is linked to object links 1270 , 1271 , 1272 , 1273 , 1274 .
  • the graphical representations of these links share the same shape, which in user favorites screen 1250 is a triangular shape.
  • the graphical representations of other cluster object links, and the graphical representations of object links linked to them have other shapes.
  • the graphical representation of cluster object link 1262 has a diamond shape
  • the graphical representation of cluster object link 1264 has a circular shape.
  • user favorites screen 1250 is used in conjunction with channels 1295 , which supply sets of data. Links to objects in public or semi-private channels may be created and organized utilizing a user favorites channel.
  • a user may use icon 1296 to display a user favorites channel. For example, if a user clicks on icon 1296 , options to display user favorites channel 1 , user favorites channel 2 , or user favorites channel 3 appear (these options are analogous to buttons 80 , 82 , 84 used to select shelves for display in FIG. 8 ).
  • a user may create a link to an object in another channel by dragging the object to icon 1296 .
  • user favorites screen 50 once an object link has been created and is graphically represented in user favorites screen 1250 , it may be linked to a cluster object link. It is to be appreciated that the operations that may be performed on user favorites screen 50 as described above may also be performed on user favorites screen 1250 .
  • a method of creating the user favorites screen described above is to use object-oriented programming.
  • a preferred method is to use an object-oriented programming editor, such as LINGO.
  • object-oriented programming editor such as LINGO.
  • C++ and other languages having object-oriented programming capabilities may be used to create the cluster favorites screen described above.
  • programming languages and tools are constantly evolving, and such programming languages and tools may also be well-suited for the creation of the cluster favorites screen.
  • FIG. 13 simplified Object Model 1300 showing how the user favorites screen may be programmed is shown.
  • Shelf Manager Object 1310 controls all instances of cluster objects and objects associated with the currently displayed shelf or user favorites channel.
  • Stage manager object 1315 controls all the visible action on the screen and coordinates event and information streams between the acting controls.
  • Data Cache Object 1320 allows for temporary storage of sets of retrieved data, which are obtained through Data Interface Object 1330 .
  • Cluster Object 1350 is an instance of a cluster object link
  • Document Object 1360 is an instance of an object link that is not linked to a cluster object link.
  • Document Object 1365 is an instance of an object link that is linked to a cluster object link.
  • Drag and Drop Object 1370 allows a user to select an object or cluster object and drag it to another location.
  • Control Object 1380 coordinates the options or commands in a popup menu to be displayed, or any other user interaction, and coordinates the taking of the proper action when an option or command is selected.
  • simplified Object Model 1300 is but one way to organize the implementation of the user favorites screen.
  • the sets of data described above reside across a network of computers.
  • the sets of data that reside on the Internet, or any sets of data that reside in more than one database, may be considered parts of one large database.
  • sets of data may reside on one computer. It will be appreciated that the invention may be practiced on one computer or over a network of computers. It will also be appreciated that a computer may receive sets of data from its own storage medium or cache, and is not limited to receiving data from other computers.

Abstract

A browser for viewing data representing text, pictures, sounds, virtual reality worlds, links, or other objects, and organized in a hierarchical structure is provided to display and interact with links to the data. A retrieved set of data is displayed in a lens, and subsequently retrieved sets of data that are deeper in the hierarchical structure are displayed in further stacked lenses, creating a visual representation of the hierarchy. A label on each lens provides information on the data originally displayed in the lens. A user may choose to view the originally displayed contents of any lens on the screen. A user may also modify a personal hierarchical data structure comprising links to sets of data in the first hierarchical structure. In doing so, a user creates an entirely new hierarchical structure that customizes the organization of data according to personal preferences and takes advantage of natural association to reduce the number of perceived levels in the new hierarchical data structure.

Description

This is a continuation of application Ser. No. 09/134,502, filed Aug. 14, 1998, and claims the benefit of U.S. provisional application Ser. No. 60/058,946, filed Aug. 22, 1997, which is incorporated herein by reference.
BACKGROUND
With the tremendous advances in computer processing power and network capabilities over the past decade, the popularity of graphical user interfaces for viewing information over a network has increased substantially. Whereas in the past most networks used text displays to convey data from a server to a user, most interfaces today use graphics to convey information in a manner that is not only more pleasing to the eye, but also allows data to be manipulated and presented in ways not possible with pure text.
The first graphical user interfaces for networks were primitive and not entirely intuitive. A user would have to type complex commands to select the data to be displayed or to change the manner the data is displayed. Searches also required complex commands that were not very different from those used for text-based interfaces. However, searches were often the only way to find the desired data, since these primitive interfaces were not able to take full advantage of the links, to the extent that they existed, to quickly move a user from one set of data to another related set of data.
Today, browsers with graphical user interfaces are often used for viewing data across a network. Examples of popular browsers being used today are Netscape Navigator and Microsoft Explorer. Today's browsers can take greater advantage of links between related sets of data, and use these links to navigate among the various sets, including going up and down data hierarchies and revisiting previously viewed data.
While browsers and their graphical user interfaces are becoming increasingly sophisticated, the underlying data itself has become more complex. Data may be organized into huge databases of information that is spread across a network. Data may be organized into objects, including applications and related files, or groups thereof. This data may be organized in larger hierarchies, often many levels deep.
These hierarchically organized objects and groups usually consist of textual data, icons, or two-dimensional images. New development tools, such as JAVA, allow browsers to display more sophisticated objects, such as moving pictures or moving text. However, even these objects are limited by the underlying descriptive language used to create them. For example, today's browsers are not capable of displaying interactive VRML (Virtual Reality Markup Language) worlds.
It has become a challenge to present data in a clear and efficient manner through networks. Browsers can display only a limited amount of information on a user's screen at any given time. If a user chooses to use one lens, or window, to display a given set of data, the data disappears when a user subsequently displays other sets of data. If a user then wishes to revisit a prior set of data, it is usually necessary to visit all the links between the most recently viewed set of data and the desired prior set of data. Although most browsers allow users to create bookmarks for a given set of data, bookmarks are not automatically created, and require extra effort on a user's part. Many browsers also keep a list of recently accessed data, but users are then required to have the list displayed on the screen (taking up valuable screen space) and then remember which set of data is the desired set.
Some browsers allow users to have multiple lenses, or windows, each with a different set of data, displayed on the screen at any given time. However, as the multiple windows start overlapping each other, a user can easily lose track of the order in which the data was visited. Alternatively, a user may wish to recall the hierarchy of the sets of data previously visited, which is also easily forgotten when multiple windows are displayed.
On the other hand, a user may wish to have easy access to links to frequently accessed data. As noted above, most browsers allow a user to create bookmarks. However, as the number of bookmarks increases, it becomes more difficult for the user to quickly find a particular bookmark. This problem may be alleviated somewhat by having a hierarchical structure of bookmarks. However, this is far from a perfect solution, as an increasingly complicated hierarchical structure of bookmarks makes it even more difficult for a user to find a particular link, and time is wasted going through the various levels of the hierarchical structure. Thus, there is also a need to organize links in a manner that makes them readily accessible.
SUMMARY OF THE INVENTION
The present invention relates to an improvement over classic network browsers. The browser being disclosed provides easy access to previously accessed data.
It is an object of this invention to convey data in an efficient manner by displaying the data according to the data's hierarchical structure.
It is another object of this invention to give a user easy access to a hierarchical data structure by providing access to data at several levels within the hierarchical data structure simultaneously.
It is another object of this invention to provide labels for lenses displaying data at various levels within a hierarchical data structure.
It is another object of this invention to organize the display of hierarchical data in a logical manner that is pleasing to the eye.
It is another object of this invention to provide a means for a user to define a personal hierarchical data structure.
It is another object of the invention to use links in a personal hierarchical data structure in conjunction with natural association to access data in another hierarchical data structure having more levels than the personal hierarchical data structure.
It is another object of the invention to utilize colors, shapes, or other attributes to indicate natural association of links in a personal hierarchical data structure.
It is another object of the invention to use links in a personal hierarchical data structure in conjunction with natural association to access data, wherein the data is obtained through channels.
It is another object of the invention to allow exception reporting in conjunction with a personal hierarchical data structure.
It is another object of the invention to organize data into objects and groups of objects that can be represented as three-dimensional animations and VRML-worlds.
It is another object of the invention to display a context-sensitive menu when a cursor is placed on or near an object.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a view of a computer screen showing an embodiment of the display for a browser.
FIG. 2 is a flow chart showing how the display of lenses in a browser is determined.
FIG. 3a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a first level.
FIG. 3b is a tree structure representation of the category being represented in FIG. 3a.
FIG. 4a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a second level.
FIG. 4b is a tree structure representation of the category being represented in FIG. 4a.
FIG. 5a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a third level.
FIG. 5b is a tree structure representation of the category being represented in FIG. 5a.
FIG. 6a is a view of a computer screen showing an example of a lens displaying a graphical representation of a category at a fourth level.
FIG. 6b is a tree structure representation of the category being represented in FIG. 6a.
FIG. 7 is an example of a simplified object model showing how a hierarchical browser may be programmed.
FIG. 8 is a view of a computer screen showing an embodiment of the user favorites screen containing graphical representations of user-created links.
FIG. 9a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein a popup menu is displayed.
FIG. 9b is a tree structure representation of the user-created links shown in FIG. 9a.
FIG. 10a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein a link has been moved.
FIG. 10b is a tree structure representation of the user-created links shown in FIG. 10a.
FIG. 11a is a view of a computer screen showing an embodiment of a display containing graphical representations of user-created links, wherein the physical representations of the links have been moved on the display without changing the hierarchical structure of the links.
FIG. 11b is a tree structure representation of the user-created links shown in FIG. 11a.
FIG. 12 is a view of a computer screen showing an alternative embodiment of the user favorites screen containing graphical representations of user-created links.
FIG. 13 is an example of a simplified object model showing how a user favorites screen containing graphical representations of user-created links may be programmed.
DETAILED DESCRIPTION OF THE INVENTION
For clarity and simplicity, the invention will be described in the context of SAP software, including the marketed R/3 System. A brief description of the R/3 System follows.
R/3 can be described primarily as an online transaction processing system designed to provide integrated processing of all business routines and transactions. It includes enterprise-wide, integrated solutions, as well as specialized applications for individual, departmental functions. R/3 mirrors all of the business-critical processes of the enterprise—finance, manufacturing, sales, and human resources. It also offers various analytical capabilities to supplement the transaction processing function.
Recent paradigm shifts have forced companies to optimize all business processes along the net-value-added chain through the use of modern data processing and enterprise-wide information management. In order to become successful, companies often network with customers and suppliers such that products and services of high quality can be made available with minimal delay in response to customer demands. R/3 achieves these goals with online integration of data in the company.
The R/3 System is based on SAP's client/server architecture which separates the database, application, and presentation components for greater flexibility. This enables enterprises to take advantage of the various benefits of the architecture, including the capability to run across a variety of today's most popular UNIX-based hardware platforms. The R/3 System is designed so that the application systems and system functions are decoupled by a clear layer of architecture, with an application layer and a basis layer. The multilayer architecture of the R/3 System allows optimal load distribution, even in large installations with thousands of users. It has a modular structure with methods for controlling master-slave relationships between individual software components. Special servers linked by communications networks can be used for certain tasks without losing the integration of data and processes in the overall system. Implementation of separate servers for particular tasks makes optimal use of the performance potential and the different cost structures of available hardware architecture. This allows applications to be partitioned into different services and run on different servers. The fundamental services of the R/3 system (graphical presentation services, application services for handling of the application logic, database services for storage and recovery of business data, etc.) are partitioned and may evolve separately while maintaining interoperability.
It will be appreciated that the invention may be practiced using different hardware and different operating systems, and is not restricted to use with R/3. In fact, the invention is designed to be platform-independent.
Furthermore, the invention may be designed as modules that can be imbedded in a container. Thus, Active-X Control or OCX may be used, though the invention should not be construed as being limited to such implementations.
Preferred Embodiments of the Browser
It will be assumed that a hierarchically structured database exists. For illustrative purposes, within this database reside sets of data, including four sets of data with the following category names assigned to them: “User Info Catalog”, “Companies”, “Computer Technology”, and “SAP”. “User Info Catalog” is linked to “Companies”, which is one hierarchical level below “User Info Catalog”. Similarly, “Companies” is linked to “Computer Technology”, which is another hierarchical level below. Finally, “Computer Technology” is linked to “SAP”, which is a further hierarchical level below.
With reference to FIG. 1, screen 10 shows a preferred embodiment of the invention. Lenses 12, 14, 16, and 18 display graphical representations of hierarchies of sets of data. Although the lenses illustrated in the figures are substantially hexagonal in shape, the lenses may be in the form of rectangles or other shapes in other preferred embodiments. Lens 12 is used to display a graphical representation of the category “User Info Catalog”. Since “Companies” is at a deeper hierarchical level than “User Info Catalog”, the graphical representation of “Companies” is displayed in the smaller lens 14. At the next level, lens 16 is used to display a graphical representation of “Computer Technology”. Finally, lens 18 is used to display a graphical representation of “SAP”. Each lens also displays the label or name of the category or set of data associated with that particular lens. Since lens 18 is the smallest lens displayed, it is also currently displaying a graphical representation of the set of data associated with “SAP”. The set of data graphically represented in lens 18 contains objects, which may include text, icons, categories, applications, executable objects, such as executable reports, two-dimensional images, three-dimensional images, and VRML worlds.
Lens 18 is displaying a graphical representation of three objects 20, 22, and 24 that are categories one hierarchical level lower than “SAP”. Objects 20, 22, and 24 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 18 to display a graphical representation of the category selected. Lens 18 is also displaying graphical representations of objects 30, 32, 34, and 36. In a preferred embodiment, moving a cursor near one of these objects may cause a context-sensitive popup menu to appear with a list of possible commands to be selected. For example, moving a cursor near object 34 causes popup menu or context menu 37 to appear. Since object 34 is an executable object in the example, popup menu or context menu 37 has an “execute” option. In a preferred embodiment, a popup menu or context menu is predefined and is automatically displayed in a format based on the object type and user authorization. Optionally, such a menu could be hierarchical.
A user may go to a deeper level in the hierarchical data structure by selecting a set of data graphically represented on screen 10 that has a deeper hierarchical level than the set of data currently being graphically represented. For example, selecting one of objects 20, 22, or 24 will bring a user to a deeper level. In a preferred embodiment, a graphical representation of an object that is a category will indicate whether the category contains, at the next deeper level, an additional object. For example, symbol or icon 25 and symbol or icon 26 indicate that at least one object that is a category and at least one object that is not a category exist one hierarchical level deeper than object 20. Similarly, symbol or icon 28 indicates that at least one category exists one hierarchical level deeper than object 22.
There are numerous methods by which a user may select an object graphically represented on screen 10. The most popular method used today is to use a mouse to move a mouse cursor to the graphical representation of the object being selected, and clicking on the mouse button. It will be appreciated that other methods, such as making use of a keyboard, are available.
Conversely, a user may wish to go to a higher level in the hierarchical data structure. This may be accomplished by selecting one of the lenses displayed behind the most recently displayed lens. For example, in FIG. 1 a user may select lens 12, 14, or 16 to display the contents of the selected lens. One way to select a lens that is already displayed on screen 10 is to move a mouse cursor to the displayed portion of the lens. For example, a user may view the objects previously displayed in lens 14 by placing the mouse cursor in the general area of point 15 and clicking the mouse button. Alternatively, a user may press a key or key combination on the keyboard, such as an <Alt> key and left arrow key combination, to go up one level. This works in a manner similar to the “Back” button found in many popular browsers today. Selecting a lens on screen 10 will displace all smaller lenses on screen 10.
In a preferred embodiment, a user may navigate within a lens using a mouse, keyboard controls, or other means. For example, a mouse may be used to scroll in any direction within a lens. The left and right arrow keys of a keyboard may be used to scroll left or right, or to select objects having a graphical representation in a lens. Other keys may be used to select objects, for example by pressing the key corresponding to the first letter of the name of an object. In another preferred embodiment, buttons 40 and 42 may be used to scroll through objects. For example, selection of button 40 will cause the graphical representations of objects 20, 22, and 24 to disappear and to be replaced by graphical representations of other categories one hierarchical level lower than “SAP” to appear. Similarly, selection of button 42 will cause the graphical representations of objects 30, 32, 34, and 36 to disappear and to be replaced by graphical representations of additional objects.
With reference to FIG. 2, a preferred embodiment for determining the size of lenses is shown in flowchart 100. A computer makes a request 102 for a set of data. Upon receipt 104 of the requested set of data, a comparison 106 is made between the hierarchical level of the received set of data and the hierarchical level of the set of data currently graphically represented within the smallest lens displayed on screen 10. If the received set of data is at a deeper hierarchical level, the creation 108 of a lens that is smaller than the currently displayed lens or lenses is commenced. If the received set of data is not at a deeper hierarchical level, then removal 112 of the lens or lenses displaying graphical representations of any sets of data that are at the same hierarchical level as the received set of data or at a deeper hierarchical level than the received set of data is commenced. After removal 112 occurs, creation 108 of a lens that is smaller than the remaining displayed lens or lenses is commenced. After the creation 108 of a lens, display 110 of a graphical representation of the received set of data commences within the lens created in creation 108. The computer is now ready to make a request 102 for another set of data.
It will be appreciated that flowchart 100 is only one preferred embodiment that there are other possible methods for determining the size of lenses and for displaying them in a fashion consistent with the invention. For example, in another preferred embodiment, if the computer has the information necessary to determine the hierarchical level of a requested set of data, it may be possible to make a comparison 106 before receipt 104 of the requested set of data. For example, if a requested set of data is associated with a URL that indicates the level of the data (such as a URL that uses slash characters to indicate a directory structure), it may be possible to determine the hierarchical level of the requested set of data before it arrives.
In another preferred embodiment, removal 112 of a displayed lens or lenses is not necessary if the creation 108 of a lens and display 110 of a graphical representation of the received set of data are accomplished in such a way that other lens or lenses are blocked off the screen 10.
Examples of Browser Displaying Hierarchical Data
It will again be assumed that a hierarchically structured database exists. For illustrative purposes, within this database reside sets of data, including four sets of data with the following category names assigned to them: “User InfoCatalog”, “Key Account Manager”, “Current Situation”, and “Financial Situation”. “User InfoCatalog” is linked to “Key Account Manager”, which is one hierarchical level below “User InfoCatalog”. Similarly, “Key Account Manager” is linked to “Current Situation”, which is another hierarchical level below. Finally, “Current Situation” is linked to “Financial Situation”, which is a further hierarchical level below.
With reference to FIG. 3a, screen 310 shows lens 312, which is displaying a graphical representation of the category “User InfoCatalog”. Lens 312 is displaying a graphical representation of three objects 320, 322, and 324 that are categories one hierarchical level lower than “User InfoCatalog”. Objects 320, 322, and 324 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 312 to display a graphical representation of the category selected. FIG. 3b shows a tree structure representation 390 of category or object “User InfoCatalog”. Note that FIG. 3b indicates that additional objects or categories exist one hierarchical level lower than “User InfoCatalog”, but their graphical representations are not currently shown on screen 310. Selection of button 340, which is analogous to button 40 described above, will cause the graphical representations of other categories one hierarchical level lower than “User InfoCatalog” to appear.
Suppose a user selects object 322, which happens to be category “Key Account Manager”. With reference to FIG. 4a, the result is screen 410 showing lens 414, which is displaying a graphical representation of the category “Key Account Manager”. Lens 414 is displaying a graphical representation of three objects 420, 422, and 424 that are categories one hierarchical level lower than “Key Account Manager”. Objects 420, 422, and 424 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 414 to display a graphical representation of the category selected. FIG. 4b shows a tree structure representation 490 of category or object “Key Account Manager”.
Now suppose a user selects object 420, which is category “Current Situation”. With reference to FIG. 5a, the result is screen 510 showing lens 516, which is displaying a graphical representation of the category “Current Situation”. Lens 516 is displaying a graphical representation of three objects 520, 522, and 524 that are categories one hierarchical level lower than “Current Situation”. Objects 520, 522, and 524 are graphically represented as icons, but selecting one of these will cause a new, smaller lens to appear within lens 516 to display a graphical representation of the category selected. FIG. 5b shows a tree structure representation 590 of category or object “Current Situation”.
Finally, suppose a user selects object 522, which is category “Financial Situation”. With reference to FIG. 6a, the result is screen 610 showing lens 618, which is displaying a graphical representation of the category “Financial Situation”. Lens 618 is displaying a graphical representation of object 620 that is a category one hierarchical level lower than “Financial Situation”. Lens 618 is also displaying graphical representations of objects 630, 632, and 634, which, in a preferred embodiment, are not categories. FIG. 6b shows a tree structure representation 690 of category or object “Financial Situation”.
While screen 610 is being displayed, a user may select another lens to return to a prior screen. By way of example, a user may select lens 414 (by, in a preferred embodiment, clicking in an area between the borders of lens 516 and lens 414), resulting in screen 410 being displayed.
Example of a Simplified Object Model of the Browser
A method of creating the browser described above is to use object-oriented programming. A preferred method is to use an object-oriented programming editor, such as LINGO. It is to be appreciated by those skilled in the art that C++ and other languages having object-oriented programming capabilities may be used to create the browser described above. It should also be appreciated that programming languages and tools are constantly evolving, and such programming languages and tools may also be well-suited for the creation of the browser.
To avoid confusion, the word “Object” is capitalized in the following paragraph to distinguish it from the word “object” previously defined.
Referring to FIG. 7, simplified Object Model 700 showing how the browser may be programmed is shown. Browser Manager Object 710 builds the graphic visualization of the browser and coordinates user interaction with browser controls. Data Cache Object 720 allows for temporary storage of sets of retrieved data, which are obtained through Data Interface Object 730. Lens Manager Object 740 creates a lens for displaying graphical representations of sets of data. Such sets of data may include objects that are categories, which are controlled by Category Object 750, and may include objects that are not categories, which objects are controlled by Document Object 760. Drag and Drop Object 770 allows a user to select an object and drag it to another location (this is described below). Finally, Control Object 780 could coordinate the options or commands in a popup menu to be displayed, or any other user interaction, and coordinates the taking of the proper action when an option or command is selected.
It is to be appreciated that simplified Object Model 700 is but one way to organize the implementation of the browser.
A Preferred Embodiment of the User Favorites Screen A user may wish to retain quick access to one or more objects without having to follow the links of the hierarchical data structure of the database. In a preferred embodiment, quick access is accomplished via a user favorites screen 50 shown in FIG. 8. A preferred method for switching from screen 10 to user favorites screen 50 is by selecting cluster view icon 44 shown in FIG. 1. A preferred method for switching from user favorites screen 50 to screen 10 is by selecting icon 88. A preferred method alternative to these preferred methods is to display both screen 10 and user favorites screen 50 on one physical display simultaneously.
A link to an object may be created in user favorites screen 50 by the following preferred method. A user selects the desired object 32, by way of example. The user places a mouse cursor on object 32, presses on a mouse button, drags the cursor over to cluster view icon 44, and releases the mouse button. User favorites screen 50 is then displayed, and the user moves the mouse cursor to a desired location on user favorites screen 50. The user then releases the pressed mouse button. The process of selecting an object with a mouse cursor, pressing on a mouse button, dragging the cursor to another location, and releasing the mouse button is referred to as “drag and drop”. It will be appreciated that there are numerous other methods by which a link to an object may be created in user favorites screen 50.
In an alternative preferred embodiment, user favorites screen 50 may be used in conjunction with hierarchical structures without using the browser disclosed herein. For example, any hierarchical data controller that allows selection of objects within a hierarchical data structure may be used to select objects for the purpose of creating links to the selected objects in user favorites screen 50. An alternative preferred embodiment wherein a user favorites screen is used in conjunction with channels is described later.
User favorites screen 50 currently displays a graphical representation of a link to object 30. This is an example of a graphical representation of a link to an object that currently also has a graphical representation on screen 10. A user may access object 30 via screen 10 or via user favorites screen 50. Optionally, the graphical representation of an object that also has a graphical representation of a link to the object on user favorites screen 50 receives a graphical attribute indicating that the object has been selected as a user favorite object.
In a preferred embodiment, a link created on user favorites screen 50 has the same graphical representation as the pertinent object on screen 10. In an alternative preferred embodiment, the graphical representation of a link created on user favorite screen 50 inherits attributes, such as color, shading, or shape, associated with a cluster object link on user favorite screen 50. By way of example, a user may use a mouse to drag the graphical representation of the link to object 30 over to the graphical representation of cluster object link 60 to cause the graphical representation of the link to object 30 to inherit the shading of the graphical representation of cluster object link 60.
In a preferred embodiment, a user may create hierarchies for the links graphically represented on user favorites screen 50. For example, a cluster object link, such as cluster object link 60, 62, or 64, may be created by clicking on button 86. The user may also type in a name for a cluster object link (such as the name “Workbooks” given to cluster object 60). In the example on user favorites screen 50, cluster object link 60 is one hierarchical level above object links 70, 72, 74 and is also linked to them. A link is created between a cluster object link, such as cluster object link 60, and one or more object links, such as object links 70, 72, 74, by using a mouse to drag the graphical representations of object links 70, 72,74 to the graphical representation of cluster object link 60. Optionally, a user may create, move, rename, and remove cluster object links and object links. In a preferred embodiment, moving a cursor near the graphical representation of an object link may cause a context-sensitive popup menu to appear with a list of possible commands or options to be selected. For example, moving a cursor near the graphical representation of object link 75 causes popup menu or context menu 77 to appear. Since object link 75 is a link to an executable object in the example, popup menu or context menu 77 has an “execute” option and a “preview” option, in addition to “rename” and “remove” options. In a preferred embodiment, a popup menu or context menu is predefined and is automatically displayed in a format based on the object type and user authorization. For example, “remove” appears as an option only when there is authorization to remove the object link. Optionally, a popup menu or context menu could be hierarchical.
In a preferred embodiment, user favorites screen 50 may be saved (e.g., stored on a server and/or on computer-readable storage media) in such a way that the user-specified relative positions of the graphical representations of object links and cluster object links as they appear on user favorites screen 50 are also saved.
In a preferred embodiment, user favorites screen 50 may be used in conjunction with exception reporting. For example, an administrator may define an object to be associated with exception reporting, wherein certain conditions associated with an object will cause a user to be alerted to the occurrence of an exception. For example, a user may be alerted by having the graphical representation of an object link flash.
In a preferred embodiment, user favorites screen 50 is capable of displaying different shelves of graphical representations of links. In FIG. 8, user favorites screen 50 is currently displaying a first shelf 81. By selecting button 82 or button 84, a user may select other shelves that display graphical representations of other links. By pressing button 80, a user may then return to displaying shelf 81. In a preferred embodiment, the graphical representation of an object link may be moved from one shelf to another shelf. A user may also move the graphical representation of a cluster object link from one shelf to another shelf, in which case the graphic representations of all the object links associated with that cluster object link also move to the other shelf. In another preferred embodiment, the shelf with the graphical representation of an object link associated with exception reporting may flash when alerting a user of an exception event.
Since the hierarchical organization of links whose graphical representations are displayed on user favorites screen 50 is displayed in a manner of natural association, the hierarchical nature of the links is not as readily perceived by a user. Since a user may create a cluster object link, such as cluster object link 60, and cause object links, such as object links 70, 72, and 74 to be linked to the cluster object link, a hierarchical relationship is created that is displayed as a collection of proximate graphical representations of cluster object links and object links on the screen. The examples below illustrate some of the advantages of natural association.
Examples of User Favorite Screens
The following examples illustrate the versatility of user favorites screens.
Referring to FIG. 9a, user favorites screen 950 currently displays graphical representations of cluster object links 960, 962, 964. Object link 970 is linked to cluster object link 960 (the display of popup menu or context menu 977 indicates that a cursor is near the graphical representation of object link 970). Object links 972, 973 are linked to cluster object link 962, while object links 974, 975, 976 are linked to cluster object link 964. FIG. 9b shows a tree structure representation 990 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 950. The graphical representations make the natural associations between the various groups of links apparent in a way that is not possible with a tree structure. The physical layout of the links, which may be defined by a user, obviates the need to display the hierarchical structure of the links.
In a preferred embodiment, if a user were to move the graphical representation of object link 974 by, for example, moving a cursor to the graphical representation of object link 974, pressing a mouse button, dragging the graphical representation of object link 974 over to touch the graphical representation of cluster object link 962, then dragging the graphical representation of object link 974 to a point on user favorites screen 950 that is just above the graphical representation of object link 972, and releasing the mouse button, the result would look like user favorites screen 1050 in FIG. 10a. This operation would remove the link between object link 974 and cluster object link 964, and create a link between object link 974 and cluster object link 962. FIG. 10bshows a tree structure representation 1090 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 1050.
In a preferred embodiment, an attribute of the graphical representation of object link 974 would be altered by the operation described above. By way of example only, assume that the graphical representation of cluster object link 962 is shaded red while the graphical representation of cluster object link 964 is shaded green. The graphical representation of object link 974 would be shaded green in user favorites screen 950, but would automatically switch to a shade of red in user favorites screen 1050.
To further illustrate the versatility of the user favorites screen, user favorites screen 1150 in FIG. 11a shows a different physical layout for the graphical representations of the links that are graphically represented in user favorites screen 1050. FIG. 11b shows a tree structure representation 1190 of the cluster object links and object links whose graphical representations are displayed on user favorites screen 1150. It is apparent that tree structure representation 1090 and tree structure representation 1190 are the same. When a user drags and drops the graphical representation of a cluster object link, the graphical representations of any object links that are linked to that cluster object link are also moved. For example, moving the graphical representation of cluster object link 960 from the top half of user favorites screen 1050 to the bottom half of user favorite screen 1150 causes the graphical representation of object link 970 to move as well. Furthermore, the drag and drop technique may also be used to move a graphical representation of an object link within the vicinity of a cluster object link. Thus, it is a simple matter to move the graphical representations of object links 975, 976 from the right of the graphical representation of cluster object link 964 (as in user favorites screen 1050) to the left of the graphical representation of cluster object link 964 (as in user favorites screen 1150). In a preferred embodiment, this operation would require two drag and drop operations. For example, a user may drag and drop the graphical representation of object link 975 and subsequently drag and drop the graphical representation of object link 976. A further advantage of being able to customize the layout of the physical representation of objects is that a user, if it is so desired, may create a pseudo-hierarchy of object links simply by indenting graphical representations of certain object links relative to graphical representations of other object links.
Another Preferred Embodiment of the User Favorites Screen
An alternative embodiment of the user favorites screen is illustrated by user favorites screen 1250 in FIG. 12. In this preferred embodiment, cluster object link 1260 is linked to object links 1270, 1271, 1272, 1273, 1274. The graphical representations of these links share the same shape, which in user favorites screen 1250 is a triangular shape. The graphical representations of other cluster object links, and the graphical representations of object links linked to them, have other shapes. For example, the graphical representation of cluster object link 1262 has a diamond shape, and the graphical representation of cluster object link 1264 has a circular shape.
In a preferred embodiment, user favorites screen 1250 is used in conjunction with channels 1295, which supply sets of data. Links to objects in public or semi-private channels may be created and organized utilizing a user favorites channel. A user may use icon 1296 to display a user favorites channel. For example, if a user clicks on icon 1296, options to display user favorites channel 1, user favorites channel 2, or user favorites channel 3 appear (these options are analogous to buttons 80, 82, 84 used to select shelves for display in FIG. 8).
A user may create a link to an object in another channel by dragging the object to icon 1296. As with user favorites screen 50, once an object link has been created and is graphically represented in user favorites screen 1250, it may be linked to a cluster object link. It is to be appreciated that the operations that may be performed on user favorites screen 50 as described above may also be performed on user favorites screen 1250.
Example of a Simplified Object Model of the User Favorites Screen
A method of creating the user favorites screen described above is to use object-oriented programming. A preferred method is to use an object-oriented programming editor, such as LINGO. It is to be appreciated by those skilled in the art that C++ and other languages having object-oriented programming capabilities may be used to create the cluster favorites screen described above. It should also be appreciated that programming languages and tools are constantly evolving, and such programming languages and tools may also be well-suited for the creation of the cluster favorites screen.
To avoid confusion, the word “Object” is capitalized in the following paragraph to distinguish it from the word “object” previously defined.
Referring to FIG. 13, simplified Object Model 1300 showing how the user favorites screen may be programmed is shown. Shelf Manager Object 1310 controls all instances of cluster objects and objects associated with the currently displayed shelf or user favorites channel. Stage manager object 1315 controls all the visible action on the screen and coordinates event and information streams between the acting controls. Data Cache Object 1320 allows for temporary storage of sets of retrieved data, which are obtained through Data Interface Object 1330. Cluster Object 1350 is an instance of a cluster object link, while Document Object 1360 is an instance of an object link that is not linked to a cluster object link. Document Object 1365 is an instance of an object link that is linked to a cluster object link. Drag and Drop Object 1370 allows a user to select an object or cluster object and drag it to another location. Finally, Control Object 1380 coordinates the options or commands in a popup menu to be displayed, or any other user interaction, and coordinates the taking of the proper action when an option or command is selected.
It is to be appreciated that simplified Object Model 1300 is but one way to organize the implementation of the user favorites screen.
Alternative Preferred Embodiments
In a preferred embodiment, the sets of data described above reside across a network of computers. The sets of data that reside on the Internet, or any sets of data that reside in more than one database, may be considered parts of one large database. In an alternative preferred embodiment, sets of data may reside on one computer. It will be appreciated that the invention may be practiced on one computer or over a network of computers. It will also be appreciated that a computer may receive sets of data from its own storage medium or cache, and is not limited to receiving data from other computers.
While there have been shown and described and pointed out fundamental novel features of the invention as applied to embodiments thereof, it will be understood that various omissions and substitutions and changes in the form and details of the invention, as herein disclosed, may be made by those skilled in the art without departing from the spirit of the invention. It is expressly intended that all combinations of those elements and/or method steps which perform substantially the same function in substantially the same way to achieve the same results are within the scope of the invention. It is the intention, therefore, to be limited only as indicated by the scope of the claims appended hereto.

Claims (33)

What is claimed is:
1. A method of creating and displaying a data link to a set of data located in a first hierarchical data structure, wherein the data link is located in a separate second hierarchical data structure, comprising the steps of:
(a) creating the set of data in the first hierarchical data structure;
(b) displaying the set of data as a first graphical representation for visual display in the context of the first hierarchical data structure;
(c) creating the data link to the set of data;
(d) placing the data link into a position in a separate second hierarchical data structure; and
(e) displaying the data link as a second graphical representation for visual display in the context of the separate second hierarchical data structure, wherein the second graphical representation is based upon the position of the link in the second hierarchical data structure.
2. The method of creating and displaying a data link of claim 1, wherein the second graphical representation inherits an attribute of a preexisting graphical representation for visual display in the second hierarchical data structure.
3. The method of creating and displaying a data link of claim 1, wherein the set of data contains a representation of a three-dimensional animation.
4. The method of creating and displaying a data link of claim 1, wherein the set of data contains a representation of a virtual reality world.
5. The method of creating and displaying a data link of claim 1, further comprising the step of:
storing the position of the second graphical representation for visual display, relative to a position of a preexisting graphical representation for display in the second hierarchical data structure, on a computer-readable storage media.
6. The method of creating and displaying a data link of claim 1, further comprising the step of:
displaying a context-sensitive pop-up menu, based on the set of data and based on an authorization level, when a cursor is placed near the second graphical representation for visual display.
7. The method of creating and displaying a data link of claim 1, further comprising the step of:
obtaining the set of data in the first hierarchical data structure through a channel.
8. The method of creating and displaying a data link of claim 1, further comprising the step of:
reporting an exception associated with the set of data in the first hierarchical data structure by altering the second graphical representation for visual display of the data link.
9. A computer system for creating and displaying a data link to a set of data located in a first hierarchical data structure, comprising the steps of:
(a) means for creating the set of data in the first hierarchical data structure;
(b) means for displaying the set of data as a first graphical representation for visual display in the context of the first hierarchical data structure;
(c) means for creating the data link to the set of data;
(d) means for placing the data link into a position in a separate second hierarchical data structure; and
(e) means for displaying the data link as a second graphical representation for visual display in the context of the separate second hierarchical data structure, the second graphical representation being based upon the position of the link in the second hierarchical data structure.
10. The system of claim 9, wherein the second graphical representation inherits an attribute of a preexisting graphical representation for visual display in the second hierarchical data structure.
11. The system of claim 9, wherein the set of data contains a representation of a three-dimensional animation.
12. The system of claim 9, wherein the set of data contains a representation of a virtual reality world.
13. The system of claim 9, further comprising:
means for storing the position of the second graphical representation for visual display, relative to a position of a preexisting graphical representations for display in the second hierarchical data structure, on a computer-readable storage media.
14. The system of claim 9, further comprising:
means for displaying a context-sensitive pop-up menu, based on the set of data and based on an authorization level, when a cursor is placed near the second graphical representation for visual display.
15. The system of claim 9, further comprising:
means for obtaining the set of data in the first hierarchical data structure through a channel.
16. The system of claim 9, further comprising:
means for reporting an exception associated with the set of data in the first hierarchical data structure by altering the second graphical representation for visual display of the link.
17. A computer system comprising a display, a central processor, a graphics processor, a memory, an input device, and a graphical user interface, wherein:
the memory has a first hierarchical data structure and a separate second hierarchical data structure, the first hierarchical data structure having a set of data;
the graphical user interface requests the set of data;
the graphics processor receives the set of data in response to requesting the set of data;
the graphics processor displays the set of data as a first graphical representation for visual display;
the central processor creates a link to a subset of the set of data;
the graphics processor converts the link to a second graphical representation for visual display;
the central processor places the link into a position in the separate second hierarchical data structure, based on input from the graphical user interface;
the graphics processor displays the second graphical representation for visual display in the context of the second hierarchical data structure, based upon the position of the link in the second hierarchical data structure.
18. The computer system of claim 17, wherein the second graphical representation inherits an attribute of a preexisting graphical representation for visual display in the second hierarchical data structure.
19. The computer system of claim 17, wherein the central processor and the graphics processor are the same processor.
20. The computer system of claim 17, wherein the set of data contains a representation of a three-dimensional animation.
21. The computer system of claim 17, wherein the set of data contains a representation of a virtual reality world.
22. The computer system of claim 17, wherein the position of the second graphical representation for visual display of the link, relative to a position of a preexisting graphical representation for visual display in the second hierarchical data structure, is stored on computer-readable storage media.
23. The computer system of claim 17, wherein the graphics processor creates a context-sensitive pop-up menu, based on the subset of the set of data and based on an authorization level, when a cursor is placed near the second graphical representation.
24. The computer system of claim 17, wherein the graphics processor receives the set of data through a channel.
25. The computer system of claim 17, wherein the central processor reports an exception associated with the subset of the set of data by having the graphics processor alter the second graphical representation for visual display of the link.
26. A method of displaying and linking data organized in a first hierarchical data structure, the method comprising the steps of:
(a) displaying a set of data in the context of the first hierarchical data structure;
(b) selecting a subset of the set of data;
(c) creating a link to the subset of the set of data;
(d) placing the link into a position in a separate second hierarchical data structure;
(e) converting the link to a graphical representation for visual display; and
(f) displaying the graphical representation for visual display of the link in the context of the separate second hierarchical data structure, the graphical representation being based upon the position of the link in the second hierarchical data structure.
27. The method of displaying and linking data of claim 26, wherein the set of data contains a representation of a three-dimensional animation.
28. The method of displaying and linking data of claim 26, wherein the set of data contains a representation of a virtual reality world.
29. The method of displaying and linking data of claim 26, further comprising the step of:
storing the position of the graphical representation for visual display of the link, relative to a position of a preexisting graphical representation for visual display in the second hierarchical data structure, on computer-readable storage media.
30. The method of displaying and linking data of claim 26, further comprising the step of:
displaying a context-sensitive pop-up menu, based on the subset of the set of data and based on an authorization level, when a cursor is placed near the graphical representation for visual display of the link in the second hierarchical data structure.
31. The method of displaying and linking data of claim 26, further comprising the step of:
obtaining the set of data in the first hierarchical data structure through a channel.
32. The method of displaying and linking data of claim 26, further comprising the step of:
reporting an exception associated with the subset of the set of data by altering the graphical representation for visual display of the link in the second hierarchical data structure.
33. A method of displaying and interacting with a link to a set of data in an R/3 system, the set of data being organized in a first hierarchical data structure, the method comprising the steps of:
(a) requesting, from an R/3 graphical user interface on a computer, provision of the set of data, the set of data being in said first hierarchical data structure;
(b) receiving in said computer the requested set of data;
(c) converting said set of data to a first graphical representation for visual display;
(d) displaying said first graphical representation for visual display of the set of data in a first lens on said R/3 graphical user interface;
(e) creating a link to a subset of said set of data;
(f) placing said link into a position in a separate second hierarchical data structure; and
(g) converting said link to a second graphical representation for visual display in a user favorites screen
(h) displaying said second graphical representation for visual display in the user favorites screen, based upon the position of the link in said separate second hierarchical data structure.
US09/895,175 1997-08-22 2001-07-02 Browser for hierarchical structures Expired - Lifetime US6434564B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/895,175 US6434564B2 (en) 1997-08-22 2001-07-02 Browser for hierarchical structures

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US5894697P 1997-08-22 1997-08-22
US09/134,502 US6278991B1 (en) 1997-08-22 1998-08-14 Browser for hierarchical structures
US09/895,175 US6434564B2 (en) 1997-08-22 2001-07-02 Browser for hierarchical structures

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/134,502 Continuation US6278991B1 (en) 1997-08-22 1998-08-14 Browser for hierarchical structures

Publications (2)

Publication Number Publication Date
US20010042063A1 US20010042063A1 (en) 2001-11-15
US6434564B2 true US6434564B2 (en) 2002-08-13

Family

ID=26738199

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/134,502 Expired - Lifetime US6278991B1 (en) 1997-08-22 1998-08-14 Browser for hierarchical structures
US09/895,175 Expired - Lifetime US6434564B2 (en) 1997-08-22 2001-07-02 Browser for hierarchical structures

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/134,502 Expired - Lifetime US6278991B1 (en) 1997-08-22 1998-08-14 Browser for hierarchical structures

Country Status (8)

Country Link
US (2) US6278991B1 (en)
EP (2) EP1005681B1 (en)
JP (2) JP4290871B2 (en)
AT (2) ATE362140T1 (en)
AU (1) AU755715B2 (en)
CA (1) CA2300994C (en)
DE (2) DE69837772T2 (en)
WO (1) WO1999010820A1 (en)

Cited By (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020075311A1 (en) * 2000-02-14 2002-06-20 Julian Orbanes Method for viewing information in virtual space
US20020080177A1 (en) * 2000-02-14 2002-06-27 Julian Orbanes Method and apparatus for converting data objects to a custom format for viewing information in virtual space
US20020109680A1 (en) * 2000-02-14 2002-08-15 Julian Orbanes Method for viewing information in virtual space
US20030105654A1 (en) * 2001-11-26 2003-06-05 Macleod Stewart P. Workflow management based on an integrated view of resource identity
US20030177139A1 (en) * 2001-11-26 2003-09-18 Kim Cameron Dynamically generated schema representing multiple hierarchies of inter-object relationships
US20040027391A1 (en) * 2002-08-06 2004-02-12 Tu Robert F. Z. Web site navigation under a hierarchical menu structure
US20040071314A1 (en) * 1999-10-28 2004-04-15 Yacov Yacobi Methods and systems for fingerprinting digital data
US20040119760A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact user interface
US20040119732A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact picker
US20040119761A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact page
US20040122822A1 (en) * 2002-12-19 2004-06-24 Thompson J. Patrick Contact schema
US20040189716A1 (en) * 2003-03-24 2004-09-30 Microsoft Corp. System and method for designing electronic forms and hierarchical schemas
US20040215642A1 (en) * 2000-11-30 2004-10-28 Kim Cameron Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US20040267694A1 (en) * 2003-06-30 2004-12-30 Satoshi Sakai Machine-readable medium & data management system and method for tracking real-world objects
US20050027734A1 (en) * 2001-11-26 2005-02-03 Microsoft Corporation Extending a directory schema independent of schema modification
US6859217B2 (en) * 2000-07-19 2005-02-22 Microsoft Corporation System and method to display and manage data within hierarchies and polyarchies of information
US20050086486A1 (en) * 2001-04-23 2005-04-21 Microsoft Corporation Collusion-resistant watermarking and fingerprinting
US20050182741A1 (en) * 2004-02-17 2005-08-18 Microsoft Corporation Simplifying application access to schematized contact data
US20050197141A1 (en) * 2003-11-10 2005-09-08 Jiang Zhaowei C. 'Back' button schema in mobile applications
US6948135B1 (en) * 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US20070079257A1 (en) * 2005-10-03 2007-04-05 Sap Ag Context debugger
US20070083532A1 (en) * 2005-10-07 2007-04-12 Tomotoshi Ishida Retrieving apparatus, retrieving method, and retrieving program of hierarchical structure data
US20070150487A1 (en) * 2005-12-22 2007-06-28 Microsoft Corporation Inferred relationships from user tagged content
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US20080082678A1 (en) * 2005-01-16 2008-04-03 Zlango Ltd. Communications Network System and Methods for Using Same
US7360172B2 (en) 2002-12-19 2008-04-15 Microsoft Corporation Contact controls
US7360166B1 (en) * 2005-08-17 2008-04-15 Clipmarks Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US20080104066A1 (en) * 2006-10-27 2008-05-01 Yahoo! Inc. Validating segmentation criteria
US7418663B2 (en) 2002-12-19 2008-08-26 Microsoft Corporation Contact picker interface
US20080216022A1 (en) * 2005-01-16 2008-09-04 Zlango Ltd. Iconic Communication
US7430719B2 (en) 2004-07-07 2008-09-30 Microsoft Corporation Contact text box
US20080307355A1 (en) * 2007-06-08 2008-12-11 Kyocera Mita Corporation Operating apparatus, image forming apparatus, computer readable recording medium and method for controlling display panel
US20090013087A1 (en) * 2005-01-18 2009-01-08 Zlango Ltd. Communications Network System and Methods For Using Same
US20090044098A1 (en) * 2006-03-01 2009-02-12 Eran Shmuel Wyler Methods and apparatus for enabling use of web content on various types of devices
US20090094559A1 (en) * 2007-10-09 2009-04-09 Sap Ag Managing a relationship network
US7549125B2 (en) 2003-10-23 2009-06-16 Microsoft Corporation Information picker
US7673227B2 (en) 2000-06-21 2010-03-02 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7676843B1 (en) 2004-05-27 2010-03-09 Microsoft Corporation Executing applications at appropriate trust levels
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US7702997B2 (en) 2000-06-21 2010-04-20 Microsoft Corporation Spreadsheet fields in text
US7712048B2 (en) 2000-06-21 2010-05-04 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US7743063B2 (en) 2000-06-21 2010-06-22 Microsoft Corporation Methods and systems for delivering software via a network
US20100179991A1 (en) * 2006-01-16 2010-07-15 Zlango Ltd. Iconic Communication
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US20100240350A1 (en) * 2005-01-18 2010-09-23 Zlango Ltd. Activating an Application
US7818677B2 (en) 2000-06-21 2010-10-19 Microsoft Corporation Single window navigation methods and systems
US7865477B2 (en) 2003-03-28 2011-01-04 Microsoft Corporation System and method for real-time validation of structured data files
US7900134B2 (en) 2000-06-21 2011-03-01 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7925621B2 (en) 2003-03-24 2011-04-12 Microsoft Corporation Installing a solution
US20110099486A1 (en) * 2009-10-28 2011-04-28 Google Inc. Social Messaging User Interface
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20110145732A1 (en) * 2007-11-09 2011-06-16 Richard Brindley Intelligent augmentation of media content
US7971139B2 (en) 2003-08-06 2011-06-28 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US20110164053A1 (en) * 2008-09-12 2011-07-07 Fujitsu Ten Limited Information processing device and information processing method
US7979856B2 (en) 2000-06-21 2011-07-12 Microsoft Corporation Network-based software extensions
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US8046683B2 (en) 2004-04-29 2011-10-25 Microsoft Corporation Structural editing with schema awareness
US8078960B2 (en) 2003-06-30 2011-12-13 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US20120030625A1 (en) * 2010-07-30 2012-02-02 Reiko Miyazaki Information processing apparatus, information processing method and information processing program
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US8918729B2 (en) 2003-03-24 2014-12-23 Microsoft Corporation Designing electronic forms

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6278991B1 (en) * 1997-08-22 2001-08-21 Sap Aktiengesellschaft Browser for hierarchical structures
WO2000013103A1 (en) * 1998-08-26 2000-03-09 Symtec Limited Mapping logically related data files
AU775871B2 (en) 1998-08-26 2004-08-19 Fractal Maps Limited Methods and devices for mapping data files
DE19905630A1 (en) * 1999-02-11 2000-08-17 Deutsche Telekom Ag Process for the graphic representation and / or processing of values of data types
US6175830B1 (en) * 1999-05-20 2001-01-16 Evresearch, Ltd. Information management, retrieval and display system and associated method
US9268748B2 (en) 1999-05-21 2016-02-23 E-Numerate Solutions, Inc. System, method, and computer program product for outputting markup language documents
US7421648B1 (en) 1999-05-21 2008-09-02 E-Numerate Solutions, Inc. Reusable data markup language
US7249328B1 (en) * 1999-05-21 2007-07-24 E-Numerate Solutions, Inc. Tree view for reusable data markup language
US9262383B2 (en) 1999-05-21 2016-02-16 E-Numerate Solutions, Inc. System, method, and computer program product for processing a markup document
US9262384B2 (en) 1999-05-21 2016-02-16 E-Numerate Solutions, Inc. Markup language system, method, and computer program product
US8438487B1 (en) * 1999-05-24 2013-05-07 Catherine Lin-Hendel Method and system for one-click navigation and browsing of electronic media and their category structure as well as tracking the navigation and browsing thereof
US7764272B1 (en) 1999-08-26 2010-07-27 Fractal Edge Limited Methods and devices for selecting items such as data files
US6772140B1 (en) * 1999-11-01 2004-08-03 Harris-Exigent, Inc. Hierarchical syntax for satellite command and control directives
US6684203B1 (en) * 1999-11-08 2004-01-27 Oracle International Corporation Using global temporary tables to transform queries
US7743074B1 (en) * 2000-04-05 2010-06-22 Microsoft Corporation Context aware systems and methods utilizing hierarchical tree structures
US7213048B1 (en) 2000-04-05 2007-05-01 Microsoft Corporation Context aware computing devices and methods
KR20000054466A (en) * 2000-06-08 2000-09-05 윤미애 A method for topography information
WO2001097082A2 (en) * 2000-06-09 2001-12-20 Eclik Corporation Network interface having client-specific information and associated method
US20070226640A1 (en) * 2000-11-15 2007-09-27 Holbrook David M Apparatus and methods for organizing and/or presenting data
AU2002220172A1 (en) * 2000-11-15 2002-05-27 David M. Holbrook Apparatus and method for organizing and/or presenting data
US6944679B2 (en) * 2000-12-22 2005-09-13 Microsoft Corp. Context-aware systems and methods, location-aware systems and methods, context-aware vehicles and methods of operating the same, and location-aware vehicles and methods of operating the same
US7493565B2 (en) * 2000-12-22 2009-02-17 Microsoft Corporation Environment-interactive context-aware devices and methods
US9600842B2 (en) * 2001-01-24 2017-03-21 E-Numerate Solutions, Inc. RDX enhancement of system and method for implementing reusable data markup language (RDL)
US7089237B2 (en) * 2001-01-26 2006-08-08 Google, Inc. Interface and system for providing persistent contextual relevance for commerce activities in a networked environment
JP2002288223A (en) * 2001-03-26 2002-10-04 Fujitsu Ltd Link-tree formation system, method for link-tree formation and program for link-tree formation
GB0108913D0 (en) * 2001-04-10 2001-05-30 Salamander Organization The Lt A method and apparatus for accessing software-based systems
SE517087C2 (en) * 2001-04-17 2002-04-09 Spectronic Ab Method of linking two types of information via a user interface
GB0112277D0 (en) * 2001-05-19 2001-07-11 Mood Internat Ltd A method and apparatus to enable flexible and dorect navigation within a graphical representation of an organisation
JP2003076719A (en) * 2001-06-22 2003-03-14 Sony Computer Entertainment Inc Information reading program, recording medium recored with information reading program, apparatus and method for reading information, program for generating information, recording medium recorded with program for generating information, apparatus and method for generating information, and information generation reading system
GB0118491D0 (en) * 2001-07-28 2001-09-19 Mood Internat Ltd A method and apparatus for visual synchronisation between graphical hierarchical representations of an organisation
US20030120631A1 (en) * 2001-12-21 2003-06-26 Eastman Kodak Company Method and system for hierarchical data entry
US20030210284A1 (en) * 2002-05-10 2003-11-13 Government Of The United States Of America Navigational display of hierarchically structured data
JP4184721B2 (en) * 2002-06-21 2008-11-19 シスメックス株式会社 User interface and analyzer equipped with the same
KR100449338B1 (en) * 2002-07-22 2004-09-18 지오디시스템(주) System for replaying moving pictures and method thereof
US7490296B2 (en) * 2003-01-31 2009-02-10 Microsoft Corporation Utility object for specialized data entry
US20040181518A1 (en) * 2003-03-14 2004-09-16 Mayo Bryan Edward System and method for an OLAP engine having dynamic disaggregation
GB0311026D0 (en) * 2003-05-14 2003-06-18 Salamander Organisation The Lt Organisation representation framework and design process
GB0319783D0 (en) * 2003-08-22 2003-09-24 Salamander Organisation The Lt A method and apparatus for definition referencing and navigation across multiple perspectives of an organisation
US20050125732A1 (en) * 2003-12-05 2005-06-09 General Instrument Corporation Method and apparatus for generating a personalized content selection user interface incorporating multiple types and sources of content
SE0401737D0 (en) * 2004-07-03 2004-07-03 Tomas Hultgren Tools for skills acquisition and increased amount of solutions for development and production applications
US20060015526A1 (en) * 2004-07-16 2006-01-19 Juergen Sattler Method and apparatus for supporting context links for application program text
US20070234232A1 (en) * 2006-03-29 2007-10-04 Gheorghe Adrian Citu Dynamic image display
US20070021992A1 (en) * 2005-07-19 2007-01-25 Srinivas Konakalla Method and system for generating a business intelligence system based on individual life cycles within a business process
US20070050232A1 (en) * 2005-08-26 2007-03-01 Hung-Yang Chang Method and system for enterprise monitoring based on a component business model
US7925977B2 (en) * 2006-05-15 2011-04-12 Sap Ag Architecture solution map builder
US8850332B2 (en) 2006-12-28 2014-09-30 International Business Machines Corporation Object selection in web page authoring
US8549407B2 (en) * 2007-12-05 2013-10-01 Ebay Inc. Multi-dimensional dynamic visual browsing
JP2009223485A (en) * 2008-03-14 2009-10-01 Brother Ind Ltd Link tree creation program and creation device
US10983665B2 (en) * 2008-08-01 2021-04-20 Samsung Electronics Co., Ltd. Electronic apparatus and method for implementing user interface
US8667419B2 (en) 2008-09-09 2014-03-04 Applied Systems, Inc. Method and apparatus for displaying a menu for accessing hierarchical content data including caching multiple menu states
JP5635247B2 (en) * 2009-08-20 2014-12-03 富士通株式会社 Multi-chip module
US9342569B2 (en) * 2010-12-15 2016-05-17 Sap Se System and method of adding user interface element groups
US8462162B2 (en) 2011-02-16 2013-06-11 Christopher Franklin Careri Systems and methods for financial planning using animation
US8713056B1 (en) 2011-03-30 2014-04-29 Open Text S.A. System, method and computer program product for efficient caching of hierarchical items
US9727209B2 (en) 2014-03-26 2017-08-08 Sap Se Hierarchical data structure with shortcut list
US10409922B2 (en) * 2014-06-10 2019-09-10 Siemens Product Lifecycle Management Software Inc. Navigating and authoring configured product lifecycle data
US9886170B2 (en) 2014-06-26 2018-02-06 Sap Se Breadth-first menu system for mobile applications
US10685328B2 (en) * 2015-03-03 2020-06-16 Adp, Llc Dynamic nodes for managing organization structure

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5491795A (en) * 1993-05-04 1996-02-13 International Business Machines Corporation Window management system with a hierarchical iconic array and miniature windows
US5544302A (en) * 1993-06-03 1996-08-06 Taligent, Inc. Object-oriented framework for creating and using container objects with built-in properties
US5546529A (en) * 1994-07-28 1996-08-13 Xerox Corporation Method and apparatus for visualization of database search results
US5632022A (en) * 1991-11-13 1997-05-20 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Encyclopedia of software components
US5771379A (en) * 1995-11-01 1998-06-23 International Business Machines Corporation File system and method for file system object customization which automatically invokes procedures in response to accessing an inode
US5799318A (en) * 1993-04-13 1998-08-25 Firstfloor Software Method and apparatus for collecting and displaying information from diverse computer resources
US5815155A (en) * 1995-09-27 1998-09-29 Universal Algorithms Incorporated Method and apparatus for navigating an information hierarchy
US5877765A (en) * 1995-09-11 1999-03-02 Microsoft Corporation Method and system for displaying internet shortcut icons on the desktop
US5923328A (en) * 1996-08-07 1999-07-13 Microsoft Corporation Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control
US6040834A (en) * 1996-12-31 2000-03-21 Cisco Technology, Inc. Customizable user interface for network navigation and management
US6052123A (en) * 1997-05-14 2000-04-18 International Business Machines Corporation Animation reuse in three dimensional virtual reality
US6195657B1 (en) * 1996-09-26 2001-02-27 Imana, Inc. Software, method and apparatus for efficient categorization and recommendation of subjects according to multidimensional semantics
US6278991B1 (en) * 1997-08-22 2001-08-21 Sap Aktiengesellschaft Browser for hierarchical structures

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE69328522T2 (en) 1992-08-27 2001-01-11 Sun Microsystems Inc Method and device for using browsers for collections
US5339433A (en) 1992-11-19 1994-08-16 Borland International, Inc. Symbol browsing in an object-oriented development system
US5517605A (en) 1993-08-11 1996-05-14 Ast Research Inc. Method and apparatus for managing browsing, and selecting graphic images
US5544354A (en) 1994-07-18 1996-08-06 Ikonic Interactive, Inc. Multimedia matrix architecture user interface

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5632022A (en) * 1991-11-13 1997-05-20 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Encyclopedia of software components
US5799318A (en) * 1993-04-13 1998-08-25 Firstfloor Software Method and apparatus for collecting and displaying information from diverse computer resources
US5491795A (en) * 1993-05-04 1996-02-13 International Business Machines Corporation Window management system with a hierarchical iconic array and miniature windows
US5544302A (en) * 1993-06-03 1996-08-06 Taligent, Inc. Object-oriented framework for creating and using container objects with built-in properties
US5546529A (en) * 1994-07-28 1996-08-13 Xerox Corporation Method and apparatus for visualization of database search results
US5877765A (en) * 1995-09-11 1999-03-02 Microsoft Corporation Method and system for displaying internet shortcut icons on the desktop
US5815155A (en) * 1995-09-27 1998-09-29 Universal Algorithms Incorporated Method and apparatus for navigating an information hierarchy
US5771379A (en) * 1995-11-01 1998-06-23 International Business Machines Corporation File system and method for file system object customization which automatically invokes procedures in response to accessing an inode
US5923328A (en) * 1996-08-07 1999-07-13 Microsoft Corporation Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control
US6195657B1 (en) * 1996-09-26 2001-02-27 Imana, Inc. Software, method and apparatus for efficient categorization and recommendation of subjects according to multidimensional semantics
US6040834A (en) * 1996-12-31 2000-03-21 Cisco Technology, Inc. Customizable user interface for network navigation and management
US6052123A (en) * 1997-05-14 2000-04-18 International Business Machines Corporation Animation reuse in three dimensional virtual reality
US6278991B1 (en) * 1997-08-22 2001-08-21 Sap Aktiengesellschaft Browser for hierarchical structures

Cited By (136)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7200244B2 (en) 1999-10-28 2007-04-03 Microsoft Corporation Systems for fingerprinting digital data
US7177442B2 (en) 1999-10-28 2007-02-13 Microsoft Corporation Methods and systems for fingerprinting digital data
US20040071314A1 (en) * 1999-10-28 2004-04-15 Yacov Yacobi Methods and systems for fingerprinting digital data
US7158655B2 (en) 1999-10-28 2007-01-02 Microsoft Corporation Systems for fingerprinting digital data
US20050111695A1 (en) * 1999-10-28 2005-05-26 Microsoft Corporation Systems for fingerprinting digital data
US6785667B2 (en) 2000-02-14 2004-08-31 Geophoenix, Inc. Method and apparatus for extracting data objects and locating them in virtual space
US20020080177A1 (en) * 2000-02-14 2002-06-27 Julian Orbanes Method and apparatus for converting data objects to a custom format for viewing information in virtual space
US20020109680A1 (en) * 2000-02-14 2002-08-15 Julian Orbanes Method for viewing information in virtual space
US20020075311A1 (en) * 2000-02-14 2002-06-20 Julian Orbanes Method for viewing information in virtual space
US6751620B2 (en) 2000-02-14 2004-06-15 Geophoenix, Inc. Apparatus for viewing information in virtual space using multiple templates
US7743063B2 (en) 2000-06-21 2010-06-22 Microsoft Corporation Methods and systems for delivering software via a network
US8074217B2 (en) 2000-06-21 2011-12-06 Microsoft Corporation Methods and systems for delivering software
US7979856B2 (en) 2000-06-21 2011-07-12 Microsoft Corporation Network-based software extensions
US7818677B2 (en) 2000-06-21 2010-10-19 Microsoft Corporation Single window navigation methods and systems
US9507610B2 (en) 2000-06-21 2016-11-29 Microsoft Technology Licensing, Llc Task-sensitive methods and systems for displaying command sets
US7779027B2 (en) 2000-06-21 2010-08-17 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7689929B2 (en) 2000-06-21 2010-03-30 Microsoft Corporation Methods and systems of providing information to computer users
US6948135B1 (en) * 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7673227B2 (en) 2000-06-21 2010-03-02 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7702997B2 (en) 2000-06-21 2010-04-20 Microsoft Corporation Spreadsheet fields in text
US7900134B2 (en) 2000-06-21 2011-03-01 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7712048B2 (en) 2000-06-21 2010-05-04 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7334197B2 (en) 2000-07-19 2008-02-19 Microsoft Corporation Display and management of data within hierarchies and polyarchies of information
US20050050477A1 (en) * 2000-07-19 2005-03-03 Microsoft Corporation Display and management of data within hierarchies and polyarchies of information
US6859217B2 (en) * 2000-07-19 2005-02-22 Microsoft Corporation System and method to display and manage data within hierarchies and polyarchies of information
US20050149539A1 (en) * 2000-11-30 2005-07-07 Microsoft Corporation Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US7603374B2 (en) 2000-11-30 2009-10-13 Microsoft Corporation Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US7231400B2 (en) 2000-11-30 2007-06-12 Microsoft Corporation Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US6957230B2 (en) * 2000-11-30 2005-10-18 Microsoft Corporation Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US20040215642A1 (en) * 2000-11-30 2004-10-28 Kim Cameron Dynamically generating multiple hierarchies of inter-object relationships based on object attribute values
US20050086486A1 (en) * 2001-04-23 2005-04-21 Microsoft Corporation Collusion-resistant watermarking and fingerprinting
US7558959B2 (en) 2001-04-23 2009-07-07 Microsoft Corporation Collusion-resistant watermarking and fingerprinting
US7681039B2 (en) 2001-04-23 2010-03-16 Microsoft Corporation Collusion-resistant watermarking and fingerprinting
US20050071355A1 (en) * 2001-11-26 2005-03-31 Microsoft Corporation Dynamically generated schema representing multiple hierarchies of inter-object relationships
US20030105654A1 (en) * 2001-11-26 2003-06-05 Macleod Stewart P. Workflow management based on an integrated view of resource identity
US20030177139A1 (en) * 2001-11-26 2003-09-18 Kim Cameron Dynamically generated schema representing multiple hierarchies of inter-object relationships
US20070016601A1 (en) * 2001-11-26 2007-01-18 Microsoft Corporation Dynamically Generated Schema Representing Multiple Hierarchies of Inter-Object Relationships
US7051043B2 (en) 2001-11-26 2006-05-23 Microsoft Corporation Dynamically generated schema representing multiple hierarchies of inter-object relationships
US6952704B2 (en) 2001-11-26 2005-10-04 Microsoft Corporation Extending a directory schema independent of schema modification
US6944626B2 (en) * 2001-11-26 2005-09-13 Microsoft Corp. Dynamically generated schema representing multiple hierarchies of inter-object relationships
US7359907B2 (en) 2001-11-26 2008-04-15 Microsoft Corporation Extending a directory schema independent of schema modification
US7246136B2 (en) 2001-11-26 2007-07-17 Microsoft Corporation Dynamically generated schema representing multiple hierarchies of inter-object relationships
US7389335B2 (en) 2001-11-26 2008-06-17 Microsoft Corporation Workflow management based on an integrated view of resource identity
US20050044103A1 (en) * 2001-11-26 2005-02-24 Microsoft Corporation Extending a directory schema independent of schema modification
US7536414B2 (en) 2001-11-26 2009-05-19 Microsoft Corporation Dynamically generated schema representing multiple hierarchies of inter-object relationships
US20050027734A1 (en) * 2001-11-26 2005-02-03 Microsoft Corporation Extending a directory schema independent of schema modification
US7487176B2 (en) 2001-11-26 2009-02-03 Microsoft Corporation Extending a directory schema independent of schema modification
US7353460B2 (en) * 2002-08-06 2008-04-01 Robert Tu Consulting Inc. Web site navigation under a hierarchical menu structure
US20040027391A1 (en) * 2002-08-06 2004-02-12 Tu Robert F. Z. Web site navigation under a hierarchical menu structure
US7636719B2 (en) 2002-12-19 2009-12-22 Microsoft Corporation Contact schema
US8407600B2 (en) 2002-12-19 2013-03-26 Microsoft Corporation Contact picker interface
US20040119761A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact page
US20040119760A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact user interface
US7360172B2 (en) 2002-12-19 2008-04-15 Microsoft Corporation Contact controls
US7418663B2 (en) 2002-12-19 2008-08-26 Microsoft Corporation Contact picker interface
US20040119732A1 (en) * 2002-12-19 2004-06-24 Grossman Joel K. Contact picker
US7360174B2 (en) * 2002-12-19 2008-04-15 Microsoft Corporation Contact user interface
KR100863666B1 (en) * 2002-12-19 2008-10-15 마이크로소프트 코포레이션 Contact user interface
US7240298B2 (en) * 2002-12-19 2007-07-03 Microsoft Corporation Contact page
US20080307306A1 (en) * 2002-12-19 2008-12-11 Microsoft Corporation Contact picker interface
US7802191B2 (en) 2002-12-19 2010-09-21 Microsoft Corporation Contact picker interface
US20040122822A1 (en) * 2002-12-19 2004-06-24 Thompson J. Patrick Contact schema
US20110010391A1 (en) * 2002-12-19 2011-01-13 Microsoft Corporation Contact picker interface
US20070240081A1 (en) * 2002-12-19 2007-10-11 Microsoft Corporation, Inc. Contact page
US7313760B2 (en) 2002-12-19 2007-12-25 Microsoft Corporation Contact picker
US7814438B2 (en) 2002-12-19 2010-10-12 Microsoft Corporation Contact page
US20040189716A1 (en) * 2003-03-24 2004-09-30 Microsoft Corp. System and method for designing electronic forms and hierarchical schemas
US7925621B2 (en) 2003-03-24 2011-04-12 Microsoft Corporation Installing a solution
US8918729B2 (en) 2003-03-24 2014-12-23 Microsoft Corporation Designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7865477B2 (en) 2003-03-28 2011-01-04 Microsoft Corporation System and method for real-time validation of structured data files
US9229917B2 (en) 2003-03-28 2016-01-05 Microsoft Technology Licensing, Llc Electronic form user interfaces
US20040267694A1 (en) * 2003-06-30 2004-12-30 Satoshi Sakai Machine-readable medium & data management system and method for tracking real-world objects
US8078960B2 (en) 2003-06-30 2011-12-13 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
WO2005006137A3 (en) * 2003-06-30 2005-09-09 Orbit Technology Corp Machine-readable medium & data management system and method for tracking real-world objects
US9239821B2 (en) 2003-08-01 2016-01-19 Microsoft Technology Licensing, Llc Translation file
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US9268760B2 (en) 2003-08-06 2016-02-23 Microsoft Technology Licensing, Llc Correlation, association, or correspondence of electronic forms
US7971139B2 (en) 2003-08-06 2011-06-28 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US8429522B2 (en) 2003-08-06 2013-04-23 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US7549125B2 (en) 2003-10-23 2009-06-16 Microsoft Corporation Information picker
US20050197141A1 (en) * 2003-11-10 2005-09-08 Jiang Zhaowei C. 'Back' button schema in mobile applications
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US20050182741A1 (en) * 2004-02-17 2005-08-18 Microsoft Corporation Simplifying application access to schematized contact data
US20110179367A1 (en) * 2004-02-17 2011-07-21 Microsoft Corporation Simplifying application access to schematized contact data
US8195711B2 (en) 2004-02-17 2012-06-05 Microsoft Corporation Simplifying application access to schematized contact data
US7953759B2 (en) 2004-02-17 2011-05-31 Microsoft Corporation Simplifying application access to schematized contact data
US8046683B2 (en) 2004-04-29 2011-10-25 Microsoft Corporation Structural editing with schema awareness
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US7676843B1 (en) 2004-05-27 2010-03-09 Microsoft Corporation Executing applications at appropriate trust levels
US7430719B2 (en) 2004-07-07 2008-09-30 Microsoft Corporation Contact text box
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US8375327B2 (en) * 2005-01-16 2013-02-12 Zlango Ltd. Iconic communication
US20080082678A1 (en) * 2005-01-16 2008-04-03 Zlango Ltd. Communications Network System and Methods for Using Same
US20080216022A1 (en) * 2005-01-16 2008-09-04 Zlango Ltd. Iconic Communication
US20100240350A1 (en) * 2005-01-18 2010-09-23 Zlango Ltd. Activating an Application
US20090013087A1 (en) * 2005-01-18 2009-01-08 Zlango Ltd. Communications Network System and Methods For Using Same
US8019818B2 (en) 2005-01-18 2011-09-13 Zlango Ltd. Communications network system and methods for using same
US8744350B2 (en) 2005-01-18 2014-06-03 Zlango Ltd. Activating an application
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US7360166B1 (en) * 2005-08-17 2008-04-15 Clipmarks Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US8122381B2 (en) * 2005-10-03 2012-02-21 Sap Ag Context debugger
US20070079257A1 (en) * 2005-10-03 2007-04-05 Sap Ag Context debugger
US20070083532A1 (en) * 2005-10-07 2007-04-12 Tomotoshi Ishida Retrieving apparatus, retrieving method, and retrieving program of hierarchical structure data
US7933910B2 (en) * 2005-10-07 2011-04-26 Hitachi, Ltd. Retrieving apparatus, retrieving method, and retrieving program of hierarchical structure data
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US9210234B2 (en) 2005-12-05 2015-12-08 Microsoft Technology Licensing, Llc Enabling electronic documents for limited-capability computing devices
US7664760B2 (en) 2005-12-22 2010-02-16 Microsoft Corporation Inferred relationships from user tagged content
US20070150487A1 (en) * 2005-12-22 2007-06-28 Microsoft Corporation Inferred relationships from user tagged content
US8775526B2 (en) 2006-01-16 2014-07-08 Zlango Ltd. Iconic communication
US20100179991A1 (en) * 2006-01-16 2010-07-15 Zlango Ltd. Iconic Communication
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US20090044098A1 (en) * 2006-03-01 2009-02-12 Eran Shmuel Wyler Methods and apparatus for enabling use of web content on various types of devices
US20080104066A1 (en) * 2006-10-27 2008-05-01 Yahoo! Inc. Validating segmentation criteria
US20080307355A1 (en) * 2007-06-08 2008-12-11 Kyocera Mita Corporation Operating apparatus, image forming apparatus, computer readable recording medium and method for controlling display panel
US20090094559A1 (en) * 2007-10-09 2009-04-09 Sap Ag Managing a relationship network
US7970829B2 (en) 2007-10-09 2011-06-28 Sap Ag Managing a relationship network
US20110145732A1 (en) * 2007-11-09 2011-06-16 Richard Brindley Intelligent augmentation of media content
US20110164053A1 (en) * 2008-09-12 2011-07-07 Fujitsu Ten Limited Information processing device and information processing method
US20110099486A1 (en) * 2009-10-28 2011-04-28 Google Inc. Social Messaging User Interface
US20110099507A1 (en) * 2009-10-28 2011-04-28 Google Inc. Displaying a collection of interactive elements that trigger actions directed to an item
US20110119596A1 (en) * 2009-10-28 2011-05-19 Google Inc. Social Interaction Hub
US9405343B2 (en) 2009-10-28 2016-08-02 Google Inc. Social messaging user interface
US9766088B2 (en) 2009-10-28 2017-09-19 Google Inc. Social messaging user interface
US11768081B2 (en) 2009-10-28 2023-09-26 Google Llc Social messaging user interface
US9110579B2 (en) * 2010-07-30 2015-08-18 Sony Corporation Information processing apparatus, information processing method and information processing program
US20120030625A1 (en) * 2010-07-30 2012-02-02 Reiko Miyazaki Information processing apparatus, information processing method and information processing program
US10747417B2 (en) 2010-07-30 2020-08-18 Line Corporation Information processing apparatus, information processing method and information processing program for using a cursor

Also Published As

Publication number Publication date
CA2300994A1 (en) 1999-03-04
JP2001514418A (en) 2001-09-11
JP4290871B2 (en) 2009-07-08
DE69808780D1 (en) 2002-11-21
US6278991B1 (en) 2001-08-21
DE69837772T2 (en) 2009-12-24
CA2300994C (en) 2005-07-12
DE69837772D1 (en) 2008-09-25
US20010042063A1 (en) 2001-11-15
EP1120719A3 (en) 2004-02-04
ATE362140T1 (en) 2007-06-15
WO1999010820A1 (en) 1999-03-04
AU755715B2 (en) 2002-12-19
ATE226335T1 (en) 2002-11-15
EP1005681B1 (en) 2002-10-16
JP2005196791A (en) 2005-07-21
DE69808780T2 (en) 2003-06-12
EP1120719A2 (en) 2001-08-01
EP1005681A1 (en) 2000-06-07
EP1120719B1 (en) 2007-05-09
AU9277098A (en) 1999-03-16

Similar Documents

Publication Publication Date Title
US6434564B2 (en) Browser for hierarchical structures
US6025844A (en) Method and system for creating dynamic link views
US6104401A (en) Link filters
US6636250B1 (en) Methods and apparatus for presenting information to a user of a computer system
US5544285A (en) Graphical user interface control for replicating data fields in forms
US6801229B1 (en) System for creation of visual representation of data
CA2402543C (en) A three dimensional spatial user interface
US5905498A (en) System and method for managing semantic network display
US7810036B2 (en) Systems and methods for personalizing a portal
US7730423B2 (en) Method and system for organizing document information
US5533183A (en) User interface with multiple workspaces for sharing display system objects
US5072412A (en) User interface with multiple workspaces for sharing display system objects
US5787417A (en) Method and system for selection of hierarchically related information using a content-variable list
US7802207B2 (en) System, method, and article of manufacture for generating a customizable network user interface
US6341280B1 (en) Inline tree filters
US5450538A (en) Graphical user interface control for expansion and re-sizing of data fields in forms
US6636246B1 (en) Three dimensional spatial user interface
US6836878B1 (en) Visual programming from a tree structure
US8127245B2 (en) Multi-dimensional systems and controls
US20040230917A1 (en) Systems and methods for navigating a graphical hierarchy
CA2309462A1 (en) Displaying a complex tree structure among multiple windows
JP3754111B2 (en) Method for generating hierarchically related information and computer-controlled display system
CA2491227C (en) Browser for hierarchical structures
AU2002301073B2 (en) Browser For Hierarichial Structures
GB2403117A (en) Presenting information relationships to a user of a computer system

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: SAP AG,GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AKTIENGESELLSCHAFT;REEL/FRAME:017358/0778

Effective date: 20050609

Owner name: SAP AG, GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AKTIENGESELLSCHAFT;REEL/FRAME:017358/0778

Effective date: 20050609

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: SAP SE, GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AG;REEL/FRAME:033625/0334

Effective date: 20140707