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

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

Uses of DockRelocator in bibliothek.gui
 

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.