|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitLayoutManager | |
---|---|
bibliothek.gui.dock | The five basic classes implementing Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.split | Elements which are needed by the SplitDockStation ,
and which are needed to interact with the station. |
Uses of SplitLayoutManager in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock with type parameters of type SplitLayoutManager | |
---|---|
static PropertyKey<SplitLayoutManager> |
SplitDockStation.LAYOUT_MANAGER
Defines the behavior of a DockStation , how to react on a
drop-event, how to react on resize and other things related
to the layout. |
Methods in bibliothek.gui.dock that return SplitLayoutManager | |
---|---|
SplitLayoutManager |
SplitDockStation.getSplitLayoutManager()
Gets the layout manager which was explicitly set. |
Methods in bibliothek.gui.dock with parameters of type SplitLayoutManager | |
---|---|
void |
SplitDockStation.setSplitLayoutManager(SplitLayoutManager manager)
Sets a special SplitLayoutManager which this station has to use. |
Uses of SplitLayoutManager in bibliothek.gui.dock.station.split |
---|
Classes in bibliothek.gui.dock.station.split that implement SplitLayoutManager | |
---|---|
class |
DefaultSplitLayoutManager
The default implementation of SplitLayoutManager . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |