US20140372926A1 - Smart drag-and-drop - Google Patents
Smart drag-and-drop Download PDFInfo
- Publication number
- US20140372926A1 US20140372926A1 US14/310,589 US201414310589A US2014372926A1 US 20140372926 A1 US20140372926 A1 US 20140372926A1 US 201414310589 A US201414310589 A US 201414310589A US 2014372926 A1 US2014372926 A1 US 2014372926A1
- Authority
- US
- United States
- Prior art keywords
- interface object
- interface
- additional
- user
- user interface
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction 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/0486—Drag-and-drop
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
- G06F3/0482—Interaction with lists of selectable items, e.g. menus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction 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/04842—Selection of displayed objects or displayed text elements
Definitions
- the present invention relates to techniques for manipulating objects in user interfaces and, more specifically, to techniques for enhancing “drag-and-drop” functionality in such interfaces.
- drag-and-drop The ability to select and move, i.e., “drag-and-drop,” objects in a user interface has been around for some time. Recently, there has been a resurgence of interest in this functionality with software developers making it available in a variety of computing contexts including, for example, web applications. However, while it is a popular and intuitively appealing feature for users, drag-and-drop has its shortcomings.
- dragging an object to a “drop target” i.e., another object with which the user wishes to associate the first object
- a remote part of the interface can often require multiple gestures with the relevant control device (e.g., mouse or touchpad); an awkward and often irritating process.
- the relevant control device e.g., mouse or touchpad
- the desired drop target is part of a list and is currently off screen, the user must wait and hold the object while the list slowly scrolls to the target.
- the relatively small size of some drop targets and their proximity to other drop targets increase the likelihood that a dragged object may be dropped on the wrong target.
- the user interface includes a first interface object operable to be selected and moved within the user interface.
- a first interface object operable to be selected and moved within the user interface.
- at least one additional interface object is presented in the user interface in proximity of the first interface object.
- Each additional interface object represents a drop target with which the first interface object may be associated.
- FIGS. 1-3 are representations of a personal computer “desktop” user interface environment illustrating operation of a specific embodiment of the invention.
- FIGS. 4 and 5 are representations of an electronic mail application user interface environment illustrating operation of a specific embodiment of the invention.
- FIG. 6 includes representations of a list in a user interface environment in which a specific embodiment of the invention may be implemented.
- FIG. 7 is an exemplary network diagram illustrating various computing contexts in which various embodiments of the invention may be implemented.
- FIG. 1 is a simplified representation of a desktop environment on a computing platform such as, for example, a personal or laptop computer.
- a computing platform such as, for example, a personal or laptop computer.
- object 102 entitled Word.doc which represents a word processing document.
- object 104 representing the computer's recycle bin, i.e., a file system location for discarding files.
- recycle bin i.e., a file system location for discarding files.
- a user selects Word.doc 102 and begins to drag or move the object toward Recycle bin 104 according to any conventional drag-and-drop protocol.
- drop targets are presented in interface 100 in proximity to the dragged object.
- Recycle bin 106 is an alternate instantiation of Recycle bin 104 .
- Another target object 108 entitled “Send to . . . ” links to an electronic mail application and enables the user to attach Word.doc 102 to an electronic mail message.
- a third target object 110 entitled “My Documents” allows the user to move Word.doc 102 to the corresponding location in the computer's file system.
- this “smart” drag-and-drop functionality anticipates what the user is attempting to do with reference to the movement of the object being dragged, e.g., the velocity and/or direction.
- an event handler is employed which is responsive to the drag-and-drop event, and which may have include additional logic which is responsive to a variety of parameters including, for example, the type of object being dragged.
- the drop targets are presented in accordance with the event handler logic.
- the drop targets could be presented substantially immediately, i.e., in response to detection of the event itself.
- a delay may be introduced which could be based on other parameters such as, for example, the distance the object has been dragged, the amount of time the object has been dragged, e.g., the drop targets might not be presented until the object has been dragged a certain distance in the interface or for a predetermined period of time.
- the event handler logic could also decide whether to present the drop targets at all depending on parameters associated with the drag-and-drop event or the dragged object. For example, if the initial position of the dragged object is close to an edge of the interface, and that is the edge toward which the object is being dragged, the event handler may determine that the drop targets should not be presented.
- the drop targets may be arranged relative to the current position of the object being dragged.
- the arrangement may be in a line as shown, the orientation of which could depend, for example, on the direction of the dragging, e.g., 90 degrees to the line of dragging.
- the drop targets could be arranged in an arc or circle centered around the current position of the object being dragged.
- the configuration and position(s) of the drop targets in the interface may be determined with reference to the movement of the dragged object. For example, based on the speed and direction of the movement, the drop targets may be positioned far enough away to ensure that the user doesn't overshoot them, but close enough to make the presentation useful.
- the drop targets may be presented as a list of menu items.
- the position of the list in the interface may also depend on some parameter relating to the dragged object, e.g., direction or speed. In some cases, only a single drop target might be presented.
- the drop targets persist while the object is being dragged. If the user cancels the drag operation (e.g., by releasing the mouse button), the drop targets disappear. In a particular implementation, if the user drags the object past the drop targets (indicating that none are the desired target), they may also disappear.
- drop targets presented according to the invention may allow branching, i.e., the presentation of further drop target options relating to one of the options presented.
- branching i.e., the presentation of further drop target options relating to one of the options presented.
- any other drop targets originally presented with that drop target may disappear, and a new set of drop targets appears which is related to the drop target over which the dragged object is positioned.
- the new drop targets could represent subfolders within that folder. This could be an iterative process which facilitates navigation through the file system.
- an additional set of drop targets ( 302 , 304 , and 306 ) is presented which represent specific contacts to whom the user may send the object. Dropping the object on one of those targets could then launch the messaging interface with the recipient field populated with the corresponding contact information, or even result in the object automatically being sent to the corresponding contact.
- the appearance, number, position, and configuration of the virtual drop targets may vary considerably without departing from the scope of the invention.
- the manner in which drop targets are instantiated or otherwise made to appear may be governed by a wide variety of techniques including, for example, proprietary methods associated with the event handler logic, or the calling predefined instantiation methods (e.g., such as may be associated with an operating system, or an application into which the functionality of the present invention is integrated).
- drop targets may represent locations in a file system. By associating a dragged object with such a drop target, the information or file represented by the dragged object may be moved or copied to the corresponding file system location.
- a drop target may represent an application which uses or processes the dragged object and/or the information it represents.
- the drop target can represent a messaging application.
- the messaging application launches a message creation interface for creating a message (e.g., an email or instant message) to which the file represented by the dragged object may be attached.
- drop targets can represent contacts to whom a dragged object is to be sent or otherwise made available.
- Drop targets may also represent commands relating to the handling of the dragged object, e.g., delete, forward, open, etc. More generally, any type of drop target with which an object in a user interface may be associated or which may employ the information represented by such an object may be presented according to the present invention.
- the set of drop target options presented to the user may also be determined in a wide variety of ways. According to some embodiments, at least some of the drop targets are determined with reference to drop targets already open or represented in the interface. For example, as shown in the desktop interface example of FIGS. 1 and 2 , drop target 106 corresponds to Recycle bin 104 which was already present on the desktop when the dragging operation commenced. Another example of a preexisting drop target is an open window which may correspond, for example, to a currently running application or a file system folder.
- Drop targets may also be determined with reference to the file type associated with the dragged object. That is, for example, as shown in FIGS. 1 and 2 , if the dragged object corresponds to a particular file type, e.g., a word processing file, one of the drop targets presented can be the default file system folder for that file type, e.g., My Documents folder 110 . Similarly, if the dragged object corresponds to an mp3 file or a jpeg file, a “My Music” or “My Photos” folder could be presented. According to some embodiments, the available drop target options are limited to drop targets with which the dragged object may be associated. That is, if the dragged object corresponds to a particular file type or application, or a potential drop target has some associated restrictions, such options will not be presented even if, for example, they may already be present in the interface.
- a particular file type e.g., a word processing file
- one of the drop targets presented can be the default file system folder for
- drop target options may be determined with reference to parameters associated with the dragging event from which possible targets are inferred. Such parameters might include, but are not limited to, the speed and/or direction of the dragging, the initial position of the dragged object in the interface, the positions of preexisting drop targets in the interface, etc. For example, if the current trajectory of the dragged object is moving the dragged object toward a preexisting drop target in the interface, e.g., Recycle bin 104 , a corresponding drop target option, e.g., Recycle bin 106 , is presented closer to the dragged object.
- a preexisting drop target in the interface e.g., Recycle bin 104
- Drop targets presented according to the present invention may also be determined with reference to user preferences. That is, the user may be allowed to specify one or more drop targets he would like to appear for drop-and-drag events and/or file types. According to specific embodiments, the user may specify that certain targets appear for all such events. In addition, the user may be able to specify when certain targets appear on a more granular level. For example, the user can specify specific folders as drop targets for particular file types, e.g., the “My Music” folder, or a shortcut to a favorite media player for music files.
- specific folders as drop targets for particular file types, e.g., the “My Music” folder, or a shortcut to a favorite media player for music files.
- Drop targets may also be determined with reference to user behavior while interacting with the user interface. For example, data relating to the frequency of use of particular drop targets could be maintained over time and used to determine a set of drop targets which could continue to evolve over time with the user's habits. As with the examples discussed above, different sets of drop targets may be presented based on other criteria in combination with these data.
- drop targets may be selected from targets currently present in the interface based on the file type of the dragged object.
- Other combinations of these criteria as well as a wide variety of criteria not set forth in this description may be employed without departing from the scope of the invention.
- FIGS. 4 and 5 show an exemplary electronic mail application interface 402 in which a specific embodiment of the invention may be implemented.
- a particular mail message e.g., message 404
- potential drop targets for the selected message are presented in a list 406 as shown in FIG. 5 .
- the drop target options are arranged in a vertical list similar to a drop down menu.
- the drop target options may be limited to targets with which the dragged object may be associated.
- whether or not the dragged object may be associated with a particular drop target may be indicated during the dragging operation.
- the dragged object has an indicator 408 associated with it while being dragged which indicates whether the object may be dropped at its current location.
- a check mark is display indicating that the operation is allowed.
- the present invention is used to facilitate reordering of a list.
- a list of messages is shown but, as will be understood, any type of list in any type of application and/or interface could be reordered according to this embodiment of the invention.
- the first screen 602 a relatively small portion of a much longer list of messages is shown.
- the user selects a particular object 603 (i.e., corresponding to the message entitled “RE: mail tab in msgr update”), and begins a drag-and-drop operation by dragging the object up the list.
- a drop target 606 entitled “Move to Top” is instantiated which is operable to move the dragged object to the top of the list if the object is dropped on the target as illustrated in screen 608 .
- This is to be contrasted with a conventional drag-and-drop operation which would require that the user wait until the entire list scrolls all the way to the top.
- the user might be presented with other drop target options to facilitate the reordering. For example, the bottom of the list and/or intermediate locations in the list in the direction of scrolling could be presented.
- the various functionalities described herein may be implemented in a wide variety of computing contexts.
- the invention may be part of an operating system.
- the invention may also be implemented in a client application such as, for example, an electronic mail application.
- Embodiments of the invention may also be implemented in a web application.
- the drag-and-drop functionality described herein is implemented as a JavaScript library that any web application can use.
- the logic employed to control the enhanced drag-and-drop functionalities enabled by the invention may be designed to suit the particular application. For example, in some contexts (e.g., a desktop environment) it might be appropriate for most or all objects in the interface to be drag-and-drop enabled according to the invention. However, in other contexts (e.g., a messaging application) it might only be appropriate for a limited subset of objects in the interface to be so enabled.
- the computer program instructions with which embodiments of the invention are implemented may be stored in any type of computer-readable media, and may be executed according to a variety of computing models including a client/server model, a peer-to-peer model, on a stand-alone computing device, or according to a distributed computing models in which various of the functionalities described herein may be effected or employed at different locations.
- the present invention may be implemented on any computing platform and in any network topology in which drag-and-drop is used or may be useful.
- implementations are contemplated in which the enhanced drag-and-drop functionalities described herein are employed on any type of personal computer (e.g., desktop, laptop, tablet, etc.) 702 , media computing platforms 703 (e.g., cable and satellite set top boxes and digital video recorders with navigation and recording capabilities), handheld computing devices (e.g., PDAs) 704 , cell phones 706 , or any other type of portable communication platform.
- personal computer e.g., desktop, laptop, tablet, etc.
- media computing platforms 703 e.g., cable and satellite set top boxes and digital video recorders with navigation and recording capabilities
- handheld computing devices e.g., PDAs
- cell phones 706 or any other type of portable communication platform.
- the code enabling drag-and-drop functionality according to the invention may be resident on such devices, e.g., as part of an operating system or other application (e.g., a browser), or be served up from a remote site, e.g., in a web application (represented by server 708 and data store 710 ).
- the invention may also be practiced in a wide variety of network environments (represented by network 712 ), e.g., TCP/IP-based networks, telecommunications networks, wireless networks, etc.
- a list of drop targets may be presented in response to a dragging event which corresponds to the “right click options” corresponding to the dragged object.
- a dragging event which corresponds to the “right click options” corresponding to the dragged object.
- selecting an object on a personal computer desktop with the right mouse button results in a menu of available options for the selected object, e.g., Open, Send to, Cut, Copy, Create Shortcut, etc. Enabling access to these options in response to a dragging event would make them more easily discoverable to novice users, as well as enable presentation of such options for devices not having the equivalent of a second mouse button.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
- This application is a continuation of U.S. application Ser. No. 11/393,198, entitled “Smart Drag-and-Drop,” filed on Mar. 29, 2006, by Szeto et al, which is incorporated herein by reference in its entirety and for all purposes.
- The present invention relates to techniques for manipulating objects in user interfaces and, more specifically, to techniques for enhancing “drag-and-drop” functionality in such interfaces.
- The ability to select and move, i.e., “drag-and-drop,” objects in a user interface has been around for some time. Recently, there has been a resurgence of interest in this functionality with software developers making it available in a variety of computing contexts including, for example, web applications. However, while it is a popular and intuitively appealing feature for users, drag-and-drop has its shortcomings.
- For example, dragging an object to a “drop target” (i.e., another object with which the user wishes to associate the first object) in a remote part of the interface can often require multiple gestures with the relevant control device (e.g., mouse or touchpad); an awkward and often irritating process. When the desired drop target is part of a list and is currently off screen, the user must wait and hold the object while the list slowly scrolls to the target. In addition, the relatively small size of some drop targets and their proximity to other drop targets increase the likelihood that a dragged object may be dropped on the wrong target. These issues are exacerbated further by today's increasingly larger displays.
- It is therefore desirable to provide mechanisms which improve the usability of the drag-and-drop functionality.
- According to the present invention, methods and apparatus are provided for manipulating objects in a user interface. The user interface includes a first interface object operable to be selected and moved within the user interface. In response to selection and movement of the first interface object in the user interface, at least one additional interface object is presented in the user interface in proximity of the first interface object. Each additional interface object represents a drop target with which the first interface object may be associated.
- A further understanding of the nature and advantages of the present invention may be realized by reference to the remaining portions of the specification and the drawings.
-
FIGS. 1-3 are representations of a personal computer “desktop” user interface environment illustrating operation of a specific embodiment of the invention. -
FIGS. 4 and 5 are representations of an electronic mail application user interface environment illustrating operation of a specific embodiment of the invention. -
FIG. 6 includes representations of a list in a user interface environment in which a specific embodiment of the invention may be implemented. -
FIG. 7 is an exemplary network diagram illustrating various computing contexts in which various embodiments of the invention may be implemented. - Reference will now be made in detail to specific embodiments of the invention including the best modes contemplated by the inventors for carrying out the invention. Examples of these specific embodiments are illustrated in the accompanying drawings. While the invention is described in conjunction with these specific embodiments, it will be understood that it is not intended to limit the invention to the described embodiments. On the contrary, it is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims. In the following description, specific details are set forth in order to provide a thorough understanding of the present invention. The present invention may be practiced without some or all of these specific details. In addition, well known features may not have been described in detail to avoid unnecessarily obscuring the invention.
- According to the present invention, enhanced “drag-and-drop” experiences are provided which increase the usability of the drag-and-drop functionality. According to specific embodiments, various types of intelligence are built into the drag-and-drop functionality to make drop target options more accessible to the user. An exemplary embodiment of the present invention is illustrated in
FIGS. 1 and 2 .FIG. 1 is a simplified representation of a desktop environment on a computing platform such as, for example, a personal or laptop computer. In the upper left hand corner ofinterface 100 is anobject 102 entitled Word.doc which represents a word processing document. In the lower right hand corner ofinterface 100 is anotherobject 104 representing the computer's recycle bin, i.e., a file system location for discarding files. The operation of movingWord.doc 102 toRecycle bin 104 will be described to illustrate a specific embodiment of the invention. - Using any tool which is conventionally operable to manipulate objects in a user interface, e.g., a mouse, a touchpad, a touch screen, stylus-enabled screen, etc., a user selects
Word.doc 102 and begins to drag or move the object towardRecycle bin 104 according to any conventional drag-and-drop protocol. In response to the dragging of the object and as shown inFIG. 2 , drop targets are presented ininterface 100 in proximity to the dragged object.Recycle bin 106 is an alternate instantiation ofRecycle bin 104. Anothertarget object 108 entitled “Send to . . . ” links to an electronic mail application and enables the user to attachWord.doc 102 to an electronic mail message. Athird target object 110 entitled “My Documents” allows the user to moveWord.doc 102 to the corresponding location in the computer's file system. - According to specific embodiments, this “smart” drag-and-drop functionality anticipates what the user is attempting to do with reference to the movement of the object being dragged, e.g., the velocity and/or direction. According to some embodiments, an event handler is employed which is responsive to the drag-and-drop event, and which may have include additional logic which is responsive to a variety of parameters including, for example, the type of object being dragged. At some point after the event handler detects a dragging event, the drop targets are presented in accordance with the event handler logic.
- According to some embodiments, the drop targets could be presented substantially immediately, i.e., in response to detection of the event itself. Alternatively, a delay may be introduced which could be based on other parameters such as, for example, the distance the object has been dragged, the amount of time the object has been dragged, e.g., the drop targets might not be presented until the object has been dragged a certain distance in the interface or for a predetermined period of time. The event handler logic could also decide whether to present the drop targets at all depending on parameters associated with the drag-and-drop event or the dragged object. For example, if the initial position of the dragged object is close to an edge of the interface, and that is the edge toward which the object is being dragged, the event handler may determine that the drop targets should not be presented.
- As shown in
FIG. 2 , the drop targets may be arranged relative to the current position of the object being dragged. The arrangement may be in a line as shown, the orientation of which could depend, for example, on the direction of the dragging, e.g., 90 degrees to the line of dragging. Alternatively, the drop targets could be arranged in an arc or circle centered around the current position of the object being dragged. According to some embodiments, the configuration and position(s) of the drop targets in the interface may be determined with reference to the movement of the dragged object. For example, based on the speed and direction of the movement, the drop targets may be positioned far enough away to ensure that the user doesn't overshoot them, but close enough to make the presentation useful. - According to yet another alternative (an example of which is described below), the drop targets may be presented as a list of menu items. According to some such embodiments, the position of the list in the interface may also depend on some parameter relating to the dragged object, e.g., direction or speed. In some cases, only a single drop target might be presented.
- According to specific embodiments, the drop targets persist while the object is being dragged. If the user cancels the drag operation (e.g., by releasing the mouse button), the drop targets disappear. In a particular implementation, if the user drags the object past the drop targets (indicating that none are the desired target), they may also disappear.
- According to various embodiments, drop targets presented according to the invention may allow branching, i.e., the presentation of further drop target options relating to one of the options presented. According to a specific embodiment, when the user causes the dragged object to hover over such a branching drop target, any other drop targets originally presented with that drop target may disappear, and a new set of drop targets appears which is related to the drop target over which the dragged object is positioned. For example, where the original drop target selected by the user represents a folder in a file system, the new drop targets could represent subfolders within that folder. This could be an iterative process which facilitates navigation through the file system.
- In another example shown of such “drilling down” shown in
FIG. 3 , when the user causes the dragged object to hover overdrop target 108, an additional set of drop targets (302, 304, and 306) is presented which represent specific contacts to whom the user may send the object. Dropping the object on one of those targets could then launch the messaging interface with the recipient field populated with the corresponding contact information, or even result in the object automatically being sent to the corresponding contact. - As will be understood, the appearance, number, position, and configuration of the virtual drop targets may vary considerably without departing from the scope of the invention. The manner in which drop targets are instantiated or otherwise made to appear may be governed by a wide variety of techniques including, for example, proprietary methods associated with the event handler logic, or the calling predefined instantiation methods (e.g., such as may be associated with an operating system, or an application into which the functionality of the present invention is integrated).
- The nature of the drop targets and what they represent, as well as what is precipitated by associating a dragged object with a drop target may vary considerably as well. According to various embodiments, and as mentioned above, drop targets may represent locations in a file system. By associating a dragged object with such a drop target, the information or file represented by the dragged object may be moved or copied to the corresponding file system location.
- In another example, a drop target may represent an application which uses or processes the dragged object and/or the information it represents. For example, as illustrated above, the drop target can represent a messaging application. When the dragged object is “dropped” on or associated with the drop target, the messaging application launches a message creation interface for creating a message (e.g., an email or instant message) to which the file represented by the dragged object may be attached. As discussed above, drop targets can represent contacts to whom a dragged object is to be sent or otherwise made available. Drop targets may also represent commands relating to the handling of the dragged object, e.g., delete, forward, open, etc. More generally, any type of drop target with which an object in a user interface may be associated or which may employ the information represented by such an object may be presented according to the present invention.
- The set of drop target options presented to the user may also be determined in a wide variety of ways. According to some embodiments, at least some of the drop targets are determined with reference to drop targets already open or represented in the interface. For example, as shown in the desktop interface example of
FIGS. 1 and 2 ,drop target 106 corresponds toRecycle bin 104 which was already present on the desktop when the dragging operation commenced. Another example of a preexisting drop target is an open window which may correspond, for example, to a currently running application or a file system folder. - Drop targets may also be determined with reference to the file type associated with the dragged object. That is, for example, as shown in
FIGS. 1 and 2 , if the dragged object corresponds to a particular file type, e.g., a word processing file, one of the drop targets presented can be the default file system folder for that file type, e.g., MyDocuments folder 110. Similarly, if the dragged object corresponds to an mp3 file or a jpeg file, a “My Music” or “My Photos” folder could be presented. According to some embodiments, the available drop target options are limited to drop targets with which the dragged object may be associated. That is, if the dragged object corresponds to a particular file type or application, or a potential drop target has some associated restrictions, such options will not be presented even if, for example, they may already be present in the interface. - According to a specific embodiments, drop target options may be determined with reference to parameters associated with the dragging event from which possible targets are inferred. Such parameters might include, but are not limited to, the speed and/or direction of the dragging, the initial position of the dragged object in the interface, the positions of preexisting drop targets in the interface, etc. For example, if the current trajectory of the dragged object is moving the dragged object toward a preexisting drop target in the interface, e.g.,
Recycle bin 104, a corresponding drop target option, e.g.,Recycle bin 106, is presented closer to the dragged object. By contrast, if there is another preexisting object in the interface in the opposite direction of the dragging, that object might not be presented as a drop target option. Similarly, if the speed of the dragging is sufficiently high, potential drop targets which are already relatively close to the dragged object may not be presented in response to the dragging event in favor of objects which are farther away. - Drop targets presented according to the present invention may also be determined with reference to user preferences. That is, the user may be allowed to specify one or more drop targets he would like to appear for drop-and-drag events and/or file types. According to specific embodiments, the user may specify that certain targets appear for all such events. In addition, the user may be able to specify when certain targets appear on a more granular level. For example, the user can specify specific folders as drop targets for particular file types, e.g., the “My Music” folder, or a shortcut to a favorite media player for music files.
- Drop targets may also be determined with reference to user behavior while interacting with the user interface. For example, data relating to the frequency of use of particular drop targets could be maintained over time and used to determine a set of drop targets which could continue to evolve over time with the user's habits. As with the examples discussed above, different sets of drop targets may be presented based on other criteria in combination with these data.
- That is, as will be understood, various combinations of the foregoing and other criteria may be used to determine the appropriate drop targets to present to the user. For example, even though a user might identify drop target preferences, the determination of which drop targets to present could still be governed by restrictions relating to whether or not a particular dragged object can “legally” be associated with particular targets. In another example, drop targets may be selected from targets currently present in the interface based on the file type of the dragged object. Other combinations of these criteria as well as a wide variety of criteria not set forth in this description may be employed without departing from the scope of the invention.
- Some further examples of specific embodiments will now be described with reference to
FIGS. 4-6 . -
FIGS. 4 and 5 show an exemplary electronicmail application interface 402 in which a specific embodiment of the invention may be implemented. In response to selection and dragging of a particular mail message (e.g., message 404), potential drop targets for the selected message are presented in alist 406 as shown inFIG. 5 . In contrast with the configuration shown inFIGS. 2 and 3 , the drop target options are arranged in a vertical list similar to a drop down menu. One advantage of such an approach is that the list of options remains hidden until actually needed by the user to organize his messages. That is, the user does not need to have his list of mail folders open in the interface all the time, thus reducing interface clutter. As described above, the placement of the list, and the determination of what items should appear in the list may rely on a number of parameters. - And as described above, the drop target options may be limited to targets with which the dragged object may be associated. Alternatively and according to some embodiments, whether or not the dragged object may be associated with a particular drop target may be indicated during the dragging operation. For example, in the implementation illustrated in
FIGS. 4 and 5 , the dragged object has anindicator 408 associated with it while being dragged which indicates whether the object may be dropped at its current location. Thus, for example, because the mail message corresponding to the dragged object may be placed in the “Work” folder, a check mark is display indicating that the operation is allowed. If the operation is not allowed (e.g., the dragged object is not currently over an allowable drop target), a different symbol would be presented, e.g., circle with a diagonal slash. Other attributes (e.g., green vs. red) could also be used to represent such information. - According to yet another implementation illustrated in
FIG. 6 , the present invention is used to facilitate reordering of a list. A list of messages is shown but, as will be understood, any type of list in any type of application and/or interface could be reordered according to this embodiment of the invention. In thefirst screen 602, a relatively small portion of a much longer list of messages is shown. The user selects a particular object 603 (i.e., corresponding to the message entitled “RE: mail tab in msgr update”), and begins a drag-and-drop operation by dragging the object up the list. Inscreen 604 and in response to the drag-and-drop operation, adrop target 606 entitled “Move to Top” is instantiated which is operable to move the dragged object to the top of the list if the object is dropped on the target as illustrated inscreen 608. This is to be contrasted with a conventional drag-and-drop operation which would require that the user wait until the entire list scrolls all the way to the top. According to various embodiments, the user might be presented with other drop target options to facilitate the reordering. For example, the bottom of the list and/or intermediate locations in the list in the direction of scrolling could be presented. - As will be appreciated, the various functionalities described herein may be implemented in a wide variety of computing contexts. For example, as illustrated in
FIGS. 1-3 , the invention may be part of an operating system. The invention may also be implemented in a client application such as, for example, an electronic mail application. Embodiments of the invention may also be implemented in a web application. According to a specific embodiment, the drag-and-drop functionality described herein is implemented as a JavaScript library that any web application can use. - And regardless of the context in which the invention is implemented, the logic employed to control the enhanced drag-and-drop functionalities enabled by the invention may be designed to suit the particular application. For example, in some contexts (e.g., a desktop environment) it might be appropriate for most or all objects in the interface to be drag-and-drop enabled according to the invention. However, in other contexts (e.g., a messaging application) it might only be appropriate for a limited subset of objects in the interface to be so enabled.
- In addition, the computer program instructions with which embodiments of the invention are implemented may be stored in any type of computer-readable media, and may be executed according to a variety of computing models including a client/server model, a peer-to-peer model, on a stand-alone computing device, or according to a distributed computing models in which various of the functionalities described herein may be effected or employed at different locations.
- It should also be noted that the present invention may be implemented on any computing platform and in any network topology in which drag-and-drop is used or may be useful. For example and as illustrated in
FIG. 7 , implementations are contemplated in which the enhanced drag-and-drop functionalities described herein are employed on any type of personal computer (e.g., desktop, laptop, tablet, etc.) 702, media computing platforms 703 (e.g., cable and satellite set top boxes and digital video recorders with navigation and recording capabilities), handheld computing devices (e.g., PDAs) 704,cell phones 706, or any other type of portable communication platform. As discussed above, the code enabling drag-and-drop functionality according to the invention may be resident on such devices, e.g., as part of an operating system or other application (e.g., a browser), or be served up from a remote site, e.g., in a web application (represented byserver 708 and data store 710). The invention may also be practiced in a wide variety of network environments (represented by network 712), e.g., TCP/IP-based networks, telecommunications networks, wireless networks, etc. - While the invention has been particularly shown and described with reference to specific embodiments thereof, it will be understood by those skilled in the art that changes in the form and details of the disclosed embodiments may be made without departing from the spirit or scope of the invention. For example, the present invention is not limited to the presentation of conventional drop targets. According to a particular embodiment, a list of drop targets may be presented in response to a dragging event which corresponds to the “right click options” corresponding to the dragged object. As is well known to more sophisticated users, selecting an object on a personal computer desktop with the right mouse button results in a menu of available options for the selected object, e.g., Open, Send to, Cut, Copy, Create Shortcut, etc. Enabling access to these options in response to a dragging event would make them more easily discoverable to novice users, as well as enable presentation of such options for devices not having the equivalent of a second mouse button.
- In addition, although various advantages, aspects, and objects of the present invention have been discussed herein with reference to various embodiments, it will be understood that the scope of the invention should not be limited by reference to such advantages, aspects, and objects. Rather, the scope of the invention should be determined with reference to the appended claims.
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/310,589 US20140372926A1 (en) | 2006-03-29 | 2014-06-20 | Smart drag-and-drop |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/393,198 US8793605B2 (en) | 2006-03-29 | 2006-03-29 | Smart drag-and-drop |
| US14/310,589 US20140372926A1 (en) | 2006-03-29 | 2014-06-20 | Smart drag-and-drop |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/393,198 Continuation US8793605B2 (en) | 2006-03-29 | 2006-03-29 | Smart drag-and-drop |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20140372926A1 true US20140372926A1 (en) | 2014-12-18 |
Family
ID=38560983
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/393,198 Expired - Fee Related US8793605B2 (en) | 2006-03-29 | 2006-03-29 | Smart drag-and-drop |
| US14/310,589 Abandoned US20140372926A1 (en) | 2006-03-29 | 2014-06-20 | Smart drag-and-drop |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/393,198 Expired - Fee Related US8793605B2 (en) | 2006-03-29 | 2006-03-29 | Smart drag-and-drop |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US8793605B2 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130185665A1 (en) * | 2012-01-16 | 2013-07-18 | Konica Minolta Business Technologies, Inc. | Image forming apparatus |
| US20160328123A1 (en) * | 2015-05-07 | 2016-11-10 | Fuji Xerox Co., Ltd. | Non-transitory computer readable medium storing program |
| US20190056858A1 (en) * | 2017-08-18 | 2019-02-21 | Microsoft Technology Licensing, Llc | User interface modification |
| US11237699B2 (en) | 2017-08-18 | 2022-02-01 | Microsoft Technology Licensing, Llc | Proximal menu generation |
Families Citing this family (62)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007058785A (en) * | 2005-08-26 | 2007-03-08 | Canon Inc | Information processing apparatus and drag object operating method in the apparatus |
| US20080052373A1 (en) * | 2006-05-01 | 2008-02-28 | Sms.Ac | Systems and methods for a community-based user interface |
| WO2008005948A2 (en) * | 2006-06-30 | 2008-01-10 | Meebo, Inc. | A method and system for determining and sharing a user's web presence |
| US10503342B2 (en) | 2006-08-04 | 2019-12-10 | Apple Inc. | User interface spaces |
| US7908569B2 (en) * | 2006-08-10 | 2011-03-15 | Nokia Corporation | Creating virtual targets in directory structures |
| US20080250332A1 (en) * | 2006-12-29 | 2008-10-09 | Ecirkit | Social networking website interface |
| US20080235609A1 (en) * | 2007-03-19 | 2008-09-25 | Carraher Theodore R | Function switching during drag-and-drop |
| US8689124B2 (en) * | 2007-08-29 | 2014-04-01 | A9.Com, Inc. | Method, medium, and system for simplifying user management of products during online shopping |
| EP2201443A4 (en) * | 2007-09-11 | 2013-05-01 | Smart Internet Technology Crc Pty Ltd | A system and method for manipulating digital images on a computer display |
| JP2010539567A (en) * | 2007-09-11 | 2010-12-16 | スマート・インターネット・テクノロジー・シーアールシー・プロプライエタリー・リミテッド | System and method for remote file transfer |
| US9053529B2 (en) * | 2007-09-11 | 2015-06-09 | Smart Internet Crc Pty Ltd | System and method for capturing digital images |
| AU2008299576B2 (en) * | 2007-09-11 | 2014-04-03 | Cruiser Interactive Pty Ltd | An interface element for a computer interface |
| US8146004B2 (en) * | 2008-02-01 | 2012-03-27 | At&T Intellectual Property I, L.P. | Graphical user interface to facilitate selection of contacts and file attachments for electronic messaging |
| US20090237363A1 (en) * | 2008-03-20 | 2009-09-24 | Microsoft Corporation | Plural temporally overlapping drag and drop operations |
| US8127240B2 (en) * | 2008-04-09 | 2012-02-28 | International Business Machines Corporation | Seamless drag and drop operation with multiple event handlers |
| US20090276701A1 (en) * | 2008-04-30 | 2009-11-05 | Nokia Corporation | Apparatus, method and computer program product for facilitating drag-and-drop of an object |
| JP2011523739A (en) * | 2008-05-19 | 2011-08-18 | スマート・インターネット・テクノロジー・シーアールシー・プロプライエタリー・リミテッド | System and method for collaborative interaction |
| US8266550B1 (en) * | 2008-05-28 | 2012-09-11 | Google Inc. | Parallax panning of mobile device desktop |
| EP2131271A1 (en) * | 2008-06-04 | 2009-12-09 | NEC Corporation | Method for enabling a mobile user equipment to drag and drop data objects between distributed applications |
| WO2009149468A1 (en) * | 2008-06-06 | 2009-12-10 | Meebo, Inc. | Method and system for sharing advertisements in a chat environment |
| WO2009149466A1 (en) | 2008-06-06 | 2009-12-10 | Meebo, Inc. | System and method for sharing content in an instant messaging application |
| US8756519B2 (en) * | 2008-09-12 | 2014-06-17 | Google Inc. | Techniques for sharing content on a web page |
| US8959446B2 (en) * | 2008-11-20 | 2015-02-17 | Canon Kabushiki Kaisha | Information processing apparatus and method of controlling the same |
| TW201020901A (en) | 2008-11-20 | 2010-06-01 | Ibm | Visual feedback for drag-and-drop operation with gravitational force model |
| US20100146425A1 (en) * | 2008-12-08 | 2010-06-10 | Lance John M | Drag and drop target indication in a graphical user interface |
| US8269773B2 (en) * | 2009-03-12 | 2012-09-18 | Sas Institute Inc. | System and method for drag-and-drop graph building with live feedback |
| US8863007B2 (en) * | 2009-04-03 | 2014-10-14 | International Business Machines Corporation | Programmatic information transfer |
| US8359537B2 (en) * | 2009-04-30 | 2013-01-22 | Apple Inc. | Tool for navigating a composite presentation |
| US20110314044A1 (en) * | 2010-06-18 | 2011-12-22 | Microsoft Corporation | Flexible content organization and retrieval |
| US20120151397A1 (en) * | 2010-12-08 | 2012-06-14 | Tavendo Gmbh | Access to an electronic object collection via a plurality of views |
| US8739056B2 (en) * | 2010-12-14 | 2014-05-27 | Symantec Corporation | Systems and methods for displaying a dynamic list of virtual objects when a drag and drop action is detected |
| US20120260203A1 (en) * | 2011-04-08 | 2012-10-11 | International Business Machines Corporation | Adaptive drag and drop zone |
| JP6045847B2 (en) * | 2011-08-18 | 2016-12-14 | 京セラ株式会社 | Portable electronic device, control method, and control program |
| US9886188B2 (en) * | 2011-08-25 | 2018-02-06 | International Business Machines Corporation | Manipulating multiple objects in a graphic user interface |
| US20130067392A1 (en) * | 2011-09-12 | 2013-03-14 | Microsoft Corporation | Multi-Input Rearrange |
| KR101860342B1 (en) * | 2011-09-15 | 2018-05-23 | 엘지전자 주식회사 | Mobile terminal and control method therof |
| EP2764427B1 (en) * | 2011-10-06 | 2020-07-29 | Sony Corporation | Method and electronic device for manipulating a first or a second user interface object |
| KR101789626B1 (en) * | 2011-10-10 | 2017-10-25 | 엘지전자 주식회사 | Mobile terminal and method for controlling the same |
| GB201119383D0 (en) * | 2011-11-09 | 2011-12-21 | Omnifone Ltd | Rara |
| EP2610725B1 (en) * | 2011-12-29 | 2019-10-23 | Orange | Drag and drop operation in a graphical user interface with size alteration of the dragged object |
| EP2610726B1 (en) * | 2011-12-29 | 2018-08-29 | Orange | Drag and drop operation in a graphical user interface with highlight of target objects |
| JP5280568B1 (en) * | 2012-06-29 | 2013-09-04 | 楽天株式会社 | Information processing apparatus, information processing method, and information processing program |
| JP5502943B2 (en) * | 2012-06-29 | 2014-05-28 | 楽天株式会社 | Information processing apparatus, authentication apparatus, information processing method, and information processing program |
| JP5942762B2 (en) * | 2012-10-04 | 2016-06-29 | 富士ゼロックス株式会社 | Information processing apparatus and program |
| US9792079B2 (en) | 2013-02-25 | 2017-10-17 | Ricoh Company, Ltd. | Smart drag and drop user interfaces for print workflow system |
| US9910521B2 (en) * | 2013-10-01 | 2018-03-06 | Lg Electronics Inc. | Control apparatus for mobile terminal and control method thereof |
| WO2015057634A2 (en) * | 2013-10-18 | 2015-04-23 | Citrix Systems, Inc. | Providing enhanced message management user interfaces |
| CN103530040B (en) * | 2013-10-22 | 2016-03-30 | 腾讯科技(深圳)有限公司 | Object element moving method, device and electronic equipment |
| KR20150057341A (en) * | 2013-11-19 | 2015-05-28 | 엘지전자 주식회사 | Mobile terminal and controlling method thereof |
| US10282056B2 (en) * | 2013-12-24 | 2019-05-07 | Dropbox, Inc. | Sharing content items from a collection |
| US9811245B2 (en) | 2013-12-24 | 2017-11-07 | Dropbox, Inc. | Systems and methods for displaying an image capturing mode and a content viewing mode |
| US10656784B2 (en) * | 2014-06-16 | 2020-05-19 | Samsung Electronics Co., Ltd. | Method of arranging icon and electronic device supporting the same |
| US9606716B2 (en) | 2014-10-24 | 2017-03-28 | Google Inc. | Drag-and-drop on a mobile device |
| US10013146B2 (en) | 2015-08-27 | 2018-07-03 | International Business Machines Corporation | Data transfer target applications through content analysis |
| US11093129B2 (en) * | 2017-01-26 | 2021-08-17 | International Business Machines Corporation | Methods for repositioning icons on touch displays based on characteristics of touch gestures and related program products |
| CN107391002A (en) * | 2017-07-20 | 2017-11-24 | 上海金大师网络科技有限公司 | A kind of transparent floating can pull list generation method and system |
| US10900794B2 (en) * | 2017-08-22 | 2021-01-26 | Honda Motor Co., Ltd. | System and methods for modifying route navigation with waypoints |
| US10592091B2 (en) | 2017-10-17 | 2020-03-17 | Microsoft Technology Licensing, Llc | Drag and drop of objects to create new composites |
| CN109782976B (en) * | 2019-01-15 | 2020-12-22 | Oppo广东移动通信有限公司 | File processing method, device, terminal and storage medium |
| US10846245B2 (en) * | 2019-03-14 | 2020-11-24 | Intel Corporation | Minimizing usage of hardware counters in triggered operations for collective communication |
| CN115407909A (en) * | 2021-05-27 | 2022-11-29 | Oppo广东移动通信有限公司 | Content sharing method, device, terminal and storage medium |
| EP4479829A1 (en) * | 2022-01-21 | 2024-12-25 | Weave Labs, Inc. | Automatic curation of relevant content from digital content |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5611060A (en) * | 1995-02-22 | 1997-03-11 | Microsoft Corporation | Auto-scrolling during a drag and drop operation |
| US6545669B1 (en) * | 1999-03-26 | 2003-04-08 | Husam Kinawi | Object-drag continuity between discontinuous touch-screens |
| US20030142120A1 (en) * | 1999-02-08 | 2003-07-31 | Yukako Nii | Information processing apparatus and method with graphical user interface allowing processing condition to be set by drag and drop, and medium on which processing program thereof is recorded |
| US20040150664A1 (en) * | 2003-02-03 | 2004-08-05 | Microsoft Corporation | System and method for accessing remote screen content |
| US20050060653A1 (en) * | 2003-09-12 | 2005-03-17 | Dainippon Screen Mfg. Co., Ltd. | Object operation apparatus, object operation method and object operation program |
Family Cites Families (32)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5638505A (en) * | 1991-08-16 | 1997-06-10 | Sun Microsystems, Inc. | Apparatus and methods for moving/copying objects using destination and/or source bins |
| WO1993022738A1 (en) * | 1992-04-30 | 1993-11-11 | Apple Computer, Inc. | Method and apparatus for organizing information in a computer system |
| US6212577B1 (en) * | 1993-03-03 | 2001-04-03 | Apple Computer, Inc. | Method and apparatus for improved interaction with an application program according to data types and actions performed by the application program |
| US5548702A (en) * | 1993-12-23 | 1996-08-20 | International Business Machines Corporation | Scrolling a target window during a drag and drop operation |
| JPH09510567A (en) * | 1994-03-21 | 1997-10-21 | オブジェクト テクノロジー ライセンシング コーポレイション | Document proxy framework |
| JP3014286B2 (en) * | 1994-12-16 | 2000-02-28 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Auxiliary device and method for direct operation |
| US5760773A (en) * | 1995-01-06 | 1998-06-02 | Microsoft Corporation | Methods and apparatus for interacting with data objects using action handles |
| US5742286A (en) * | 1995-11-20 | 1998-04-21 | International Business Machines Corporation | Graphical user interface system and method for multiple simultaneous targets |
| US5774119A (en) * | 1996-08-14 | 1998-06-30 | International Business Machines Corporation | Graphical interface method, apparatus and application for selection of target object |
| US5745111A (en) * | 1996-11-13 | 1998-04-28 | International Business Machines Corporation | Method and system for automatic presentation of default-drop target icons at window borders |
| US5786805A (en) * | 1996-12-27 | 1998-07-28 | Barry; Edwin Franklin | Method and apparatus for improving object selection on a computer display by providing cursor control with a sticky property |
| US6259448B1 (en) * | 1998-06-03 | 2001-07-10 | International Business Machines Corporation | Resource model configuration and deployment in a distributed computer network |
| JP3792405B2 (en) * | 1998-08-10 | 2006-07-05 | 富士通株式会社 | File operation device and recording medium recording file operation program |
| US6572660B1 (en) * | 1998-08-20 | 2003-06-03 | Russell I. Okamoto | Method and system for creating hyperlinks and hyperlinked documents from the direct manipulation of information (“Drag and link” operation) |
| JP3763389B2 (en) * | 2000-03-24 | 2006-04-05 | シャープ株式会社 | Image data editing operation method and information processing apparatus |
| US7055105B2 (en) * | 2000-10-27 | 2006-05-30 | Siemens Aktiengesellschaft | Drop-enabled tabbed dialogs |
| US7010753B2 (en) * | 2000-10-27 | 2006-03-07 | Siemens Aktiengesellschaft | Anticipating drop acceptance indication |
| US6803929B2 (en) * | 2001-07-05 | 2004-10-12 | International Business Machines Corporation | Method, apparatus and computer program product for moving or copying information |
| US7370281B2 (en) * | 2002-02-22 | 2008-05-06 | Bea Systems, Inc. | System and method for smart drag-and-drop functionality |
| ATE488746T1 (en) * | 2002-03-01 | 2010-12-15 | Telecomm Systems Inc | METHOD AND DEVICE FOR SENDING, RECEIVING AND PLANNING LOCATION-RELEVANT INFORMATION |
| US7607102B2 (en) * | 2002-03-14 | 2009-10-20 | Apple Inc. | Dynamically changing appearances for user interface elements during drag-and-drop operations |
| US20040001094A1 (en) * | 2002-06-28 | 2004-01-01 | Johannes Unnewehr | Automatic identification of drop zones |
| US7739604B1 (en) * | 2002-09-25 | 2010-06-15 | Apple Inc. | Method and apparatus for managing windows |
| US20040095390A1 (en) * | 2002-11-19 | 2004-05-20 | International Business Machines Corporaton | Method of performing a drag-drop operation |
| US7650575B2 (en) * | 2003-03-27 | 2010-01-19 | Microsoft Corporation | Rich drag drop user interface |
| US9038001B2 (en) * | 2004-07-01 | 2015-05-19 | Mindjet Llc | System and method for graphically illustrating external data source information in the form of a visual hierarchy in an electronic workspace |
| WO2006047218A2 (en) * | 2004-10-21 | 2006-05-04 | Createthe, Llc | System and method for managing creative assets via user interface |
| US20060136833A1 (en) * | 2004-12-15 | 2006-06-22 | International Business Machines Corporation | Apparatus and method for chaining objects in a pointer drag path |
| US7665028B2 (en) * | 2005-07-13 | 2010-02-16 | Microsoft Corporation | Rich drag drop user interface |
| US8527874B2 (en) * | 2005-08-03 | 2013-09-03 | Apple Inc. | System and method of grouping search results using information representations |
| US7552399B2 (en) * | 2005-12-27 | 2009-06-23 | International Business Machines Corporation | Extensible icons with multiple drop zones |
| US7783985B2 (en) * | 2006-01-04 | 2010-08-24 | Citrix Systems, Inc. | Systems and methods for transferring data between computing devices |
-
2006
- 2006-03-29 US US11/393,198 patent/US8793605B2/en not_active Expired - Fee Related
-
2014
- 2014-06-20 US US14/310,589 patent/US20140372926A1/en not_active Abandoned
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5611060A (en) * | 1995-02-22 | 1997-03-11 | Microsoft Corporation | Auto-scrolling during a drag and drop operation |
| US20030142120A1 (en) * | 1999-02-08 | 2003-07-31 | Yukako Nii | Information processing apparatus and method with graphical user interface allowing processing condition to be set by drag and drop, and medium on which processing program thereof is recorded |
| US6545669B1 (en) * | 1999-03-26 | 2003-04-08 | Husam Kinawi | Object-drag continuity between discontinuous touch-screens |
| US20040150664A1 (en) * | 2003-02-03 | 2004-08-05 | Microsoft Corporation | System and method for accessing remote screen content |
| US20050060653A1 (en) * | 2003-09-12 | 2005-03-17 | Dainippon Screen Mfg. Co., Ltd. | Object operation apparatus, object operation method and object operation program |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130185665A1 (en) * | 2012-01-16 | 2013-07-18 | Konica Minolta Business Technologies, Inc. | Image forming apparatus |
| US10248286B2 (en) * | 2012-01-16 | 2019-04-02 | Konica Minolta, Inc. | Image forming apparatus |
| US20160328123A1 (en) * | 2015-05-07 | 2016-11-10 | Fuji Xerox Co., Ltd. | Non-transitory computer readable medium storing program |
| US20190056858A1 (en) * | 2017-08-18 | 2019-02-21 | Microsoft Technology Licensing, Llc | User interface modification |
| US11237699B2 (en) | 2017-08-18 | 2022-02-01 | Microsoft Technology Licensing, Llc | Proximal menu generation |
| US11301124B2 (en) * | 2017-08-18 | 2022-04-12 | Microsoft Technology Licensing, Llc | User interface modification using preview panel |
Also Published As
| Publication number | Publication date |
|---|---|
| US20070234226A1 (en) | 2007-10-04 |
| US8793605B2 (en) | 2014-07-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8793605B2 (en) | Smart drag-and-drop | |
| US20250224852A1 (en) | User interfaces for sharing content with other electronic devices | |
| US12164745B2 (en) | Device, method, and graphical user interface for managing folders | |
| US12236079B2 (en) | Device, method, and graphical user interface for managing folders with multiple pages | |
| US12470501B2 (en) | User interfaces for messages | |
| US8638309B2 (en) | Apparatus, method, and medium for providing user interface for file transmission | |
| US7665028B2 (en) | Rich drag drop user interface | |
| CN106462354B (en) | Device, method and graphical user interface for managing multiple display windows | |
| US11822943B2 (en) | User interfaces for presenting information about and facilitating application functions | |
| MX2008000577A (en) | Rich drag drop user interface. | |
| US12393315B2 (en) | Interacting with notes user interfaces | |
| CN106445325A (en) | Method and device for creating group | |
| US12019863B2 (en) | Techniques for selecting text | |
| US20170322723A1 (en) | Method and apparatus for executing function on a plurality of items on list | |
| WO2021105994A1 (en) | A digital content selection and management method | |
| HK1157454B (en) | Method and related apparatus for managing folders | |
| HK1157462A (en) | Method and related device for managing folders | |
| HK1157454A (en) | Method and related apparatus for managing folders |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038383/0466 Effective date: 20160418 |
|
| AS | Assignment |
Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:038951/0295 Effective date: 20160531 |
|
| AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038950/0592 Effective date: 20160531 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |