Package bibliothek.gui.dock.control.relocator

Various implementations of RelocateOperation.

See:
          Description

Interface Summary
DockRelocatorEvent An event created by the DockRelocator and forwarded to the VetoableDockRelocatorListener.
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.
 

Class Summary
AbstractDockRelocator A manager adding MouseListener and MouseMotionListener to every DockElementRepresentatives and handling the drag and drop events.
DefaultDockRelocator Default implementation of a handler that performs the drag & drop operations for a DockController.
DefaultDockRelocatorEvent A default implementation of DockRelocatorEvent.
DropOperation This operation calls DockStation.drop()
MergeOperation Uses a Merger to merge two DockStations.
MoveOperation This operation calls DockStation.move().
MultiMerger A set of Mergers.
StackMerger This merger takes two StackDockStations and merges them into one.
 

Package bibliothek.gui.dock.control.relocator Description

Various implementations of RelocateOperation. These operations are executed by the DefaultDockRelocator once the user finishes a drag and drop operation.