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. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<FlapLayoutManager> |
FlapDockStation.LAYOUT_MANAGER
Key for the
FlapLayoutManager that is used by all FlapDockStation s. |
Modifier and Type | Method and Description |
---|---|
FlapLayoutManager |
FlapDockStation.getCurrentFlapLayoutManager()
Gets the currently used
FlapLayoutManager . |
FlapLayoutManager |
FlapDockStation.getFlapLayoutManager()
Gets the layout manager which was explicitly set by
FlapDockStation.setFlapLayoutManager(FlapLayoutManager) . |
Modifier and Type | Method and Description |
---|---|
void |
FlapDockStation.setFlapLayoutManager(FlapLayoutManager manager)
Sets the layout manager which should be used by this station.
|
Modifier and Type | Class and Description |
---|---|
class |
CFlapLayoutManager
A
FlapLayoutManager that uses the properties of CDockable to
find and store size and hold values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlapLayoutManager
Abstract implementation of
FlapLayoutManager , providing support for listeners. |
class |
DefaultFlapLayoutManager
The default implementation of
FlapLayoutManager . |
Modifier and Type | Method and Description |
---|---|
void |
FlapLayoutManagerListener.holdSwitchableChanged(FlapLayoutManager manager,
FlapDockStation station,
Dockable dockable)
This method is called by
manager if the FlapLayoutManagerListener.holdSwitchableChanged(FlapLayoutManager, FlapDockStation, Dockable)
method returns a new value. |