Package bibliothek.gui.dock.accept

Contains classes to deal with DockAcceptances.

See:
          Description

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  
 

Package bibliothek.gui.dock.accept Description

Contains classes to deal with DockAcceptances. The classes in this package can be used to create new DockAcceptances by subclassing them, or to combine several DockAcceptances using some logical rules.