CA2292038C - User interface for transferring items between displayed windows - Google Patents

User interface for transferring items between displayed windows Download PDF

Info

Publication number
CA2292038C
CA2292038C CA002292038A CA2292038A CA2292038C CA 2292038 C CA2292038 C CA 2292038C CA 002292038 A CA002292038 A CA 002292038A CA 2292038 A CA2292038 A CA 2292038A CA 2292038 C CA2292038 C CA 2292038C
Authority
CA
Canada
Prior art keywords
window
item
displayed
destination
user
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 - Fee Related
Application number
CA002292038A
Other languages
French (fr)
Other versions
CA2292038A1 (en
Inventor
Christopher Jacob Rich
John Kurt Muller
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of CA2292038A1 publication Critical patent/CA2292038A1/en
Application granted granted Critical
Publication of CA2292038C publication Critical patent/CA2292038C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop

Abstract

A computer implemented method is described for enabling a user to transfer, via a graphical user interface, an item from one displayed window to another displayed window.
Initially, a first window is displayed with an item to be moved and a second window is displayed with one or more destinations to which the item can be moved.
Thereafter, the user selects the item to be moved, causing a further window to be displayed which includes one or more commands, one of which manifests a movement action. Upon selection of the movement command, the graphical interface displays a list of destinations with which the item to be moved can be associated by actuating the movement command.
Thereafter, responding to a selection of one of the displayed destinations, the computer which operates the graphical view user interface associates the item being moved with the selected destination and alters the display so that at least one of the displayed windows manifests the movement action.

Description

USER INTERFACE FOR TRANSFERRING ITEMS
BETWEEN DISPLAYED WINDOWS
FIELD OF THE INVENTION
This invention relates to a graphical user interface which enables transfers of items between displayed windows in a single application, and between windows of differing applications. More particularly, the invention relates to a user interface for the Java language which enables item transfers in an environment where "drag and drop"
actions are not supported.
BACKGROUND OF THE INVENTION
A "drag and drop" function is supported by many applications and enables data transfers across applications, between differing applications and within a single application.
For example, the WindowsT"" operating system (Windows is a trademark of Microsoft, Inc.) supports drag and drop actions as do other operating systems. A drag and drop interface enable a user to move, transfer and even convert objects by simply selecting them with a mouse and dragging their icon representations from one part of a screen to another.
Dragging an object from one window to another window is typically interpreted by the control software as a request to move the object. Dragging an object's icon and dropping it onto another icon is interpreted by the control system as a request to join the two objects in some way, perhaps by supplying the dropped object as an input parameter to the target object, which may represent a program.
The prior art, utilizing Windows-like applications employ drag and drop actions to create communication links by dragging an icon from one target hypertext document to a specified location in another hypertext document (see U. S. Patent 5,724,595 to Gentner).
Other programs such as the SuperCede Database Edition 1.2, a database-oriented programming tool, provides a graphical user interface which enables two-way editing.
Essentially, the Supercede program is a tool for use with the Java language in the development of various business applications. However, this Java language does not, itself, currently support drag and drop operations.
While the Java "tool kit" application programmer interface does not provide a built-in facility for building drag and drop interfaces, there is still a requirement for such functionality. Further, there still remains a class of users who find it difficult to work with a mouse and prefer to operate arrow keys on a computer keyboard to select items on a display screen.
Accordingly, it is an object of this invention to provide a graphical user interface which enables movement of items between displayed windows.
It is a further object of this invention to provide a method for moving items between windows which can respond to either mouse inputs or manipulated arrow keys by moving a cursor and enabling a displayed item's selection.
It is a further object of this invention to provide computer readable media having computer readable code embodied therein far controlling a computer to enable a user to transfer an item via a graphical interface on a display.
SUMMARY OF THE INVENTION
A computer implemented method is described for enabling a user to transfer, via a graphical user interface, an item from one displayed window to another displayed window.
Initially, a first window is displayed with an item to be moved and a second window is displayed with one or more destinations to which the item can be moved.
Thereafter, the user selects the item to be moved, causing a further window to be displayed which includes one or more commands, one of which manifests a movement action. Upon selection of the movement command, the graphical interface displays a list of destinations with which the item to be moved can be associated by actuating the movement command.
Thereafter, responding to a selection of one of the displayed destinations, the computer which operates the graphical view user interface associates the item being moved with the selected destination and alters the display so that at least one of the displayed windows manifests the movement action. Gomputer readable media having computer readable code embodied therein to implement the aforementioned method is also described.

BRIEF DESCRIPTION OF THE DRAWINGS
Fig. 1 is a block diagram of a computer system adapted to perform the invention.
Fig. 2 illustrates a sequence of windows which are created as a result of the implementation of the invention, using a first embodiment.
Fig. 3 illustrates a sequence of windows which are created as a result of the implementation of the invention, using a second embodiment.
Fig. 4 illustrates a sequence of windows which are created as a result of the implementation of the invention, using a third embodiment.
Fig. 5 illustrates a sequence of windows which are created as a result of the implementation of the invention, using a fourth embodiment.
Fig. 6 is a logical flow diagram that illustrates three methods for implementing the invention, as illustrated in Figs. 2-4.
Fig. 7 is a logical flow diagram that illustrates a fourth method for implementing the invention, as illustrated in Fig. 5.
DETAILED DESCRIPTION OF THE INVENTION
Referring to Fig. 1, a computer 10 incorporates a central processing unit (CPU
12), a display 14, a mouse input 16 and a keyboard input 18, all of which are coupled by a bus system 20. A memory 22 includes various software procedures for operating computer 10 and among those is operating system 23, a display image generation procedure 24, a window creation procedure 26 and window contents lists 28. Further, an "add to"
procedure 30 is stored in memory 22 and enables transfer of an item from a source window to a destination window, and more particularly, to an object within the destination window.

Display image generation procedure 24 constructs window images in accordance with the results of an application being executed by CPU 12, under control of operating system 23. Within image generation procedure 24 is a window creation procedure 26 which creates the necessary code to cause display 14 to manifest windows with included data items such as folders, documents, tool bars, etc., etc. Further, as each window is created by procedure 26, a window contents list 28 is created with necessary pointers to the actual data underlying the listed item.
"Add to" procedure 30 enables a selected item from a list in one window to be associated with a listed destination item in another window, but does not employ a drag and drop procedure of the prior art. More particularly, instantiation of the add-to procedure causes an additional window/menu/button to be displayed with a listing of the possible destinations for the item to be moved. Upon selection of a listed destination, the item to be moved is associated with the selected destination (e.g. via a pointer or other associating data construct). In addition, display 14 alters its image by moving the item to be moved to the window containing the destination and displays the item in its new locale.
This action is illustrated in Fig. 2, where a window 100 includes two interior windows 102 and 104. Window 102 comprises a tree view of a plurality of folders and window 104 is a list view of three files. Assuming that it is desired to move file 2 to one of the folders in tree view window 102, the user, either by manipulation of a mouse or through use of up/down arrow keys, the tab key or an accelerator key to select file 2. That selection, in turn, causes a pop-up menu window 106 to appear. Window 106 provides plural options available to the user with respect to selected file 2. One of those options is an "add to"
command that enables the movement of file 2 elsewhere within window 100 and, more particularly, to a location within tree view window 102.
Upon selecting the "add to" command, a cascading pop-up menu 108 appears which lists the possible destinations to which file 2 can be transferred.
Thereafter, the user selects one of the illustrated folders and file 2 is thereafter associated with the selected folder and, its image is moved to tree view window 102 beneath the selected folder.
Fig. 3 provides a second embodiment of the invention wherein the list of optional commands with respect to a selected item in a window is displayed in response to a user selection of an item in menu bar 110. In this instance, a user selection of the "Edit" entry on tool bar 110 (after having selected file 2 in list view window 104) causes a drop down menu 112 to appear. Thereafter, the user uses the same procedure, as aforedescribed, to select the "add to" command which, in turn, causes a cascading menu 114 to appear which lists the possible destinations for selected file 2. Upon selecting one of folders 1-3, the file 2 item from window 104 appears in window 102 under the selected folder and appropriate pointers are associated with file 2 to link it to the selected folder.
Turning to Fig. 4, a third embodiment of the invention utilizes a drop down button 116 to illustrate the various commands that are available when one of the files is selected in window 104. The available commands can be sequenced through drop down button 116 by actuation of either up or down arrow keys. One such command is the add-to command which, upon selection, causes display of drop down menu 118.
Thereafter, the procedure followed to transfer file 2 to a selected folder in tree view window 2 is the same as described above.
Referring now to Fig. 5, it may be the case that there are many listed possible destinations for an item, which destinations leave little room on the display to list additional destinations. In such case, lieu of displaying a window with all possible destinations, a further window is displayed which enables the user to type in a destination.
More particularly, in the case shown in Fig. 5, window 100 includes a window 120 that is a tree view illustrating ten folders that comprise possible destinations for an item.
A further window 122 enables entry of the name of another destination to which a particular item is to be moved.
To cause the "Add to" window 100 to appear, either a pop-up menu 124, a drop down menu 126 or a button 128 can be used to institute the add-to procedure.
In this case, the selection of the add-to command causes window 100 to be launched, enabling the user to enter the name of a destination.
Turning now to Fig. 6, a flow diagram is shown illustrating procedures employed by the embodiments of Figs. 2-4. Initially, a source window with an item to be moved is displayed, as is a destination window (step 200). Thereafter, the user moves a cursor to the item to be moved (step 202) and assuming the item is selected (step 204), the procedure moves to one of steps 206, 208 or 210, depending upon which embodiment of the invention has been implemented. In any of the illustrated cases, an "add to" command is displayed and, upon its selection (step 212), causes a menu window to be displayed with possible destinations for the item to be moved (step 214). If the are more than 10 possible destinations, for example, the procedure move to step 220 in Fig. 7 (to be described below).
After a destination is selected (step 216), the selected item is associated with the selected destination and the window with the selected destination is altered to indicate the presence of the selected item (step 218).
Fig. 7 illustrates the procedure of the invention when the embodiment of Fig.
5 is employed. If step 213 determines that there are greater than 10 possible destinations, an "add to" entry window is displayed (step 220). Thereafter, the user enters the desired destination into the entry window or selects one of the possible destinations that are already displayed. Upon then selecting "OK" (step 222), the item is associated with the selected destination and the item is then displayed with the selected destination in the destination window (step 224).
While the above description has assumed that all of the procedures required to implement the invention are already loaded into memory 22 (Fig. 1 ), such procedures may be stored on a memory media such as one or more magnetic diskettes 31, compact disks or other data storage media.
It should be understood that the foregoing description is only illustrative of the invention. Various alternatives and modifications can be devised by those skilled in the art without departing from the invention. Accordingly, the present invention is intended to embrace all such alternatives, modifications and variances which fall within the scope of the appended claims.

Claims (14)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A computer implemented method for enabling a user to transfer an item via a graphical interface on a display, said method comprising the steps of:

a) detecting a user selection of said item to be moved from a first displayed window to a destination in a second displayed window, and causing a third window to be displayed including a command enabling an item movement action;
b) responding to a selection by said user of said command by displaying a list that includes said destination, wherein said list is derived from said second displayed window;
and c) responding to a selection by said user of said destination by executing said command to cause an association of said item with said destination, and to indicate said association in said second window.
2. The method as recited in claim 1, wherein step a) displays said third window by instantiating a menu window on said display.
3. The method as recited in claim 2, wherein step b) displays said list by displaying a fourth window including said list.
4. The method as recited in claim 1, wherein step a) displays said third window by instantiating a menu window on said display in response to a user's selection of a task listed on a displayed task bar.
5. The method as recited in claim 4, wherein step b) displays said list by displaying a further menu window including said list.
6. The method as recited in claim 1, wherein step a) displays said third window by instantiating a display button with menu items that are rotatable therethrough.
7. A computer implemented method for enabling a user to transfer, via a graphical interface, an item from one displayed window to a destination in another displayed window, said method comprising the steps of:
a) detecting a user selection of said item to be moved, said selecting causing a further window to be displayed including one or more commands, at least one said command enabling an item movement action;

b) responding to a detected selection by said user of said one said command by displaying a list of destinations with which said item that was selected can be associated by execution of said one said command; and c) responding to a detected selection by said user of a destination by executing said one said command to cause association of said item to be moved with said destination that has been selected and to display said item to be moved in juxtaposition to said destination that has been selected, wherein step b) includes the substeps of:
detecting that a number of possible destinations exceeds a threshold value of destinations to be displayed, and displaying an entry window into which a destination name can be entered; and detecting selection of a destination name in said entry window or of another displayed destination.
8. Computer readable media having computer readable code embodied therein for controlling a computer to enable a user to transfer an item via a graphical interface on a display, said computer readable code comprising instructions for:
a) controlling said computer to detect a user selection of said item to be moved from a first displayed window to a destination in a second displayed window, and to cause a third window to be displayed including a command enabling an item movement action;
b) controlling said computer to respond to a selection lay said user of said command by displaying a list that includes said destination, wherein said list is derived from said second displayed window; and c) controlling said computer to respond to a selection by said user of said destination by executing said command to cause an association of said item with said destination, and to indicate said association in said second displayed window.
9. The computer readable media as recited in claim 8, wherein instruction for a) controls said computer to display said third window by instantiating a menu window on said display.
10. The computer readable media as recited in claim 9, wherein instruction for b) controls said computer to display said list by displaying a fourth window including said list.
11. The computer readable media as recited in claim 8, wherein instruction for a) controls said computer to display said third window by instantiating a menu window on said display in response to a user's selection of a task listed on a displayed task bar.
12. The computer readable media as recited in claim 11, wherein instruction for b) controls said computer to display said list by displaying a further menu window including said list.
13. The computer readable media as recited in claim 8, wherein instruction for a) controls said computer to display said third window by instantiating a display button with menu items that are rotatable therethrough.
14. Computer readable media having computer readable code embodied therein for controlling a computer to enable a user to transfer, via a graphical interface, an item from one displayed window to a destination in another displayed window, said computer readable code comprising instruction for:

a) controlling said computer to detect a user selection of said item to be moved, and in response, to cause a further window to be displayed including one or more commands, at least one said command enabling an item movement action;
b) controlling said computer to respond to a detected selection by said user of said one said command by displaying a list of destinations with which said item that was selected can be associated by execution of said one said command; and c) controlling said computer to respond to a detected selection by said user of a destination by executing said one said command to cause association of said item to be moved with said destination that has been selected and by displaying said item to be moved in juxtaposition to said destination that has been selected, wherein instruction for b), upon detecting that a number of possible destinations exceeds a threshold value of destinations to be displayed, causes said computer to display an entry window into which a destination name can be entered; and subsequently detects selection of a destination entry in said entry window or of another displayed destination.
CA002292038A 1999-02-09 1999-12-10 User interface for transferring items between displayed windows Expired - Fee Related CA2292038C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/247,133 US6411311B1 (en) 1999-02-09 1999-02-09 User interface for transferring items between displayed windows
US09/247,133 1999-02-09

Publications (2)

Publication Number Publication Date
CA2292038A1 CA2292038A1 (en) 2000-08-09
CA2292038C true CA2292038C (en) 2003-03-25

Family

ID=22933705

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002292038A Expired - Fee Related CA2292038C (en) 1999-02-09 1999-12-10 User interface for transferring items between displayed windows

Country Status (3)

Country Link
US (1) US6411311B1 (en)
JP (1) JP3605538B2 (en)
CA (1) CA2292038C (en)

Families Citing this family (66)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2362236A (en) * 2000-05-12 2001-11-14 Int Computers Ltd Method of providing self-service banking
US6690391B1 (en) * 2000-07-13 2004-02-10 Sony Corporation Modal display, smooth scroll graphic user interface and remote command device suitable for efficient navigation and selection of dynamic data/options presented within an audio/visual system
AU7606601A (en) * 2000-09-29 2002-04-11 International Business Machines Corporation Isolating UI design from business object design using java interface concepts
US20020080179A1 (en) * 2000-12-25 2002-06-27 Toshihiko Okabe Data transfer method and data transfer device
US7793233B1 (en) 2003-03-12 2010-09-07 Microsoft Corporation System and method for customizing note flags
US7421438B2 (en) 2004-04-29 2008-09-02 Microsoft Corporation Metadata editing control
US7188316B2 (en) 2003-03-24 2007-03-06 Microsoft Corporation System and method for viewing and editing multi-value properties
US7234114B2 (en) * 2003-03-24 2007-06-19 Microsoft Corporation Extensible object previewer in a shell browser
US7712034B2 (en) * 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US7240292B2 (en) 2003-04-17 2007-07-03 Microsoft Corporation Virtual address bar user interface control
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US7627552B2 (en) 2003-03-27 2009-12-01 Microsoft Corporation System and method for filtering and organizing items based on common elements
US7409644B2 (en) * 2003-05-16 2008-08-05 Microsoft Corporation File system shell
US7823077B2 (en) 2003-03-24 2010-10-26 Microsoft Corporation System and method for user modification of metadata in a shell browser
US7454763B2 (en) * 2003-03-26 2008-11-18 Microsoft Corporation System and method for linking page content with a video media file and displaying the links
US7890960B2 (en) 2003-03-26 2011-02-15 Microsoft Corporation Extensible user context system for delivery of notifications
US7827561B2 (en) * 2003-03-26 2010-11-02 Microsoft Corporation System and method for public consumption of communication events between arbitrary processes
US7774799B1 (en) 2003-03-26 2010-08-10 Microsoft Corporation System and method for linking page content with a media file and displaying the links
US7499925B2 (en) 2003-03-27 2009-03-03 Microsoft Corporation File system for displaying items of different types and from different physical locations
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
US7526483B2 (en) * 2003-03-27 2009-04-28 Microsoft Corporation System and method for virtual folder sharing including utilization of static and dynamic lists
US7587411B2 (en) 2003-03-27 2009-09-08 Microsoft Corporation System and method for filtering and organizing items based on common elements
US7650575B2 (en) 2003-03-27 2010-01-19 Microsoft Corporation Rich drag drop user interface
US7536386B2 (en) * 2003-03-27 2009-05-19 Microsoft Corporation System and method for sharing items in a computer system
US7325204B2 (en) * 2003-08-29 2008-01-29 Yahoo! Inc. Slideout windows
US7373603B1 (en) * 2003-09-18 2008-05-13 Microsoft Corporation Method and system for providing data reference information
US8024335B2 (en) 2004-05-03 2011-09-20 Microsoft Corporation System and method for dynamically generating a selectable search extension
US7181463B2 (en) * 2003-10-24 2007-02-20 Microsoft Corporation System and method for managing data using static lists
NL1025098C2 (en) * 2003-12-22 2005-07-04 Xelion B V Device, method, software and data carrier comprising software for displaying information on a screen.
US20050172241A1 (en) * 2004-01-08 2005-08-04 International Business Machines Corporation System and method for improved direct system clipboard
US7657846B2 (en) 2004-04-23 2010-02-02 Microsoft Corporation System and method for displaying stack icons
US7694236B2 (en) * 2004-04-23 2010-04-06 Microsoft Corporation Stack icons representing multiple objects
US20050240866A1 (en) 2004-04-26 2005-10-27 International Business Machines Corporation Multi-source, multi-destination data transfers
US7992103B2 (en) * 2004-04-26 2011-08-02 Microsoft Corporation Scaling icons for representing files
US8707209B2 (en) * 2004-04-29 2014-04-22 Microsoft Corporation Save preview representation of files being created
US7496583B2 (en) 2004-04-30 2009-02-24 Microsoft Corporation Property tree for metadata navigation and assignment
US8108430B2 (en) * 2004-04-30 2012-01-31 Microsoft Corporation Carousel control for metadata navigation and assignment
US9552141B2 (en) 2004-06-21 2017-01-24 Apple Inc. Methods and apparatuses for operating a data processing system
US7441273B2 (en) * 2004-09-27 2008-10-21 Mcafee, Inc. Virus scanner system and method with integrated spyware detection capabilities
US7788589B2 (en) 2004-09-30 2010-08-31 Microsoft Corporation Method and system for improved electronic task flagging and management
US7712049B2 (en) * 2004-09-30 2010-05-04 Microsoft Corporation Two-dimensional radial user interface for computer software applications
US7383503B2 (en) 2005-02-23 2008-06-03 Microsoft Corporation Filtering a collection of items
US20060236244A1 (en) * 2005-04-15 2006-10-19 Microsoft Corporation Command links
US8490015B2 (en) 2005-04-15 2013-07-16 Microsoft Corporation Task dialog and programming interface for same
US7162488B2 (en) 2005-04-22 2007-01-09 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
US8195646B2 (en) 2005-04-22 2012-06-05 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
US8522154B2 (en) * 2005-04-22 2013-08-27 Microsoft Corporation Scenario specialization of file browser
US20060242591A1 (en) * 2005-04-22 2006-10-26 Microsoft Corporation File dialog user interfaces and creation of same
US7665028B2 (en) * 2005-07-13 2010-02-16 Microsoft Corporation Rich drag drop user interface
US7644391B2 (en) * 2005-08-18 2010-01-05 Microsoft Corporation Sidebar engine, object model and schema
US7665032B2 (en) * 2005-08-18 2010-02-16 Microsoft Corporation Sidebar engine, object model and schema
US7568165B2 (en) * 2005-08-18 2009-07-28 Microsoft Corporation Sidebar engine, object model and schema
CA2622848A1 (en) * 2005-09-30 2007-04-05 Nokia Corporation A method, device, computer program and graphical user interface used for the selection, movement and de-selection of an item
CN101273326B (en) * 2005-09-30 2010-05-12 诺基亚公司 Method and equipment for controlling the action implemented as the result of dragging and dropping operation
US7797638B2 (en) 2006-01-05 2010-09-14 Microsoft Corporation Application of metadata to documents and document objects via a software application user interface
US7747557B2 (en) 2006-01-05 2010-06-29 Microsoft Corporation Application of metadata to documents and document objects via an operating system user interface
US7761785B2 (en) 2006-11-13 2010-07-20 Microsoft Corporation Providing resilient links
US7707518B2 (en) 2006-11-13 2010-04-27 Microsoft Corporation Linking information
KR101345341B1 (en) * 2006-12-13 2013-12-27 삼성전자 주식회사 Apparatus for providing user interface and method for file transmission
US8612877B2 (en) * 2006-12-18 2013-12-17 Blackberry Limited Method for providing options associated with computer applications in a mobile device and a menu and application therefor
JP5157682B2 (en) * 2008-03-17 2013-03-06 株式会社リコー Information processing apparatus, image forming apparatus, operation screen changing method, operation screen changing program, and storage medium
US9558278B2 (en) 2012-09-11 2017-01-31 Apple Inc. Integrated content recommendation
US9218118B2 (en) 2012-09-11 2015-12-22 Apple Inc. Media player playlist management
US9454353B2 (en) 2013-10-01 2016-09-27 International Business Machines Corporation Initiating use of software as part of a messaging window
CN105302572A (en) * 2015-11-19 2016-02-03 天脉聚源(北京)教育科技有限公司 Method and device for importing file into software
JP7013797B2 (en) * 2017-11-02 2022-02-01 富士フイルムビジネスイノベーション株式会社 Information processing equipment and programs

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5414810A (en) * 1990-06-28 1995-05-09 International Business Machines Corporation Method and apparatus for maintaining data integrity when displaying multiple dialog windows
US5867144A (en) * 1991-11-19 1999-02-02 Microsoft Corporation Method and system for the direct manipulation of information, including non-default drag and drop operation
US5696915A (en) * 1993-03-03 1997-12-09 Apple Computer, Inc. Method and apparatus for linking routines for different contexts
US5694563A (en) * 1994-12-13 1997-12-02 Microsoft Corporation Method and system for transferring data to common destinations using a common destination list
US5761683A (en) 1996-02-13 1998-06-02 Microtouch Systems, Inc. Techniques for changing the behavior of a link in a hypertext document
US5724595A (en) 1996-06-19 1998-03-03 Sun Microsystems, Inc. Simple method for creating hypertext links
US6195079B1 (en) * 1996-11-18 2001-02-27 Sage, Inc. On-screen user interface for a video adapter circuit

Also Published As

Publication number Publication date
CA2292038A1 (en) 2000-08-09
US6411311B1 (en) 2002-06-25
JP2000242386A (en) 2000-09-08
JP3605538B2 (en) 2004-12-22

Similar Documents

Publication Publication Date Title
CA2292038C (en) User interface for transferring items between displayed windows
EP0695448B1 (en) Interactive user interface
KR101522150B1 (en) Selective enabling of multi-input controls
US6097391A (en) Method and apparatus for graphically manipulating objects
US7062497B2 (en) Maintaining document state history
US5664133A (en) Context sensitive menu system/menu behavior
US7865845B2 (en) Chaining objects in a pointer drag path
US6393429B1 (en) File handling device, and a recording medium storing a file handling program
JP3086399B2 (en) Lazy drag of graphical user interface (GUI) objects
US5414806A (en) Palette and parts view of a composite object in an object oriented computer system
US5630080A (en) Method and system for the direct manipulation of information, including non-default drag and drop operation
US5644739A (en) Method and system for adding buttons to a toolbar
US6493006B1 (en) Graphical user interface having contextual menus
JP4270391B2 (en) Multimedia file tooltip
US6177935B1 (en) Computer object managing container and managing method thereof
JPH0685145B2 (en) How to display the position of multiple selected objects
US7386808B2 (en) Apparatus and method for selecting actions for visually associated files and applications
EP0717343A1 (en) Context sensitive menu system/menu behavior
US8015505B1 (en) Management of commands generated through user interface dialogs
EP0468911A2 (en) A method and system for performing direct manipulating of a source object in a computer system
JP2887808B2 (en) Editing processor
JP3471224B2 (en) File operating device, file operating method, and recording medium recording file operating program
JPH08212046A (en) Method and apparatus for construction visual interface into data processing system
JPH06103014A (en) Information processor
JPH07271540A (en) Computer processing operation method

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed
MKLA Lapsed

Effective date: 20101210