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.PaddingBorders.BUTTON_BAR_PADDeprecated.A standardized Border that describes the gap between a component and a button bar in its bottom.static final Paddings.PaddingPaddings.BUTTON_BAR_PADA standardized reusable padding intended for the gap between a component and a button bar in its bottom.static final Paddings.PaddingBorders.DIALOGDeprecated.A standardized Border that describes the border around a dialog content that has no tabs.static final Paddings.PaddingPaddings.DIALOGA standardized reusable padding for dialogs without tabs.static final Paddings.PaddingBorders.DLU14Deprecated.A prepared Border with 14dlu on all sides.static final Paddings.PaddingPaddings.DLU14A prepared and reusable padding with 14dlu on all sides.static final Paddings.PaddingBorders.DLU2Deprecated.A prepared and reusable Border with 2dlu on all sides.static final Paddings.PaddingPaddings.DLU2A prepared and reusable padding with 2dlu on all sides.static final Paddings.PaddingBorders.DLU21Deprecated.A prepared Border with 21dlu on all sides.static final Paddings.PaddingPaddings.DLU21A prepared padding with 21dlu on all sides.static final Paddings.PaddingBorders.DLU4Deprecated.A prepared and reusable Border with 4dlu on all sides.static final Paddings.PaddingPaddings.DLU4A prepared and reusable padding with 4dlu on all sides.static final Paddings.PaddingBorders.DLU7Deprecated.A prepared and reusable Border with 7dlu on all sides.static final Paddings.PaddingPaddings.DLU7A prepared and reusable padding with 7dlu on all sides.static final Paddings.PaddingBorders.DLU9Deprecated.A prepared and reusable Border with 9dlu on all sides.static final Paddings.PaddingPaddings.DLU9A prepared and reusable padding with 9dlu on all sides.static final Paddings.PaddingBorders.TABBED_DIALOGDeprecated.A standardized Border that describes the border around a dialog content that uses tabs.static final Paddings.PaddingPaddings.TABBED_DIALOGA standardized reusable padding for dialogs that have tabs.Methods in com.jgoodies.forms.factories that return Paddings.PaddingModifier and TypeMethodDescriptionstatic Paddings.PaddingBorders.createEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Deprecated.static Paddings.PaddingBorders.createEmptyBorder(String encodedSizes) Deprecated.Replaced byPaddings.createPadding(String, Object...).static Paddings.PaddingPaddings.createPadding(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Creates and returns a padding (an instance ofEmptyBorder) with the specified margins.static Paddings.PaddingPaddings.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).