Uses of Class
com.jgoodies.forms.factories.Paddings.Padding
Packages that use Paddings.Padding
Package
Description
Consists of optional Forms framework factory classes that assist you
in building consistent forms quickly.
-
Uses of Paddings.Padding in com.jgoodies.forms.factories
Fields in com.jgoodies.forms.factories declared as Paddings.PaddingModifier and TypeFieldDescriptionstatic final 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 final 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 final Paddings.Padding
Borders.DIALOG
Deprecated.A standardized Border that describes the border around a dialog content that has no tabs.static final Paddings.Padding
Paddings.DIALOG
A standardized reusable padding for dialogs without tabs.static final Paddings.Padding
Borders.DLU14
Deprecated.A prepared Border with 14dlu on all sides.static final Paddings.Padding
Paddings.DLU14
A prepared and reusable padding with 14dlu on all sides.static final Paddings.Padding
Borders.DLU2
Deprecated.A prepared and reusable Border with 2dlu on all sides.static final Paddings.Padding
Paddings.DLU2
A prepared and reusable padding with 2dlu on all sides.static final Paddings.Padding
Borders.DLU21
Deprecated.A prepared Border with 21dlu on all sides.static final Paddings.Padding
Paddings.DLU21
A prepared padding with 21dlu on all sides.static final Paddings.Padding
Borders.DLU4
Deprecated.A prepared and reusable Border with 4dlu on all sides.static final Paddings.Padding
Paddings.DLU4
A prepared and reusable padding with 4dlu on all sides.static final Paddings.Padding
Borders.DLU7
Deprecated.A prepared and reusable Border with 7dlu on all sides.static final Paddings.Padding
Paddings.DLU7
A prepared and reusable padding with 7dlu on all sides.static final Paddings.Padding
Borders.DLU9
Deprecated.A prepared and reusable Border with 9dlu on all sides.static final Paddings.Padding
Paddings.DLU9
A prepared and reusable padding with 9dlu on all sides.static final Paddings.Padding
Borders.TABBED_DIALOG
Deprecated.A standardized Border that describes the border around a dialog content that uses tabs.static final Paddings.Padding
Paddings.TABBED_DIALOG
A standardized reusable padding for dialogs that have tabs.Methods in com.jgoodies.forms.factories that return Paddings.PaddingModifier and TypeMethodDescriptionstatic Paddings.Padding
Borders.createEmptyBorder
(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Deprecated.static Paddings.Padding
Borders.createEmptyBorder
(String encodedSizes) Deprecated.Replaced byPaddings.createPadding(String, Object...)
.static Paddings.Padding
Paddings.createPadding
(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Creates and returns a padding (an instance ofEmptyBorder
) with the specified margins.static Paddings.Padding
Paddings.createPadding
(String encodedSizes, Object... args) Creates and returns a padding (an instance ofEmptyBorder
) using sizes as specified by the given string.
Paddings.createPadding(ConstantSize, ConstantSize, ConstantSize, ConstantSize)
.