|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlapLayoutManager | |
|---|---|
| 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. |
| Uses of FlapLayoutManager in bibliothek.gui.dock |
|---|
| Fields in bibliothek.gui.dock with type parameters of type FlapLayoutManager | |
|---|---|
static PropertyKey<FlapLayoutManager> |
FlapDockStation.LAYOUT_MANAGER
Key for the FlapLayoutManager that is used by all FlapDockStations. |
| Methods in bibliothek.gui.dock that return FlapLayoutManager | |
|---|---|
FlapLayoutManager |
FlapDockStation.getCurrentFlapLayoutManager()
Gets the currently used FlapLayoutManager. |
FlapLayoutManager |
FlapDockStation.getFlapLayoutManager()
Gets the layout manager which was explicitly set by FlapDockStation.setFlapLayoutManager(FlapLayoutManager). |
| Methods in bibliothek.gui.dock with parameters of type FlapLayoutManager | |
|---|---|
void |
FlapDockStation.setFlapLayoutManager(FlapLayoutManager manager)
Sets the layout manager which should be used by this station. |
| Uses of FlapLayoutManager in bibliothek.gui.dock.common.intern.station |
|---|
| Classes in bibliothek.gui.dock.common.intern.station that implement FlapLayoutManager | |
|---|---|
class |
CFlapLayoutManager
A FlapLayoutManager that uses the properties of CDockable to
find and store size and hold values. |
| Uses of FlapLayoutManager in bibliothek.gui.dock.station.flap |
|---|
| Classes in bibliothek.gui.dock.station.flap that implement FlapLayoutManager | |
|---|---|
class |
AbstractFlapLayoutManager
Abstract implementation of FlapLayoutManager, providing support for listeners. |
class |
DefaultFlapLayoutManager
The default implementation of FlapLayoutManager. |
| Methods in bibliothek.gui.dock.station.flap with parameters of type FlapLayoutManager | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||