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 ButtonBarBuilder
ButtonBarBuilder. addStrut(ConstantSize width)
Adds a horizontal strut of the specified width.ButtonStackBuilder
ButtonStackBuilder. addStrut(ConstantSize size)
Adds a strut of a specified size.DefaultFormBuilder
DefaultFormBuilder. lineGapSize(ConstantSize lineGapSize)
Sets the size of gaps between component lines using the given constant size.DefaultFormBuilder
DefaultFormBuilder. paragraphGapSize(ConstantSize paragraphGapSize)
Sets the size of gaps between paragraphs using the given constant size.void
DefaultFormBuilder. setLineGapSize(ConstantSize lineGapSize)
Deprecated.Replaced byDefaultFormBuilder.lineGapSize(ConstantSize)
void
DefaultFormBuilder. setParagraphGapSize(ConstantSize paragraphGapSize)
Deprecated.Replaced byDefaultFormBuilder.lineGapSize(ConstantSize)
-
Uses of ConstantSize in com.jgoodies.forms.factories
Fields in com.jgoodies.forms.factories declared as ConstantSize Modifier and Type Field Description private ConstantSize
Borders.EmptyBorder. bottom
private ConstantSize
Borders.EmptyBorder. left
private ConstantSize
Borders.EmptyBorder. right
private ConstantSize
Borders.EmptyBorder. top
Methods in com.jgoodies.forms.factories that return ConstantSize Modifier and Type Method Description ConstantSize
Borders.EmptyBorder. bottom()
Returns this border's bottom size.ConstantSize
Borders.EmptyBorder. left()
Returns this border's left size.ConstantSize
Borders.EmptyBorder. right()
Returns this border's right size.ConstantSize
Borders.EmptyBorder. top()
Returns this border's top size.Methods in com.jgoodies.forms.factories with parameters of type ConstantSize Modifier and Type Method Description static javax.swing.border.Border
Borders. createEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right)
Creates and returns anEmptyBorder
with the specified gaps.Constructors in com.jgoodies.forms.factories with parameters of type ConstantSize Constructor Description EmptyBorder(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 ConstantSize
Sizes. DLUX1
static ConstantSize
Sizes. DLUX11
static ConstantSize
Sizes. DLUX14
static ConstantSize
Sizes. DLUX2
static ConstantSize
Sizes. DLUX21
21 horizontal dialog units.static ConstantSize
Sizes. DLUX3
static ConstantSize
Sizes. DLUX4
static ConstantSize
Sizes. DLUX5
static ConstantSize
Sizes. DLUX6
static ConstantSize
Sizes. DLUX7
static ConstantSize
Sizes. DLUX8
static ConstantSize
Sizes. DLUX9
static ConstantSize
Sizes. DLUY1
static ConstantSize
Sizes. DLUY11
static ConstantSize
Sizes. DLUY14
static ConstantSize
Sizes. DLUY2
static ConstantSize
Sizes. DLUY21
21 vertical dialog units.static ConstantSize
Sizes. DLUY3
static ConstantSize
Sizes. DLUY4
static ConstantSize
Sizes. DLUY5
static ConstantSize
Sizes. DLUY6
static ConstantSize
Sizes. DLUY7
static ConstantSize
Sizes. DLUY8
static ConstantSize
Sizes. DLUY9
static ConstantSize
Sizes. ZERO
Methods in com.jgoodies.forms.layout that return ConstantSize Modifier and Type Method Description static ConstantSize
Sizes. constant(java.lang.String encodedValueAndUnit, boolean horizontal)
Creates and returns an instance ofConstantSize
from the given encoded size and unit description.(package private) static ConstantSize
ConstantSize. dluX(int value)
Creates and returns a ConstantSize for the specified size value in horizontal dialog units.static ConstantSize
Sizes. dluX(int value)
Creates and returns a ConstantSize for the specified value in horizontal dialog units.(package private) static ConstantSize
ConstantSize. dluY(int value)
Creates and returns a ConstantSize for the specified size value in vertical dialog units.static ConstantSize
Sizes. dluY(int value)
Creates and returns a ConstantSize for the specified value in vertical dialog units.static ConstantSize
Sizes. pixel(int value)
Creates and returns a ConstantSize for the specified pixel value.(package private) static ConstantSize
ConstantSize. 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 ColumnSpec
ColumnSpec. createGap(ConstantSize gapWidth)
Creates and returns aColumnSpec
that represents a gap with the specifiedConstantSize
.static RowSpec
RowSpec. createGap(ConstantSize gapHeight)
Creates and returns aRowSpec
that 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 ConstantSize
MacLayoutStyle. BUTTON_BAR_PAD
private static ConstantSize
WindowsLayoutStyle. BUTTON_BAR_PAD
private static ConstantSize
MacLayoutStyle. DIALOG_MARGIN_X
private static ConstantSize
WindowsLayoutStyle. DIALOG_MARGIN_X
private static ConstantSize
MacLayoutStyle. DIALOG_MARGIN_Y
private static ConstantSize
WindowsLayoutStyle. DIALOG_MARGIN_Y
private static ConstantSize
MacLayoutStyle. LABEL_COMPONENT_PADX
private static ConstantSize
WindowsLayoutStyle. LABEL_COMPONENT_PADX
private static ConstantSize
MacLayoutStyle. LABEL_COMPONENT_PADY
private static ConstantSize
WindowsLayoutStyle. LABEL_COMPONENT_PADY
private static ConstantSize
MacLayoutStyle. LINE_PAD
private static ConstantSize
WindowsLayoutStyle. LINE_PAD
private static ConstantSize
MacLayoutStyle. NARROW_LINE_PAD
private static ConstantSize
WindowsLayoutStyle. NARROW_LINE_PAD
private static ConstantSize
MacLayoutStyle. PARAGRAPH_PAD
private static ConstantSize
WindowsLayoutStyle. PARAGRAPH_PAD
private static ConstantSize
MacLayoutStyle. RELATED_COMPONENTS_PADX
private static ConstantSize
WindowsLayoutStyle. RELATED_COMPONENTS_PADX
private static ConstantSize
MacLayoutStyle. RELATED_COMPONENTS_PADY
private static ConstantSize
WindowsLayoutStyle. RELATED_COMPONENTS_PADY
private static ConstantSize
MacLayoutStyle. TABBED_DIALOG_MARGIN_X
private static ConstantSize
WindowsLayoutStyle. TABBED_DIALOG_MARGIN_X
private static ConstantSize
MacLayoutStyle. TABBED_DIALOG_MARGIN_Y
private static ConstantSize
WindowsLayoutStyle. TABBED_DIALOG_MARGIN_Y
private static ConstantSize
MacLayoutStyle. UNRELATED_COMPONENTS_PADX
private static ConstantSize
WindowsLayoutStyle. UNRELATED_COMPONENTS_PADX
private static ConstantSize
MacLayoutStyle. UNRELATED_COMPONENTS_PADY
private static ConstantSize
WindowsLayoutStyle. UNRELATED_COMPONENTS_PADY
Methods in com.jgoodies.forms.util that return ConstantSize Modifier and Type Method Description abstract ConstantSize
LayoutStyle. getButtonBarPad()
Returns a pad used to separate a button bar from a component.ConstantSize
MacLayoutStyle. getButtonBarPad()
ConstantSize
WindowsLayoutStyle. getButtonBarPad()
abstract ConstantSize
LayoutStyle. getDialogMarginX()
Returns this style's horizontal margin for general dialogs.ConstantSize
MacLayoutStyle. getDialogMarginX()
ConstantSize
WindowsLayoutStyle. getDialogMarginX()
abstract ConstantSize
LayoutStyle. getDialogMarginY()
Returns this style's vertical margin for general dialogs.ConstantSize
MacLayoutStyle. getDialogMarginY()
ConstantSize
WindowsLayoutStyle. getDialogMarginY()
abstract ConstantSize
LayoutStyle. getLabelComponentPadX()
Returns a gap used to separate a label and associated control.ConstantSize
MacLayoutStyle. getLabelComponentPadX()
ConstantSize
WindowsLayoutStyle. getLabelComponentPadX()
abstract ConstantSize
LayoutStyle. getLabelComponentPadY()
Returns a gap used to separate a label and associated control.ConstantSize
MacLayoutStyle. getLabelComponentPadY()
ConstantSize
WindowsLayoutStyle. getLabelComponentPadY()
abstract ConstantSize
LayoutStyle. getLinePad()
Returns a narrow vertical pad used to separate lines.ConstantSize
MacLayoutStyle. getLinePad()
ConstantSize
WindowsLayoutStyle. getLinePad()
abstract ConstantSize
LayoutStyle. getNarrowLinePad()
Returns a narrow vertical pad used to separate lines.ConstantSize
MacLayoutStyle. getNarrowLinePad()
ConstantSize
WindowsLayoutStyle. getNarrowLinePad()
abstract ConstantSize
LayoutStyle. getParagraphPad()
Returns a pad used to separate paragraphs.ConstantSize
MacLayoutStyle. getParagraphPad()
ConstantSize
WindowsLayoutStyle. getParagraphPad()
abstract ConstantSize
LayoutStyle. getRelatedComponentsPadX()
Returns a horizontal gap used to separate related controls.ConstantSize
MacLayoutStyle. getRelatedComponentsPadX()
ConstantSize
WindowsLayoutStyle. getRelatedComponentsPadX()
abstract ConstantSize
LayoutStyle. getRelatedComponentsPadY()
Returns a vertical gap used to separate related controls.ConstantSize
MacLayoutStyle. getRelatedComponentsPadY()
ConstantSize
WindowsLayoutStyle. getRelatedComponentsPadY()
abstract ConstantSize
LayoutStyle. getTabbedDialogMarginX()
Returns this style's horizontal margin for dialogs that consist of a tabbed pane.ConstantSize
MacLayoutStyle. getTabbedDialogMarginX()
ConstantSize
WindowsLayoutStyle. getTabbedDialogMarginX()
abstract ConstantSize
LayoutStyle. getTabbedDialogMarginY()
Returns this style's vertical margin for dialogs that consist of a tabbed pane.ConstantSize
MacLayoutStyle. getTabbedDialogMarginY()
ConstantSize
WindowsLayoutStyle. getTabbedDialogMarginY()
abstract ConstantSize
LayoutStyle. getUnrelatedComponentsPadX()
Returns a horizontal gap used to separate unrelated controls.ConstantSize
MacLayoutStyle. getUnrelatedComponentsPadX()
ConstantSize
WindowsLayoutStyle. getUnrelatedComponentsPadX()
abstract ConstantSize
LayoutStyle. getUnrelatedComponentsPadY()
Returns a vertical gap used to separate unrelated controls.ConstantSize
MacLayoutStyle. getUnrelatedComponentsPadY()
ConstantSize
WindowsLayoutStyle. getUnrelatedComponentsPadY()
-