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

Packages that use DockRelocator
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of DockRelocator in bibliothek.gui
 

Methods in bibliothek.gui that return DockRelocator
 DockRelocator DockController.getRelocator()
          Gets the manager for handling drag and drop operations.
 

Uses of DockRelocator in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return DockRelocator
 DockRelocator DefaultDockControllerFactory.createRelocator(DockController controller, ControllerSetupCollection setup)
           
 DockRelocator DockControllerFactory.createRelocator(DockController controller, ControllerSetupCollection setup)
          Creates a new relocator for the controller.
 

Uses of DockRelocator in bibliothek.gui.dock.control.relocator
 

Classes in bibliothek.gui.dock.control.relocator that implement DockRelocator
 class AbstractDockRelocator
          A manager adding MouseListener and MouseMotionListener to every DockElementRepresentatives and handling the drag and drop events.
The behaviour of a drag and drop operation can be made dependent of the keys that are pressed, using some DockRelocatorModes.
 class DefaultDockRelocator
          Default implementation of a handler that performs the drag & drop operations for a DockController.
 

Methods in bibliothek.gui.dock.control.relocator that return DockRelocator
 DockRelocator DefaultDockRelocatorEvent.getSource()
           
 DockRelocator DockRelocatorEvent.getSource()
          Gets the DockRelocator which created this event.