Package chrriis.uihierarchy.constraints

Package containing the layout Constraints classes, which are associated to components in order to lay them out correctly.

See:
          Description

Interface Summary
LayoutHConstraints The interface that every layout constraints must extend.
 

Class Summary
BorderHConstraints The constraints for a Border layout.
BoxHConstraints The constraints for a Box layout.
ExplicitHConstraints The constraints for an Explicit layout (www.zookitec.com).
FlowHConstraints The constraints for a Flow layout, which are only meant to raise an exception as a flow layout does not accept constraints.
FormHConstraints The constraints for a Form layout (www.jgoodies.com).
GridBagHConstraints The constraints for a GridBag layout.
NullHConstraints The constraints for a null layout.
SpringHConstraints The constraints for a Spring layout.
 

Exception Summary
IllegalConstraintsException An exception while interpreting the meaning of some constraints.
 

Package chrriis.uihierarchy.constraints Description

Package containing the layout Constraints classes, which are associated to components in order to lay them out correctly.