public class SplitDockStationLayout extends Object
SplitDockStation.| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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. |
@Deprecated public SplitDockStationLayout(SplitDockStationLayout.Entry root, int fullscreen)
SplitDockStationLayout(Entry, int, boolean) insteadroot - the root of the tree, can be nullfullscreen - the id of the element which is in fullscreen-modepublic 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-actionpublic 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.Copyright © 2017 Docking Frames. All rights reserved.