Package com.jgoodies.forms.util

Consists of Forms framework helper classes for unit conversion and layout styles

See:
          Description

Interface Summary
UnitConverter An interface that describes how to convert general sizes to pixel sizes.
 

Class Summary
AbstractUnitConverter An abstract implementation of the UnitConverter interface that minimizes the effort required to convert font-dependent sizes to pixels.
DefaultUnitConverter This is the default implementation of the UnitConverter interface.
DefaultUnitConverter.DialogBaseUnits Describes horizontal and vertical dialog base units.
LayoutStyle An abstract class that describes a layout and design style guide.
MacLayoutStyle A LayoutStyle that aims to provide layout constants as defined by Microsoft's Design Specifications and Guidelines - Visual Design.
Utilities Consists only of static utility methods.
Utilities.LookAndFeelChangeHandler Listens to changes of the Look and Feel and invalidates the cache.
WindowsLayoutStyle A LayoutStyle that aims to provide layout constants as defined by Microsoft's Design Specifications and Guidelines - Visual Design.
 

Package com.jgoodies.forms.util Description

Consists of Forms framework helper classes for unit conversion and layout styles.

Related Documentation

For more information see:

See Also:
com.jgoodies.forms.builder, com.jgoodies.forms.factories