Uses of Package
com.jgoodies.forms.layout
-
Packages that use com.jgoodies.forms.layout Package Description 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.extras Contains optional Forms framework classes that ship only with the JGoodies Forms source distribution and are not yet part of the binary Forms library.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.jgoodies.forms.builder Class Description CellConstraints Defines constraints for components that are laid out with the FormLayout.CellConstraints.Alignment An ordinal-based serializable typesafe enumeration for component alignment types as used by theFormLayout
.ColumnSpec Specifies columns in FormLayout by their default orientation, start size and resizing behavior.ConstantSize An implementation of theSize
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 FormLayout by their default orientation, start size and resizing behavior. -
Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.debug Class Description FormLayout FormLayout is a powerful, flexible and precise general purpose layout manager.FormLayout.LayoutInfo Stores column and row origins. -
Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.extras Class Description CellConstraints Defines constraints for components that are laid out with the FormLayout.FormLayout FormLayout is a powerful, flexible and precise general purpose layout manager. -
Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.factories Class Description CellConstraints Defines constraints for components that are laid out with the FormLayout.CellConstraints.Alignment An ordinal-based serializable typesafe enumeration for component alignment types as used by theFormLayout
.ConstantSize An implementation of theSize
interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units. -
Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.layout Class Description CellConstraints Defines constraints for components that are laid out with the FormLayout.CellConstraints.Alignment An ordinal-based serializable typesafe enumeration for component alignment types as used by theFormLayout
.ColumnSpec Specifies columns in FormLayout by their default orientation, start size and resizing behavior.ConstantSize An implementation of theSize
interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.ConstantSize.Unit An ordinal-based serializable typesafe enumeration for units as used in instances ofConstantSize
.FormLayout FormLayout is a powerful, flexible and precise general purpose layout manager.FormLayout.CachingMeasure An abstract implementation of theMeasure
interface that caches component sizes.FormLayout.ComponentSizeCache A cache for component minimum and preferred sizes.FormLayout.LayoutInfo Stores column and row origins.FormLayout.Measure An interface that describes how to measure aComponent
.FormSpec An abstract class that specifies columns and rows in FormLayout by their default alignment, start size and resizing behavior.FormSpec.DefaultAlignment An ordinal-based serializable typesafe enumeration for the column and row default alignment types.FormSpecParser.Multiplier Internal helper class that is returned byFormSpecParser.multiplier(String, int)
.LayoutMap Provides a hierarchical variable expansion useful to improve layout consistency, style guide compliance, and layout readability.RowSpec Specifies rows in FormLayout by their default orientation, start size and resizing behavior.Size An interface that describes sizes as used by theFormLayout
: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.Sizes.ComponentSize An ordinal-based serializable typesafe enumeration that implements theSize
interface for the component sizes: min, pref, default. -
Classes in com.jgoodies.forms.layout used by com.jgoodies.forms.util Class Description ConstantSize An implementation of theSize
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 theFormLayout
: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.