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_PAD
A standardized reusable padding intended for the gap
between a component and a button bar in its bottom.
|
static Paddings.Padding |
Borders.BUTTON_BAR_PAD
Deprecated.
A standardized Border that describes the gap between a component
and a button bar in its bottom.
|
static Paddings.Padding |
Paddings.DIALOG
A standardized reusable padding for dialogs without tabs.
|
static Paddings.Padding |
Borders.DIALOG
Deprecated.
A standardized Border that describes the border around
a dialog content that has no tabs.
|
static Paddings.Padding |
Paddings.DLU14
A prepared and reusable padding with 14dlu on all sides.
|
static Paddings.Padding |
Borders.DLU14
Deprecated.
A prepared Border with 14dlu on all sides.
|
static Paddings.Padding |
Paddings.DLU2
A prepared and reusable padding with 2dlu on all sides.
|
static Paddings.Padding |
Borders.DLU2
Deprecated.
A prepared and reusable Border with 2dlu on all sides.
|
static Paddings.Padding |
Paddings.DLU21
A prepared padding with 21dlu on all sides.
|
static Paddings.Padding |
Borders.DLU21
Deprecated.
A prepared Border with 21dlu on all sides.
|
static Paddings.Padding |
Paddings.DLU4
A prepared and reusable padding with 4dlu on all sides.
|
static Paddings.Padding |
Borders.DLU4
Deprecated.
A prepared and reusable Border with 4dlu on all sides.
|
static Paddings.Padding |
Paddings.DLU7
A prepared and reusable padding with 7dlu on all sides.
|
static Paddings.Padding |
Borders.DLU7
Deprecated.
A prepared and reusable Border with 7dlu on all sides.
|
static Paddings.Padding |
Paddings.DLU9
A prepared and reusable padding with 9dlu on all sides.
|
static Paddings.Padding |
Borders.DLU9
Deprecated.
A prepared and reusable Border with 9dlu on all sides.
|
static Paddings.Padding |
Paddings.TABBED_DIALOG
A standardized reusable padding for dialogs that have tabs.
|
static Paddings.Padding |
Borders.TABBED_DIALOG
Deprecated.
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.