| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| ButtonStackBuilder | ButtonStackBuilder. addStrut(ConstantSize size)Adds a strut of a specified size. | 
| ButtonBarBuilder | ButtonBarBuilder. addStrut(ConstantSize width)Adds a horizontal strut of the specified width. | 
| DefaultFormBuilder | DefaultFormBuilder. lineGapSize(ConstantSize lineGapSize)Deprecated.  Sets the size of gaps between component lines using the given
 constant size. | 
| DefaultFormBuilder | DefaultFormBuilder. paragraphGapSize(ConstantSize paragraphGapSize)Deprecated.  Sets the size of gaps between paragraphs using the given
 constant size. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Paddings.Padding | Borders. createEmptyBorder(ConstantSize top,
                 ConstantSize left,
                 ConstantSize bottom,
                 ConstantSize right)Deprecated. 
 | 
| static Paddings.Padding | Paddings. createPadding(ConstantSize top,
             ConstantSize left,
             ConstantSize bottom,
             ConstantSize right)Creates and returns a padding (an instance of  EmptyBorder)
 with the specified margins. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ConstantSize | Sizes. DLUX1 | 
| static ConstantSize | Sizes. DLUX11 | 
| static ConstantSize | Sizes. DLUX14 | 
| static ConstantSize | Sizes. DLUX2 | 
| static ConstantSize | Sizes. DLUX2121 horizontal dialog units. | 
| static ConstantSize | Sizes. DLUX3 | 
| static ConstantSize | Sizes. DLUX4 | 
| static ConstantSize | Sizes. DLUX5 | 
| static ConstantSize | Sizes. DLUX6 | 
| static ConstantSize | Sizes. DLUX7 | 
| static ConstantSize | Sizes. DLUX8 | 
| static ConstantSize | Sizes. DLUX9 | 
| static ConstantSize | Sizes. DLUY1 | 
| static ConstantSize | Sizes. DLUY11 | 
| static ConstantSize | Sizes. DLUY14 | 
| static ConstantSize | Sizes. DLUY2 | 
| static ConstantSize | Sizes. DLUY2121 vertical dialog units. | 
| static ConstantSize | Sizes. DLUY3 | 
| static ConstantSize | Sizes. DLUY4 | 
| static ConstantSize | Sizes. DLUY5 | 
| static ConstantSize | Sizes. DLUY6 | 
| static ConstantSize | Sizes. DLUY7 | 
| static ConstantSize | Sizes. DLUY8 | 
| static ConstantSize | Sizes. DLUY9 | 
| static ConstantSize | Sizes. ZERO | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConstantSize | Sizes. constant(String encodedValueAndUnit,
        boolean horizontal)Creates and returns an instance of  ConstantSizefrom the
 given encoded size and unit description. | 
| static ConstantSize | Sizes. dluX(int value)Creates and returns a ConstantSize for the specified value
 in horizontal dialog units. | 
| static ConstantSize | Sizes. dluY(int value)Creates and returns a ConstantSize for the specified value
 in vertical dialog units. | 
| static ConstantSize | Sizes. pixel(int value)Creates and returns a ConstantSize
 for the specified pixel value. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RowSpec | RowSpec. createGap(ConstantSize gapHeight)Creates and returns a  RowSpecthat represents a gap with the
 specifiedConstantSize. | 
| static ColumnSpec | ColumnSpec. createGap(ConstantSize gapWidth)Creates and returns a  ColumnSpecthat represents a gap with the
 specifiedConstantSize. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConstantSize | MacLayoutStyle. getButtonBarPad() | 
| abstract ConstantSize | LayoutStyle. getButtonBarPad()Returns a pad used to separate a button bar from a component. | 
| ConstantSize | MacLayoutStyle. getDialogMarginX() | 
| abstract ConstantSize | LayoutStyle. getDialogMarginX()Returns this style's horizontal margin for general dialogs. | 
| ConstantSize | MacLayoutStyle. getDialogMarginY() | 
| abstract ConstantSize | LayoutStyle. getDialogMarginY()Returns this style's vertical margin for general dialogs. | 
| ConstantSize | MacLayoutStyle. getLabelComponentPadX() | 
| abstract ConstantSize | LayoutStyle. getLabelComponentPadX()Returns a gap used to separate a label and associated control. | 
| ConstantSize | MacLayoutStyle. getLabelComponentPadY() | 
| abstract ConstantSize | LayoutStyle. getLabelComponentPadY()Returns a gap used to separate a label and associated control. | 
| ConstantSize | MacLayoutStyle. getLinePad() | 
| abstract ConstantSize | LayoutStyle. getLinePad()Returns a narrow vertical pad used to separate lines. | 
| ConstantSize | MacLayoutStyle. getNarrowLinePad() | 
| abstract ConstantSize | LayoutStyle. getNarrowLinePad()Returns a narrow vertical pad used to separate lines. | 
| ConstantSize | MacLayoutStyle. getParagraphPad() | 
| abstract ConstantSize | LayoutStyle. getParagraphPad()Returns a pad used to separate paragraphs. | 
| ConstantSize | MacLayoutStyle. getRelatedComponentsPadX() | 
| abstract ConstantSize | LayoutStyle. getRelatedComponentsPadX()Returns a horizontal gap used to separate related controls. | 
| ConstantSize | MacLayoutStyle. getRelatedComponentsPadY() | 
| abstract ConstantSize | LayoutStyle. getRelatedComponentsPadY()Returns a vertical gap used to separate related controls. | 
| ConstantSize | MacLayoutStyle. getTabbedDialogMarginX() | 
| abstract ConstantSize | LayoutStyle. getTabbedDialogMarginX()Returns this style's horizontal margin for dialogs that consist of
 a tabbed pane. | 
| ConstantSize | MacLayoutStyle. getTabbedDialogMarginY() | 
| abstract ConstantSize | LayoutStyle. getTabbedDialogMarginY()Returns this style's vertical margin for dialogs that consist of
 a tabbed pane. | 
| ConstantSize | MacLayoutStyle. getUnrelatedComponentsPadX() | 
| abstract ConstantSize | LayoutStyle. getUnrelatedComponentsPadX()Returns a horizontal gap used to separate unrelated controls. | 
| ConstantSize | MacLayoutStyle. getUnrelatedComponentsPadY() | 
| abstract ConstantSize | LayoutStyle. getUnrelatedComponentsPadY()Returns a vertical gap used to separate unrelated controls. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.