|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormLayout | |
---|---|
com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. |
com.jgoodies.forms.debug | Consists of optional classes that help you find, understand and fix layout problems |
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 |
Uses of FormLayout in com.jgoodies.forms.builder |
---|
Methods in com.jgoodies.forms.builder that return FormLayout | |
---|---|
FormLayout |
AbstractFormBuilder.getLayout()
Returns the instance of FormLayout used to build this form. |
Constructors in com.jgoodies.forms.builder with parameters of type FormLayout | |
---|---|
AbstractFormBuilder(java.awt.Container container,
FormLayout layout)
Constructs an instance of AbstractFormBuilder for the given
container and form layout. |
|
PanelBuilder(FormLayout layout)
Constructs an instance of PanelBuilder for the given
layout. |
|
PanelBuilder(javax.swing.JPanel panel,
FormLayout layout)
Constructs an instance of PanelBuilder for the given
panel and layout. |
Uses of FormLayout in com.jgoodies.forms.debug |
---|
Methods in com.jgoodies.forms.debug with parameters of type FormLayout | |
---|---|
static void |
FormDebugUtils.dumpColumnGroups(FormLayout layout)
Dumps the layout's column groups to the console. |
static void |
FormDebugUtils.dumpColumnSpecs(FormLayout layout)
Dumps the layout's column specifications to the console. |
static void |
FormDebugUtils.dumpRowGroups(FormLayout layout)
Dumps the layout's row groups to the console. |
static void |
FormDebugUtils.dumpRowSpecs(FormLayout layout)
Dumps the layout's row specifications to the console. |
Constructors in com.jgoodies.forms.debug with parameters of type FormLayout | |
---|---|
FormDebugPanel(FormLayout layout)
Constructs a FormDebugPanel on the given
FormLayout instance with all options turned off. |
|
FormDebugPanel(FormLayout layout,
boolean paintInBackground,
boolean paintDiagonals)
Constructs a FormDebugPanel on the given
FormLayout using the specified settings that are
otherwise turned off. |
Uses of FormLayout in com.jgoodies.forms.factories |
---|
Methods in com.jgoodies.forms.factories that return FormLayout | |
---|---|
static FormLayout |
FormFactory.createColumnLayout(int majorColumns,
int minorColumns,
ColumnSpec labelColumnSpec)
Creates and answers an instance of FormLayout
to build forms with the specified number of major and minor columns. |
static FormLayout |
FormFactory.createColumnLayout(int majorColumns,
int minorColumns,
ColumnSpec labelColumnSpec,
ColumnSpec componentColumnSpec,
ConstantSize indent,
ConstantSize majorColumnGap,
ConstantSize minorColumnGap)
Creates and answers an instance of FormLayout
to build forms with the given number of major columns. |
static FormLayout |
FormFactory.createColumnLayout(int majorColumns,
int minorColumns,
ColumnSpec labelColumnSpec,
ConstantSize indent,
ConstantSize minorColumnGap)
Creates and answers an instance of FormLayout
to build forms with the given number of major columns. |
Uses of FormLayout in com.jgoodies.forms.layout |
---|
Methods in com.jgoodies.forms.layout with parameters of type FormLayout | |
---|---|
java.lang.String |
CellConstraints.toShortString(FormLayout layout)
Answers a short string representation of this constraints object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |