|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockRetriever
When a dockable is dragged, a dock retriever searches the Dock
under the screen location of the mouse, to which the Dockable
should be added, if the mouse was released at that location.
If there are multiple docks under the mouse location, to which the dockable can be added, the dock that has the highest priority, is retrieved.
Method Summary | |
---|---|
Dock[] |
retrieveHighestPriorityDock(java.awt.Point screenLocation,
Dockable dockable)
Retrieves the dock that has the highest priority for adding the dockable, when the dockable is dragged over the given screen location. |
Method Detail |
---|
Dock[] retrieveHighestPriorityDock(java.awt.Point screenLocation, Dockable dockable)
screenLocation
- The location of the mouse on the screen.dockable
- The dockable that is dragged and has to be added to a new dock.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |