Uses of Package
com.jgoodies.forms.util
-
Packages that use com.jgoodies.forms.util Package Description 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.util used by com.jgoodies.forms.layout Class Description UnitConverter An interface that describes how to convert general sizes to pixel sizes. -
Classes in com.jgoodies.forms.util used by com.jgoodies.forms.util Class Description AbstractUnitConverter An abstract implementation of theUnitConverter
interface that minimizes the effort required to convert font-dependent sizes to pixels.DefaultUnitConverter This is the default implementation of theUnitConverter
interface.DefaultUnitConverter.DialogBaseUnits Describes horizontal and vertical dialog base units.LayoutStyle An abstract class that describes a layout and design style guide.MacLayoutStyle ALayoutStyle
that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.UnitConverter An interface that describes how to convert general sizes to pixel sizes.WindowsLayoutStyle ALayoutStyle
that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.