|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockStationLayout
public class SplitDockStationLayout
A layout storing the contents of a SplitDockStation.
| Nested Class Summary | |
|---|---|
static class |
SplitDockStationLayout.Entry
An entry in a tree, either a node or a leaf. |
static class |
SplitDockStationLayout.Leaf
A leaf in a tree, describes one Dockable. |
static class |
SplitDockStationLayout.Node
A node in a tree. |
| Constructor Summary | |
|---|---|
SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen)
Deprecated. please use SplitDockStationLayout(Entry, int, boolean) instead |
|
SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
Creates a new layout |
|
| Method Summary | |
|---|---|
int |
getFullscreen()
Gets the id of the element which is in fullscreen-mode. |
SplitDockStationLayout.Entry |
getRoot()
Gets the root of the tree. |
boolean |
hasFullscreenAction()
Tells whether the SplitDockStation did show a fullscreen-action or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen)
SplitDockStationLayout(Entry, int, boolean) instead
root - the root of the tree, can be nullfullscreen - the id of the element which is in fullscreen-mode
public SplitDockStationLayout(SplitDockStationLayout.Entry root,
int fullscreen,
boolean hasFullscreenAction)
root - the root of the tree, can be nullfullscreen - the id of the element which is in fullscreen-modehasFullscreenAction - whether the SplitDockStation did show a fullscreen-action| Method Detail |
|---|
public SplitDockStationLayout.Entry getRoot()
nullpublic int getFullscreen()
public boolean hasFullscreenAction()
SplitDockStation did show a fullscreen-action or not. This property
is only applied if a new SplitDockStation is created during loading.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||