Frames | No Frames |
Constructors with parameter type com.jgoodies.forms.layout.FormLayout | |
Constructs a FormDebugPanel on the given FormLayout instance
that paints the grid in the foreground and paints no diagonals. | |
Constructs a FormDebugPanel on the given FormLayout using
the specified settings that are otherwise turned off. |
Methods with parameter type com.jgoodies.forms.layout.FormLayout | |
void | Dumps the layout's column groups to the console. |
void | Dumps the layout's column specifications to the console. |
void | Dumps the layout's row groups to the console. |
void | Dumps the layout's row specifications to the console. |
Methods with parameter type com.jgoodies.forms.layout.FormLayout | |
String | Returns a short string representation of this constraints object. |
Constructors with parameter type com.jgoodies.forms.layout.FormLayout | |
Constructs an instance of AbstractFormBuilder for the given
container and form layout. | |
Constructs an instance of AbstractFormBuilder
for the given FormLayout and layout container. | |
Constructs an instance of DefaultFormBuilder for the given
panel and layout. | |
Constructs an instance of DefaultFormBuilder for the given
panel, layout and resource bundle. | |
Constructs an instance of DefaultFormBuilder for the given
layout. | |
Constructs an instance of DefaultFormBuilder for the given
panel and layout. | |
Constructs an instance of DefaultFormBuilder for the given
layout and resource bundle. | |
Constructs an instance of DefaultFormBuilder for the given
panel, layout and resource bundle. | |
Constructs an instance of I15dPanelBuilder
for the given FormLayout and layout container. | |
Constructs an instance of I15dPanelBuilder for the given
layout. | |
Constructs an instance of I15dPanelBuilder
for the given FormLayout and layout container. | |
Constructs an instance of PanelBuilder for the given
panel and layout. | |
Constructs an instance of PanelBuilder for the given
layout. | |
Constructs an instance of PanelBuilder for the given
FormLayout and layout container. |
Methods with return type com.jgoodies.forms.layout.FormLayout | |
FormLayout | Returns the instance of FormLayout used to build this form. |
Methods with return type com.jgoodies.forms.layout.FormLayout | |
FormLayout | Creates and returns an instance of FormLayout
to build forms with the specified number of major and minor columns. |
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. |
Methods with parameter type com.jgoodies.forms.layout.FormLayout | |
boolean | Checks and answers whether the specified column is grouped
in the given FormLayout. |
boolean | Checks and answers whether the specified row is grouped
in the given FormLayout. |