Package | Description |
---|---|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Class and Description |
---|
Inserter
The
Inserter is used by the DockRelocator to build and execute
StationDropOperation s independent from the involved DockStation s and Dockable s. |
Merger
An algorithm used during drag and drop to merge two
DockStation s. |
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 and Description |
---|
AbstractDockRelocator
A manager adding
MouseListener and
MouseMotionListener to every
DockElementRepresentative s 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 DockRelocatorMode s. |
DockRelocatorEvent
An event created by the
DockRelocator and forwarded to the VetoableDockRelocatorListener . |
Inserter
The
Inserter is used by the DockRelocator to build and execute
StationDropOperation s independent from the involved DockStation s and Dockable s. |
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
DockStation s. |
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 . |