Uses of Package
com.jgoodies.forms.layout

Packages that use com.jgoodies.forms.layout
com.jaxfront.swing.ui.visualizers   
com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. 
com.jgoodies.forms.debug Consists of optional classes that help you find, understand and fix layout problems 
com.jgoodies.forms.factories Consists of optional Forms framework factory classes that assist you in building consistent forms quickly 
com.jgoodies.forms.layout Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints 
com.jgoodies.forms.util Consists of Forms framework helper classes for unit conversion and layout styles 
 

Classes in com.jgoodies.forms.layout used by com.jaxfront.swing.ui.visualizers
ColumnSpec
          Specifies columns in FormLayout by their default orientation, start size and resizing behavior.
RowSpec
          Specifies rows in in FormLayout by their default orientation, start size and resizing behavior.
 

Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.builder
CellConstraints
          Defines constraints for components that are layed out with the FormLayout.
CellConstraints.Alignment
          A typesafe enumeration for component alignment types as used by the FormLayout.
ColumnSpec
          Specifies columns in FormLayout by their default orientation, start size and resizing behavior.
ConstantSize
          An implementation of the Size interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.
FormLayout
          FormLayout is a powerful, flexible and precise general purpose layout manager.
RowSpec
          Specifies rows in in FormLayout by their default orientation, start size and resizing behavior.
 

Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.debug
FormLayout
          FormLayout is a powerful, flexible and precise general purpose layout manager.
FormLayout.LayoutInfo
           
 

Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.factories
ColumnSpec
          Specifies columns in FormLayout by their default orientation, start size and resizing behavior.
ConstantSize
          An implementation of the Size interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.
FormLayout
          FormLayout is a powerful, flexible and precise general purpose layout manager.
RowSpec
          Specifies rows in in FormLayout by their default orientation, start size and resizing behavior.
 

Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.layout
CellConstraints
          Defines constraints for components that are layed out with the FormLayout.
CellConstraints.Alignment
          A typesafe enumeration for component alignment types as used by the FormLayout.
ColumnSpec
          Specifies columns in FormLayout by their default orientation, start size and resizing behavior.
ConstantSize
          An implementation of the Size interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.
ConstantSize.Unit
          A typesafe enumeration for units as used in instances of ConstantSize.
FormLayout
          FormLayout is a powerful, flexible and precise general purpose layout manager.
FormLayout.LayoutInfo
           
RowSpec
          Specifies rows in in FormLayout by their default orientation, start size and resizing behavior.
Size
          An interface that describes sizes as used by the FormLayout: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.
 

Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.util
ConstantSize
          An implementation of the Size interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.
Size
          An interface that describes sizes as used by the FormLayout: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.