Uses of Package
bibliothek.gui.dock.control.relocator

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

Classes in bibliothek.gui.dock.control.relocator used by bibliothek.gui.dock.control
Inserter
          The Inserter is used by the DockRelocator to build and execute StationDropOperations independent from the involved DockStations and Dockables.
Merger
          An algorithm used during drag and drop to merge two DockStations.
VetoableDockRelocatorListener
          This listener can be added to a DockRelocator and will receive an event whenever the user, a RemoteRelocator or a DirectRemoteRelocator moves around a Dockable.
 

Classes in bibliothek.gui.dock.control.relocator used by bibliothek.gui.dock.control.relocator
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.
DockRelocatorEvent
          An event created by the DockRelocator and forwarded to the VetoableDockRelocatorListener.
Inserter
          The Inserter is used by the DockRelocator to build and execute StationDropOperations independent from the involved DockStations and Dockables.
InserterSource
          Contains information about a drop and drop operation that needs to be examined by an Inserter.
Merger
          An algorithm used during drag and drop to merge two DockStations.
RelocateOperation
          Describes the action that a DefaultDockRelocator will execute.
VetoableDockRelocatorListener
          This listener can be added to a DockRelocator and will receive an event whenever the user, a RemoteRelocator or a DirectRemoteRelocator moves around a Dockable.