| java.lang.Object com.jgoodies.forms.factories.Borders
Borders | final public class Borders (Code) | | Provides constants and factory methods for Border s that use
instances of
ConstantSize to define the margins.
Examples:
Borders.DLU2_BORDER
Borders.createEmptyBorder(Sizes.DLUY4, Sizes.DLUX2, Sizes.DLUY4, Sizes.DLUX2);
Borders.createEmptyBorder("4dlu, 2dlu, 4dlu, 2dlu");
author: Karsten Lentzsch version: $Revision: 1.2 $ See Also: Border See Also: Sizes |
Inner Class :final public static class EmptyBorder implements Border | |
Field Summary | |
final public static Border | BUTTON_BAR_GAP_BORDER A standardized Border that describes the gap between a component
and a button bar in its bottom. | final public static Border | DIALOG_BORDER A standardized Border that describes the border around
a dialog content that has no tabs. | final public static Border | DLU14_BORDER A prepared Border with 14dlu on all sides. | final public static Border | DLU2_BORDER A prepared and reusable Border with 2dlu on all sides. | final public static Border | DLU4_BORDER A prepared and reusable Border with 4dlu on all sides. | final public static Border | DLU7_BORDER A prepared and reusable Border with 7dlu on all sides. | final public static Border | EMPTY_BORDER A prepared and reusable EmptyBorder without gaps. | final public static Border | TABBED_DIALOG_BORDER A standardized Border that describes the border around
a dialog content that uses tabs. |
BUTTON_BAR_GAP_BORDER | final public static Border BUTTON_BAR_GAP_BORDER(Code) | | A standardized Border that describes the gap between a component
and a button bar in its bottom.
|
DLU14_BORDER | final public static Border DLU14_BORDER(Code) | | A prepared Border with 14dlu on all sides.
|
DLU2_BORDER | final public static Border DLU2_BORDER(Code) | | A prepared and reusable Border with 2dlu on all sides.
|
DLU4_BORDER | final public static Border DLU4_BORDER(Code) | | A prepared and reusable Border with 4dlu on all sides.
|
DLU7_BORDER | final public static Border DLU7_BORDER(Code) | | A prepared and reusable Border with 7dlu on all sides.
|
EMPTY_BORDER | final public static Border EMPTY_BORDER(Code) | | A prepared and reusable EmptyBorder without gaps.
|
TABBED_DIALOG_BORDER | final public static Border TABBED_DIALOG_BORDER(Code) | | A standardized Border that describes the border around
a dialog content that uses tabs.
See Also: Borders.DIALOG_BORDER |
|
|