Package | Description |
---|---|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectRemoteRelocator
A simplified version of
RemoteRelocator . |
interface |
RemoteRelocator
A remote relocator can be used to perform a drag & drop operation of a
Dockable without the need to know more than the Dockable .The methods of this interface correspond to methods which are used in MouseListener and MouseMotionListener :
Corresponding listener methods
RemoteRelocator.init(int, int, int, int, int)
MouseListener.mousePressed(MouseEvent)
RemoteRelocator.drag(int, int, int)
MouseMotionListener.mouseDragged(MouseEvent)
RemoteRelocator.drop(int, int, int)
MouseListener.mouseReleased(MouseEvent)
The names of these three methods correspond to their normal reaction, when only the left mouse button is pressed (or released). |