Package org.openbp.swing.layout.splitter

The splitter layout holds several components, separated by splitter bars.

See:
          Description

Class Summary
SplitterBar A class that implements a splitter bar.
SplitterConstraint A SplitterConstraint is a set of component layout constraints used by the SplitterLayout layout manager.
SplitterLayout The splitter layout manager arranges several components that are separated by SplitterBar components.
SplitterSpace A SplitterSpace is a completely plain lightweight AWT Component.
 

Package org.openbp.swing.layout.splitter Description

The splitter layout holds several components, separated by splitter bars. An intelligent resize algorithm determines the size of the remaining components when one of the splitter bars is moved. For each component, its minimum and maximum sizes will be considered when giving the user a visual feedback when moving the splitter bar, e. g. the splitter bar won't move to a position that contradicts the constraints of the components.



Copyright © 2011. All Rights Reserved.