| Package | Description | 
|---|---|
| com.jgoodies.forms.factories | Consists of optional Forms framework factory classes that assist you 
in building consistent forms quickly | 
| Modifier and Type | Field and Description | 
|---|---|
| static Paddings.Padding | Paddings. BUTTON_BAR_PADA standardized reusable padding intended for the gap
 between a component and a button bar in its bottom. | 
| static Paddings.Padding | Borders. BUTTON_BAR_PADDeprecated.  A standardized Border that describes the gap between a component
 and a button bar in its bottom. | 
| static Paddings.Padding | Paddings. DIALOGA standardized reusable padding for dialogs without tabs. | 
| static Paddings.Padding | Borders. DIALOGDeprecated.  A standardized Border that describes the border around
 a dialog content that has no tabs. | 
| static Paddings.Padding | Paddings. DLU14A prepared and reusable padding with 14dlu on all sides. | 
| static Paddings.Padding | Borders. DLU14Deprecated.  A prepared Border with 14dlu on all sides. | 
| static Paddings.Padding | Paddings. DLU2A prepared and reusable padding with 2dlu on all sides. | 
| static Paddings.Padding | Borders. DLU2Deprecated.  A prepared and reusable Border with 2dlu on all sides. | 
| static Paddings.Padding | Paddings. DLU21A prepared padding with 21dlu on all sides. | 
| static Paddings.Padding | Borders. DLU21Deprecated.  A prepared Border with 21dlu on all sides. | 
| static Paddings.Padding | Paddings. DLU4A prepared and reusable padding with 4dlu on all sides. | 
| static Paddings.Padding | Borders. DLU4Deprecated.  A prepared and reusable Border with 4dlu on all sides. | 
| static Paddings.Padding | Paddings. DLU7A prepared and reusable padding with 7dlu on all sides. | 
| static Paddings.Padding | Borders. DLU7Deprecated.  A prepared and reusable Border with 7dlu on all sides. | 
| static Paddings.Padding | Paddings. DLU9A prepared and reusable padding with 9dlu on all sides. | 
| static Paddings.Padding | Borders. DLU9Deprecated.  A prepared and reusable Border with 9dlu on all sides. | 
| static Paddings.Padding | Paddings. TABBED_DIALOGA standardized reusable padding for dialogs that have tabs. | 
| static Paddings.Padding | Borders. TABBED_DIALOGDeprecated.  A standardized Border that describes the border around
 a dialog content that uses tabs. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Paddings.Padding | Borders. createEmptyBorder(ConstantSize top,
                 ConstantSize left,
                 ConstantSize bottom,
                 ConstantSize right)Deprecated. 
 | 
| static Paddings.Padding | Borders. createEmptyBorder(String encodedSizes)Deprecated. 
 Replaced by  Paddings.createPadding(String, Object...). | 
| 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. | 
| static Paddings.Padding | Paddings. createPadding(String encodedSizes,
             Object... args)Creates and returns a padding (an instance of  EmptyBorder)
 using sizes as specified by the given string. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.