Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<DndAutoSelectStrategy> |
StackDockStation.DND_AUTO_SELECT_STRATEGY
Decides what happens if the use drags some data over a tab (the default behavior is
defined by
DEFAULT ). |
Modifier and Type | Field and Description |
---|---|
static DndAutoSelectStrategy |
DndAutoSelectStrategy.DEFAULT
The default implementation just focuses the
Dockable under the mouse. |
static DndAutoSelectStrategy |
DndAutoSelectStrategy.IGNORE
Does not perform any actions.
|