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

Packages that use DockRelocator
bibliothek.gui   
bibliothek.gui.dock.control   
 

Uses of DockRelocator in bibliothek.gui
 

Fields in bibliothek.gui declared as DockRelocator
private  DockRelocator DockController.relocator
          a manager handling drag and drop
 

Methods in bibliothek.gui that return DockRelocator
protected  DockRelocator DockController.createRelocator()
          Creates a new relocator for this controller.
 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.