Uses of Class
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. 
 

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
 

Subclasses of DockRelocator in bibliothek.gui.dock.control
 class DefaultDockRelocator
          Default implementation of a handler that performs the drag & drop operations for a DockController.
 

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.