Frames | No Frames |
Fields of type com.jgoodies.forms.layout.ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | 21 horizontal dialog units. |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | 21 vertical dialog units. |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize | |
ConstantSize |
Methods with parameter type com.jgoodies.forms.layout.ConstantSize | |
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 | 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. |
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 | |
void | Adds a horizontal strut of the specified width. |
void | Adds a horizontal strut of the specified width. |
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 parameter type com.jgoodies.forms.layout.ConstantSize | |
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. |