Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
Modifier and Type | Method and Description |
---|---|
protected FlapDockStation.DockableHandle |
FlapDockStation.createHandle(Dockable dockable)
Creates a new wrapper around
dockable , the wrapper is used as internal representation
of dockable . |
protected FlapDockStation.DockableHandle |
FlapDockStation.getHandle(Dockable dockable)
Gets the wrapper of
dockable . |
Modifier and Type | Method and Description |
---|---|
protected FlapDockStation.DockableHandle |
CFlapDockStation.createHandle(Dockable dockable) |