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

Packages that use DockRelocatorMode
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of DockRelocatorMode in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockRelocatorMode
 class AcceptanceDockRelocatorMode
          A DockRelocatorMode that adds itself as a DockAcceptance to the DockController when activated.
 

Fields in bibliothek.gui.dock.control declared as DockRelocatorMode
static DockRelocatorMode DockRelocatorMode.NO_COMBINATION
          Ensures that a Dockable can be dragged only if no combination results.
static DockRelocatorMode DockRelocatorMode.SCREEN_ONLY
          Ensures that a Dockable can be dragged only onto a ScreenDockStation.
 

Methods in bibliothek.gui.dock.control with parameters of type DockRelocatorMode
 void DockRelocator.addMode(DockRelocatorMode mode)
          Adds a mode to this relocator, a mode can be activated or deactivated when the user presses a button like "ctrl" or "shift" during a drag and drop operation.
 void DockRelocator.removeMode(DockRelocatorMode mode)
          Removes a mode that has earlier been added to this relocator.
 

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

Methods in bibliothek.gui.dock.control.relocator with parameters of type DockRelocatorMode
 void AbstractDockRelocator.addMode(DockRelocatorMode mode)
          Adds a mode to this relocator, a mode can be activated or deactivated when the user presses a button like "ctrl" or "shift" during a drag and drop operation.
 void AbstractDockRelocator.removeMode(DockRelocatorMode mode)
          Removes a mode that has earlier been added to this relocator.