|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockedResizeLayoutManager.ResizeElement | |
---|---|
bibliothek.gui.dock.facile.station.split |
Uses of LockedResizeLayoutManager.ResizeElement in bibliothek.gui.dock.facile.station.split |
---|
Subclasses of LockedResizeLayoutManager.ResizeElement in bibliothek.gui.dock.facile.station.split | |
---|---|
protected class |
LockedResizeLayoutManager.ResizeLeaf
Represents a Leaf . |
protected class |
LockedResizeLayoutManager.ResizeNode
Represents a Node . |
protected class |
LockedResizeLayoutManager.ResizeRoot
Represents a Root . |
Methods in bibliothek.gui.dock.facile.station.split that return LockedResizeLayoutManager.ResizeElement | |
---|---|
LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.ResizeRoot.getChild()
Gets the one child of this root |
protected abstract LockedResizeLayoutManager.ResizeElement[] |
LockedResizeLayoutManager.ResizeElement.getChildren()
Gets the children of this element. |
protected LockedResizeLayoutManager.ResizeElement[] |
LockedResizeLayoutManager.ResizeLeaf.getChildren()
|
protected LockedResizeLayoutManager.ResizeElement[] |
LockedResizeLayoutManager.ResizeNode.getChildren()
|
protected LockedResizeLayoutManager.ResizeElement[] |
LockedResizeLayoutManager.ResizeRoot.getChildren()
|
LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.ResizeNode.getLeft()
Gets the left or top child of this node |
LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.ResizeElement.getParent()
Gets the parent of this node |
LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.ResizeNode.getRight()
Gets the right or bottom child of this node |
protected LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.toElement(LockedResizeLayoutManager.ResizeElement parent,
SplitNode node)
Transforms a SplitNode into the matching kind of LockedResizeLayoutManager.ResizeElement . |
Methods in bibliothek.gui.dock.facile.station.split with parameters of type LockedResizeLayoutManager.ResizeElement | |
---|---|
protected LockedResizeLayoutManager.ResizeElement |
LockedResizeLayoutManager.toElement(LockedResizeLayoutManager.ResizeElement parent,
SplitNode node)
Transforms a SplitNode into the matching kind of LockedResizeLayoutManager.ResizeElement . |
Constructors in bibliothek.gui.dock.facile.station.split with parameters of type LockedResizeLayoutManager.ResizeElement | |
---|---|
LockedResizeLayoutManager.ResizeElement(LockedResizeLayoutManager.ResizeElement parent)
Creates a new element. |
|
LockedResizeLayoutManager.ResizeLeaf(LockedResizeLayoutManager.ResizeElement parent,
Leaf leaf)
Creates a new leaf element. |
|
LockedResizeLayoutManager.ResizeNode(LockedResizeLayoutManager.ResizeElement parent,
Node node)
Creates a new node-element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |