Uses of Class
com.jgoodies.forms.layout.ConstantSize
-
Packages that use ConstantSize Package Description com.jgoodies.forms.builder Contains optional builder classes of the Forms framework.com.jgoodies.forms.factories Consists of optional Forms framework factory classes that assist you in building consistent forms quickly.com.jgoodies.forms.layout Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints.com.jgoodies.forms.util Consists of Forms framework helper classes for unit conversion and layout styles. -
-
Uses of ConstantSize in com.jgoodies.forms.builder
Methods in com.jgoodies.forms.builder with parameters of type ConstantSize Modifier and Type Method Description ButtonBarBuilderButtonBarBuilder. addStrut(ConstantSize width)Adds a horizontal strut of the specified width.ButtonStackBuilderButtonStackBuilder. addStrut(ConstantSize size)Adds a strut of a specified size.DefaultFormBuilderDefaultFormBuilder. lineGapSize(ConstantSize lineGapSize)Deprecated.Sets the size of gaps between component lines using the given constant size.DefaultFormBuilderDefaultFormBuilder. paragraphGapSize(ConstantSize paragraphGapSize)Deprecated.Sets the size of gaps between paragraphs using the given constant size. -
Uses of ConstantSize in com.jgoodies.forms.factories
Fields in com.jgoodies.forms.factories declared as ConstantSize Modifier and Type Field Description private ConstantSizePaddings.Padding. bottomMarginprivate ConstantSizePaddings.Padding. leftMarginprivate ConstantSizePaddings.Padding. rightMarginprivate ConstantSizePaddings.Padding. topMarginMethods in com.jgoodies.forms.factories with parameters of type ConstantSize Modifier and Type Method Description static Paddings.PaddingBorders. createEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right)Deprecated.static Paddings.PaddingPaddings. createPadding(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right)Creates and returns a padding (an instance ofEmptyBorder) with the specified margins.Constructors in com.jgoodies.forms.factories with parameters of type ConstantSize Constructor Description Padding(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) -
Uses of ConstantSize in com.jgoodies.forms.layout
Fields in com.jgoodies.forms.layout declared as ConstantSize Modifier and Type Field Description static ConstantSizeSizes. DLUX1static ConstantSizeSizes. DLUX11static ConstantSizeSizes. DLUX14static ConstantSizeSizes. DLUX2static ConstantSizeSizes. DLUX2121 horizontal dialog units.static ConstantSizeSizes. DLUX3static ConstantSizeSizes. DLUX4static ConstantSizeSizes. DLUX5static ConstantSizeSizes. DLUX6static ConstantSizeSizes. DLUX7static ConstantSizeSizes. DLUX8static ConstantSizeSizes. DLUX9static ConstantSizeSizes. DLUY1static ConstantSizeSizes. DLUY11static ConstantSizeSizes. DLUY14static ConstantSizeSizes. DLUY2static ConstantSizeSizes. DLUY2121 vertical dialog units.static ConstantSizeSizes. DLUY3static ConstantSizeSizes. DLUY4static ConstantSizeSizes. DLUY5static ConstantSizeSizes. DLUY6static ConstantSizeSizes. DLUY7static ConstantSizeSizes. DLUY8static ConstantSizeSizes. DLUY9static ConstantSizeSizes. ZEROMethods in com.jgoodies.forms.layout that return ConstantSize Modifier and Type Method Description static ConstantSizeSizes. constant(java.lang.String encodedValueAndUnit, boolean horizontal)Creates and returns an instance ofConstantSizefrom the given encoded size and unit description.(package private) static ConstantSizeConstantSize. dluX(int value)Creates and returns a ConstantSize for the specified size value in horizontal dialog units.static ConstantSizeSizes. dluX(int value)Creates and returns a ConstantSize for the specified value in horizontal dialog units.(package private) static ConstantSizeConstantSize. dluY(int value)Creates and returns a ConstantSize for the specified size value in vertical dialog units.static ConstantSizeSizes. dluY(int value)Creates and returns a ConstantSize for the specified value in vertical dialog units.static ConstantSizeSizes. pixel(int value)Creates and returns a ConstantSize for the specified pixel value.(package private) static ConstantSizeConstantSize. valueOf(java.lang.String encodedValueAndUnit, boolean horizontal)Creates and returns a ConstantSize from the given encoded size and unit description.Methods in com.jgoodies.forms.layout with parameters of type ConstantSize Modifier and Type Method Description static ColumnSpecColumnSpec. createGap(ConstantSize gapWidth)Creates and returns aColumnSpecthat represents a gap with the specifiedConstantSize.static RowSpecRowSpec. createGap(ConstantSize gapHeight)Creates and returns aRowSpecthat represents a gap with the specifiedConstantSize. -
Uses of ConstantSize in com.jgoodies.forms.util
Fields in com.jgoodies.forms.util declared as ConstantSize Modifier and Type Field Description private static ConstantSizeMacLayoutStyle. BUTTON_BAR_PADprivate static ConstantSizeWindowsLayoutStyle. BUTTON_BAR_PADprivate static ConstantSizeMacLayoutStyle. DIALOG_MARGIN_Xprivate static ConstantSizeWindowsLayoutStyle. DIALOG_MARGIN_Xprivate static ConstantSizeMacLayoutStyle. DIALOG_MARGIN_Yprivate static ConstantSizeWindowsLayoutStyle. DIALOG_MARGIN_Yprivate static ConstantSizeMacLayoutStyle. LABEL_COMPONENT_PADXprivate static ConstantSizeWindowsLayoutStyle. LABEL_COMPONENT_PADXprivate static ConstantSizeMacLayoutStyle. LABEL_COMPONENT_PADYprivate static ConstantSizeWindowsLayoutStyle. LABEL_COMPONENT_PADYprivate static ConstantSizeMacLayoutStyle. LINE_PADprivate static ConstantSizeWindowsLayoutStyle. LINE_PADprivate static ConstantSizeMacLayoutStyle. NARROW_LINE_PADprivate static ConstantSizeWindowsLayoutStyle. NARROW_LINE_PADprivate static ConstantSizeMacLayoutStyle. PARAGRAPH_PADprivate static ConstantSizeWindowsLayoutStyle. PARAGRAPH_PADprivate static ConstantSizeMacLayoutStyle. RELATED_COMPONENTS_PADXprivate static ConstantSizeWindowsLayoutStyle. RELATED_COMPONENTS_PADXprivate static ConstantSizeMacLayoutStyle. RELATED_COMPONENTS_PADYprivate static ConstantSizeWindowsLayoutStyle. RELATED_COMPONENTS_PADYprivate static ConstantSizeMacLayoutStyle. TABBED_DIALOG_MARGIN_Xprivate static ConstantSizeWindowsLayoutStyle. TABBED_DIALOG_MARGIN_Xprivate static ConstantSizeMacLayoutStyle. TABBED_DIALOG_MARGIN_Yprivate static ConstantSizeWindowsLayoutStyle. TABBED_DIALOG_MARGIN_Yprivate static ConstantSizeMacLayoutStyle. UNRELATED_COMPONENTS_PADXprivate static ConstantSizeWindowsLayoutStyle. UNRELATED_COMPONENTS_PADXprivate static ConstantSizeMacLayoutStyle. UNRELATED_COMPONENTS_PADYprivate static ConstantSizeWindowsLayoutStyle. UNRELATED_COMPONENTS_PADYMethods in com.jgoodies.forms.util that return ConstantSize Modifier and Type Method Description abstract ConstantSizeLayoutStyle. getButtonBarPad()Returns a pad used to separate a button bar from a component.ConstantSizeMacLayoutStyle. getButtonBarPad()ConstantSizeWindowsLayoutStyle. getButtonBarPad()abstract ConstantSizeLayoutStyle. getDialogMarginX()Returns this style's horizontal margin for general dialogs.ConstantSizeMacLayoutStyle. getDialogMarginX()ConstantSizeWindowsLayoutStyle. getDialogMarginX()abstract ConstantSizeLayoutStyle. getDialogMarginY()Returns this style's vertical margin for general dialogs.ConstantSizeMacLayoutStyle. getDialogMarginY()ConstantSizeWindowsLayoutStyle. getDialogMarginY()abstract ConstantSizeLayoutStyle. getLabelComponentPadX()Returns a gap used to separate a label and associated control.ConstantSizeMacLayoutStyle. getLabelComponentPadX()ConstantSizeWindowsLayoutStyle. getLabelComponentPadX()abstract ConstantSizeLayoutStyle. getLabelComponentPadY()Returns a gap used to separate a label and associated control.ConstantSizeMacLayoutStyle. getLabelComponentPadY()ConstantSizeWindowsLayoutStyle. getLabelComponentPadY()abstract ConstantSizeLayoutStyle. getLinePad()Returns a narrow vertical pad used to separate lines.ConstantSizeMacLayoutStyle. getLinePad()ConstantSizeWindowsLayoutStyle. getLinePad()abstract ConstantSizeLayoutStyle. getNarrowLinePad()Returns a narrow vertical pad used to separate lines.ConstantSizeMacLayoutStyle. getNarrowLinePad()ConstantSizeWindowsLayoutStyle. getNarrowLinePad()abstract ConstantSizeLayoutStyle. getParagraphPad()Returns a pad used to separate paragraphs.ConstantSizeMacLayoutStyle. getParagraphPad()ConstantSizeWindowsLayoutStyle. getParagraphPad()abstract ConstantSizeLayoutStyle. getRelatedComponentsPadX()Returns a horizontal gap used to separate related controls.ConstantSizeMacLayoutStyle. getRelatedComponentsPadX()ConstantSizeWindowsLayoutStyle. getRelatedComponentsPadX()abstract ConstantSizeLayoutStyle. getRelatedComponentsPadY()Returns a vertical gap used to separate related controls.ConstantSizeMacLayoutStyle. getRelatedComponentsPadY()ConstantSizeWindowsLayoutStyle. getRelatedComponentsPadY()abstract ConstantSizeLayoutStyle. getTabbedDialogMarginX()Returns this style's horizontal margin for dialogs that consist of a tabbed pane.ConstantSizeMacLayoutStyle. getTabbedDialogMarginX()ConstantSizeWindowsLayoutStyle. getTabbedDialogMarginX()abstract ConstantSizeLayoutStyle. getTabbedDialogMarginY()Returns this style's vertical margin for dialogs that consist of a tabbed pane.ConstantSizeMacLayoutStyle. getTabbedDialogMarginY()ConstantSizeWindowsLayoutStyle. getTabbedDialogMarginY()abstract ConstantSizeLayoutStyle. getUnrelatedComponentsPadX()Returns a horizontal gap used to separate unrelated controls.ConstantSizeMacLayoutStyle. getUnrelatedComponentsPadX()ConstantSizeWindowsLayoutStyle. getUnrelatedComponentsPadX()abstract ConstantSizeLayoutStyle. getUnrelatedComponentsPadY()Returns a vertical gap used to separate unrelated controls.ConstantSizeMacLayoutStyle. getUnrelatedComponentsPadY()ConstantSizeWindowsLayoutStyle. getUnrelatedComponentsPadY()
-