Package | Description |
---|---|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Modifier and Type | Class and Description |
---|---|
class |
AcceptanceDockRelocatorMode
|
Modifier and Type | Field and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|