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<StackDnDAutoSelectSupport> |
StackDockStation.DND_AUTO_SELECT_SUPPORT
Generic interface that listens to the drag and drop events, in order to auto select tabs.
This property is not intended to be set by clients, clients should set StackDockStation.DND_AUTO_SELECT_STRATEGY instead. |
Modifier and Type | Class and Description |
---|---|
class |
DnDAutoSelectSupport
TransferHandler added to a StackDockComponent , will be informed if the mouse hovers over a tab, and
forwards that information to the client.This class extends TransferHandler , but it will always return false when
calling TransferHandler#canImport(TransferSupport)) . |