Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Modifier and Type | Method and Description |
---|---|
DockRelocator |
DockController.getRelocator()
Gets the manager for handling drag and drop operations.
|
Modifier and Type | Method and Description |
---|---|
DockRelocator |
DefaultDockControllerFactory.createRelocator(DockController controller,
ControllerSetupCollection setup) |
DockRelocator |
DockControllerFactory.createRelocator(DockController controller,
ControllerSetupCollection setup)
Creates a new relocator for the controller.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
DefaultDockRelocator
Default implementation of a handler that performs the drag & drop operations
for a
DockController . |
Modifier and Type | Method and Description |
---|---|
DockRelocator |
DefaultDockRelocatorEvent.getSource() |
DockRelocator |
DockRelocatorEvent.getSource()
Gets the
DockRelocator which created this event. |