Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
bibliothek.gui.dock.common.mode.station |
Contains wrapper classes for various
DockStation s, implementing the interface
CLocationMode . |
Modifier and Type | Method and Description |
---|---|
CFlapDockStation |
CMinimizeArea.getStation() |
Modifier and Type | Method and Description |
---|---|
CommonDockStation<FlapDockStation,CFlapDockStation> |
CControlFactory.createFlapDockStation(java.awt.Component expansion,
CommonStationDelegate<CFlapDockStation> delegate)
Creates a new
FlapDockStation . |
CommonDockStation<FlapDockStation,CFlapDockStation> |
EfficientControlFactory.createFlapDockStation(java.awt.Component expansion,
CommonStationDelegate<CFlapDockStation> delegate) |
Modifier and Type | Method and Description |
---|---|
CommonDockStation<FlapDockStation,CFlapDockStation> |
CControlFactory.createFlapDockStation(java.awt.Component expansion,
CommonStationDelegate<CFlapDockStation> delegate)
Creates a new
FlapDockStation . |
CommonDockStation<FlapDockStation,CFlapDockStation> |
EfficientControlFactory.createFlapDockStation(java.awt.Component expansion,
CommonStationDelegate<CFlapDockStation> delegate) |
Modifier and Type | Method and Description |
---|---|
CFlapDockStation |
CFlapDockStation.asDockStation() |
Modifier and Type | Method and Description |
---|---|
CStation<CFlapDockStation> |
CFlapDockStation.getStation() |
Constructor and Description |
---|
CFlapDockStation(java.awt.Component expansion,
CommonStationDelegate<CFlapDockStation> delegate)
Creates a new station.
|
Constructor and Description |
---|
CFlapDockStationHandle(java.lang.String id,
CFlapDockStation station,
CLocation location)
Creates a new handle
|
Constructor and Description |
---|
CFlapDockStationHandle(CStation<CFlapDockStation> station)
Creates a new handle
|