Package | Description |
---|---|
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
bibliothek.gui.dock.facile.station.split |
Support classes for
SplitDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
CLockedResizeLayoutManager
A
LockedResizeLayoutManager that looks out for
CDockable.isResizeLockedVertically() and CDockable.isResizeLockedHorizontally() . |
Modifier and Type | Method and Description |
---|---|
LockedResizeLayoutManager<T> |
ResizeElement.getLayout()
Gets the layout that created this element.
|
Constructor and Description |
---|
ResizeElement(ResizeElement<T> parent,
LockedResizeLayoutManager<T> layout)
Creates a new element.
|
ResizeLeaf(LockedResizeLayoutManager<T> layout,
ResizeElement<T> parent,
Leaf leaf)
Creates a new leaf element.
|
ResizeNode(LockedResizeLayoutManager<T> layout,
ResizeElement<T> parent,
Node node)
Creates a new node-element.
|
ResizeRoot(LockedResizeLayoutManager<T> layout,
Root root)
Creates a new root-element
|