SplitDockStation.See: Description
| Interface | Description |
|---|---|
| ConflictResolver<T> |
A
ConflictResolver determines how to merge ResizeRequests
and later how to resolve situations where two requests have to be handled
at the same time. |
| Class | Description |
|---|---|
| DefaultConflictResolver<T> |
A conflict resolver that tries to distribute space in conflicts
equally to all parties
|
| DelegatingSplitLayoutManager |
A
SplitLayoutManager which delegates all its work to another manager. |
| LockedResizeLayoutManager<T> |
A
SplitLayoutManager that can lock the size of some Dockables
during resize. |
| ResizeElement<T> |
Represents one node of the tree which represents the split-tree of
a
SplitDockStation. |
| ResizeLeaf<T> |
Represents a
Leaf. |
| ResizeNode<T> |
Represents a
Node. |
| ResizeRequest |
Represents the mismatch in size that some node has.
|
| ResizeRoot<T> |
Represents a
Root. |
SplitDockStation.Copyright © 2018. All rights reserved.