Package bibliothek.gui.dock.facile.station.split

Support classes for SplitDockStation.

See:
          Description

Interface Summary
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 Summary
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.
 

Package bibliothek.gui.dock.facile.station.split Description

Support classes for SplitDockStation.