Uses of Interface
bibliothek.gui.dock.control.BasicRemoteRelocator

Packages that use BasicRemoteRelocator
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of BasicRemoteRelocator in bibliothek.gui.dock.control
 

Subinterfaces of BasicRemoteRelocator in bibliothek.gui.dock.control
 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: 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).