Frames | No Frames |
Methods with parameter type com.jgoodies.forms.layout.ConstantSize | |
void | Adds a strut of a specified size. |
void | Adds a strut of a specified size. |
void | Sets the size of gaps between component lines using the given
constant size. |
void | Sets the size of gaps between paragraphs using the given
constant size. |
Methods with return type com.jgoodies.forms.layout.ConstantSize | |
ConstantSize | Returns a pad used to separate a button bar from a component. |
ConstantSize | Returns this style's horizontal margin for general dialogs. |
ConstantSize | Returns this style's vertical margin for general dialogs. |
ConstantSize | Returns a gap used to separate a label and associated control. |
ConstantSize | Returns a narrow vertical pad used to separate lines. |
ConstantSize | Returns a narrow vertical pad used to separate lines. |
ConstantSize | Returns a pad used to separate paragraphs. |
ConstantSize | Returns a horizontal gap used to separate related controls. |
ConstantSize | Returns a vertical gap used to separate related controls. |
ConstantSize | Returns this style's horizontal margin for dialogs that consist of
a tabbed pane. |
ConstantSize | Returns this style's vertical margin for dialogs that consist of
a tabbed pane. |
ConstantSize | Returns a horizontal gap used to separate unrelated controls. |
ConstantSize | Returns a vertical gap used to separate unrelated controls. |
Methods with parameter type com.jgoodies.forms.layout.ConstantSize | |
FormLayout | FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ColumnSpec componentColumnSpec, ConstantSize indent, ConstantSize majorColumnGap, ConstantSize minorColumnGap) Creates and returns an instance of FormLayout
to build forms with the given number of major columns. |
FormLayout | FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ConstantSize indent, ConstantSize minorColumnGap) Creates and returns an instance of FormLayout
to build forms with the given number of major columns. |
Border | Borders.createEmptyBorder(ConstantSize top, ConstantSize left, ConstantSize bottom, ConstantSize right) Creates and returns an EmptyBorder with the specified
gaps. |
ColumnSpec | Creates and returns a ColumnSpec that represents a gap with the
specified ConstantSize . |
RowSpec | Creates and returns a RowSpec that represents a gap with the
specified ConstantSize . |
Methods with return type com.jgoodies.forms.layout.ConstantSize | |
ConstantSize | Returns this border's bottom size. |
ConstantSize | Returns this border's left size. |
ConstantSize | Returns this border's right size. |
ConstantSize | Returns this border's top size. |
Methods with return type com.jgoodies.forms.layout.ConstantSize | |
ConstantSize | Creates and returns an instance of ConstantSize from the
given encoded size and unit description. |
ConstantSize | Creates and returns a ConstantSize for the specified value
in horizontal dialog units. |
ConstantSize | Creates and returns a ConstantSize for the specified value
in vertical dialog units. |
ConstantSize | Creates and returns a ConstantSize
for the specified pixel value. |