Package bibliothek.gui.dock.accept

Interface Summary
DockAcceptance Used by a DockController to decide globally which Dockable can become child of which DockStation.
 

Class Summary
AbstractAcceptance A DockAcceptance that returns true for all cases.
CombinatoryAcceptance A DockAcceptance that is a combination out of two other acceptances.
MultiDockAcceptance A DockAcceptance which consists of other acceptances, and returns only true if all children of this acceptance return true.
 

Enum Summary
CombinatoryAcceptance.Combination