Index

A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abbreviation - Variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
abbreviation() - Method in class com.jgoodies.forms.layout.CellConstraints.Alignment
Returns the first character of this Alignment's name.
abbreviation() - Method in class com.jgoodies.forms.layout.ConstantSize.Unit
Returns the first character of this Unit's name.
abbreviation() - Method in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
Returns the first character of this Alignment's name.
AbstractBuilder<B> - Class in com.jgoodies.forms.internal
An abstract class that minimizes the effort required to implement non-visual builders that use the FormLayout.
AbstractBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.internal.AbstractBuilder
Constructs an AbstractBuilder for the given layout and panel.
AbstractButtonPanelBuilder<B> - Class in com.jgoodies.forms.internal
The abstract superclass for ButtonBarBuilder and ButtonStackBuilder.
AbstractButtonPanelBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Constructs an AbstractButtonPanelBuilder for the given FormLayout and layout container.
AbstractFormBuilder<B> - Class in com.jgoodies.forms.internal
An abstract class that minimizes the effort required to implement non-visual builders that use the FormLayout.
AbstractFormBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.internal.AbstractFormBuilder
Constructs an AbstractFormBuilder for the given FormLayout and layout container.
AbstractUnitConverter - Class in com.jgoodies.forms.util
An abstract implementation of the UnitConverter interface that minimizes the effort required to convert font-dependent sizes to pixels.
AbstractUnitConverter() - Constructor for class com.jgoodies.forms.util.AbstractUnitConverter
 
AccessibleFormsLabel() - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory.FormsLabel.AccessibleFormsLabel
 
add(boolean, FormBuilder.FormBuildingView) - Method in class com.jgoodies.forms.builder.FormBuilder
Builds the given view into this FormBuilder's form, if expression is true.
add(boolean, Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a component to the form.
add(boolean, String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a textual label to the form.
add(boolean, Icon) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding an icon label to the form.
add(FormBuilder.FormBuildingView) - Method in class com.jgoodies.forms.builder.FormBuilder
Builds the given view into this FormBuilder's form.
add(CellConstraints) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
add(CellConstraints) - Method in class com.jgoodies.forms.builder.FormBuilder.NoOpComponentAdder
 
add(Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a component to this builder's panel.
add(Component) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Adds a component to the container using the default cell constraints.
add(Component) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Adds a component to the container using the default cell constraints.
add(Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a component to the panel using the given cell constraints.
add(Component, CellConstraints) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Adds a component to the panel using the given cell constraints.
add(Component, String) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Adds a component to the panel using the given encoded cell constraints.
add(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a textual label to the form.
add(Icon) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding an icon label to the form.
add(JLabel, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a label and component to the panel using the given cell constraints.
addBar(boolean, JButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a button bar to the form.
addBar(boolean, JCheckBox...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a check box bar to the form.
addBar(boolean, JRadioButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a radio button bar to this builder's panel.
addBar(JButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a button bar to this builder's panel.
addBar(JCheckBox...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a check box bar to this builder's panel.
addBar(JRadioButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a radio button bar to this builder's panel.
addButton(Action...) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
 
addButton(Action...) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
 
addButton(Action...) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Constructs an array of JButtons from the given Action array, and adds them as a sequence of related buttons separated by a default gap.
addButton(JComponent) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds a button component that has a minimum width specified by the LayoutStyle.getDefaultButtonWidth().
addButton(JComponent) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
Adds a button component that has a minimum width specified by the LayoutStyle.getDefaultButtonWidth().
addButton(JComponent) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
 
addButton(JComponent...) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
 
addButton(JComponent...) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
 
addButton(JComponent...) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Adds one or many sequences of related buttons.
addFixed(JComponent) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds a fixed size component with narrow margin.
addFixed(JComponent) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
Adds a fixed size component.
addGlue() - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds a glue that will be given the extra space, if this button bar is larger than its preferred size.
addGlue() - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
Adds a glue that will be given the extra space, if this box is larger than its preferred size.
addGroupedColumn(int) - Method in class com.jgoodies.forms.layout.FormLayout
Adds the specified column index to the last column group.
addGroupedRow(int) - Method in class com.jgoodies.forms.layout.FormLayout
Adds the specified row index to the last row group.
addGrowing(JComponent) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds a component that grows if the container grows.
addI15dLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) textual label to the form using the specified constraints.
addI15dLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) label and component to the panel using the given cell constraints.
addI15dLabel(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) textual label to the form using the specified constraints.
addI15dROLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) textual label to the form using the specified constraints that is intended to label a read-only component.
addI15dROLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) label and component to the panel using the given cell constraints.
addI15dROLabel(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) textual label to the form using the specified constraints that is intended to label a read-only component.
addI15dSeparator(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) titled separator to the form using the specified constraints.
addI15dSeparator(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds an internationalized (i15d) titled separator to the form using the specified constraints.
addI15dTitle(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds a title to the form using the specified constraints.
addI15dTitle(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Adds a title to the form using the specified constraints.
addImpl(Component) - Method in class com.jgoodies.forms.builder.FormBuilder
 
addImpl(Component, CellConstraints) - Method in class com.jgoodies.forms.builder.FormBuilder
 
addLabel(boolean, String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a plain label to the form.
addLabel(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label to the form using the default constraints.
addLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label to the form using the specified constraints.
addLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a label and component to the panel using the given cell constraints.
addLabel(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a plain label to the form.
addLabel(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label to the form using the specified constraints.
addLayoutComponent(Component, Object) - Method in class com.jgoodies.forms.layout.FormLayout
Adds the specified component to the layout, using the specified constraints object.
addLayoutComponent(String, Component) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Does nothing.
addLayoutComponent(String, Component) - Method in class com.jgoodies.forms.layout.FormLayout
Throws an UnsupportedOperationException.
addRaw(boolean, Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a component to the form.
addRaw(Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a component to this builder's panel.
addRelatedGap() - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds the standard horizontal gap for related components.
addRelatedGap() - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
 
addRelatedGap() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Adds the standard gap for related components.
addROLabel(boolean, String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a textual label to the form that is intended for labeling read-only components.
addROLabel(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label intended for labeling read-only components to the form using the default constraints.
addROLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label intended for labeling read-only components to the form using the specified constraints.
addROLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a label and component to the panel using the given cell constraints.
addROLabel(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a textual label to the form that is intended for labeling read-only components.
addROLabel(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a textual label intended for labeling read-only components to the form using the specified constraints.
addScrolled(boolean, Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding the given component wrapped with a JScrollPane to this builder's panel.
addScrolled(Component) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding the given component wrapped with a JScrollPane to this builder's panel.
addSeparator(boolean, String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a titled separator to the form.
addSeparator(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a titled separator to the form that spans all columns.
addSeparator(String, int) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a titled separator to the form that spans the specified columns.
addSeparator(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a titled separator to the form using the specified constraints.
addSeparator(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a titled separator to the form.
addSeparator(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a titled separator to the form using the specified constraints.
addSpec(List<String>, String, int) - Method in class com.jgoodies.forms.layout.FormSpecParser
 
addStack(boolean, JButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a button stack to this builder's panel.
addStack(boolean, JCheckBox...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a check box stack to this builder's panel.
addStack(boolean, JRadioButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a radio button stack to this builder's panel.
addStack(JButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a button stack to this builder's panel.
addStack(JCheckBox...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a check box stack to this builder's panel.
addStack(JRadioButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a radio button stack to this builder's panel.
addStrut(ConstantSize) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds a horizontal strut of the specified width.
addStrut(ConstantSize) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
Adds a strut of a specified size.
addTitle(boolean, String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for conditionally adding a title label to the form.
addTitle(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a title label to the form using the default constraints.
addTitle(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a title label to the form using the specified constraints.
addTitle(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
The first of two steps for adding a title label to the form.
addTitle(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Adds a title label to the form using the specified constraints.
addUnrelatedGap() - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
Adds the standard horizontal gap for unrelated components.
addUnrelatedGap() - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
 
addUnrelatedGap() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Adds the standard gap for unrelated components.
adjustGroupIndices(int[][], int, boolean) - Static method in class com.jgoodies.forms.layout.FormLayout
Adjusts group indices.
Alignment(String, int) - Constructor for class com.jgoodies.forms.layout.CellConstraints.Alignment
 
append(Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a component to the panel using the default constraints with a column span of 1.
append(Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a component to the panel using the default constraints with the given columnSpan.
append(Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds two components to the panel; each component will span a single data column.
append(Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds three components to the panel; each component will span a single data column.
append(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label to the panel and proceeds to the next column.
append(String, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and component to the panel.
append(String, Component, boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and component to the panel; the component will span the specified number columns.
append(String, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and component to the panel; the component will span the specified number columns.
append(String, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and two components to the panel; each component will span a single column.
append(String, Component, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and two components to the panel; each component will span a single column.
append(String, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and three components to the panel; each component will span a single column.
append(String, Component, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a text label and four components to the panel; each component will span a single column.
appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends the given column specification to the builder's layout.
appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends the given column specification to the builder's layout.
appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Appends the given column specification to the right hand side of all columns.
appendColumn(String) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a column specification to the builder's layout that represents the given string encoding.
appendColumns(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
Appends the given columns to this builder's layout.
appendGlueColumn() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a glue column.
appendGlueColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a glue column.
appendGlueRow() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a glue row.
appendGlueRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a glue row.
appendI15d(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label to the panel using the given resource key and proceeds to the next column.
appendI15d(String, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and component to the panel.
appendI15d(String, Component, boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and component to the panel.
appendI15d(String, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label to the panel using the given resource key; then proceeds to the next data column and adds a component with the given column span.
appendI15d(String, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and two components to the panel; each component will span a single column.
appendI15d(String, Component, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and two components to the panel; each component will span a single column.
appendI15d(String, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and three components to the panel; each component will span a single column.
appendI15d(String, Component, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized (i15d) text label and four components to the panel; each component will span a single column.
appendI15dSeparator(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Appends an internationalized titled separator for the given resource key that spans all columns.
appendI15dTitle(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds an internationalized title label to the panel and proceeds to the next column.
appendLabelComponentsGapColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a column that is the default gap between a label and its associated component.
appendLineGapRow() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Appends a row with this builder's line gap size.
appendParagraphGapRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a row that is the default gap for paragraphs.
appendRelatedComponentsGapColumn() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a column that is the default gap for related components.
appendRelatedComponentsGapColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a column that is the default gap for related components.
appendRelatedComponentsGapRow() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a row that is the default gap for related components.
appendRelatedComponentsGapRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a row that is the default gap for related components.
appendRow(RowSpec) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends the given row specification to the builder's layout.
appendRow(RowSpec) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends the given row specification to the builder's layout.
appendRow(RowSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Appends the given row specification to the bottom of all rows.
appendRow(String) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a row specification to the builder's layout that represents the given string encoding.
appendRows(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
Appends the given rows to this builder's layout.
appendSeparator() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a separator without text that spans all columns.
appendSeparator(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a separator with the given text that spans all columns.
appendTitle(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Adds a title label to the panel and proceeds to the next column.
appendUnrelatedComponentsGapColumn() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a column that is the default gap for unrelated components.
appendUnrelatedComponentsGapColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a column that is the default gap for unrelated components.
appendUnrelatedComponentsGapRow() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Appends a row that is the default gap for unrelated components.
appendUnrelatedComponentsGapRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Appends a row that is the default gap for unrelated components.
at(CellConstraints) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the given cell constraints.
averageCharWidthTestString - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds the string that is used to compute the average character width.

B

background(Color) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
background(Color) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's background color and the panel to be opaque.
background(Color) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
background(Color) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets the panel's background color and makes the panel opaque.
BALANCED_AVERAGE_CHARACTER_TEST_STRING - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
basis - Variable in class com.jgoodies.forms.layout.BoundedSize
Holds the base size.
border - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
border(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
border(String) - Method in class com.jgoodies.forms.builder.FormBuilder
border(String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
border(String) - Method in class com.jgoodies.forms.internal.AbstractBuilder
border(String, JComponent) - Static method in class com.jgoodies.forms.factories.Forms
border(Border) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
border(Border) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's border.
border(Border) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
border(Border) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional border that surrounds the list view including the label and details.
border(Border) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets the panel's border.
border(Border, JComponent) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where component is surrounded by the given border.
Borders - Class in com.jgoodies.forms.factories
Deprecated.
Replaced by Paddings.
Borders() - Constructor for class com.jgoodies.forms.factories.Borders
Deprecated.
 
BOTH - Static variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
BOTTOM - Static variable in class com.jgoodies.forms.factories.CC
 
BOTTOM - Static variable in class com.jgoodies.forms.layout.CellConstraints
Put the component in the bottom.
BOTTOM - Static variable in class com.jgoodies.forms.layout.RowSpec
By default put the components in the bottom.
BOTTOM_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default put the components in the bottom.
bottomMargin - Variable in class com.jgoodies.forms.factories.Paddings.Padding
 
bounded(Size, Size, Size) - Static method in class com.jgoodies.forms.layout.Sizes
Creates and returns a BoundedSize for the given basis using the specified lower and upper bounds.
BoundedSize - Class in com.jgoodies.forms.layout
Describes sizes that provide lower and upper bounds as used by the JGoodies FormLayout.
BoundedSize(Size, Size, Size) - Constructor for class com.jgoodies.forms.layout.BoundedSize
Constructs a BoundedSize for the given basis using the specified lower and upper bounds.
BOUNDS_SEPARATOR_PATTERN - Static variable in class com.jgoodies.forms.layout.FormSpec
 
build() - Method in class com.jgoodies.forms.builder.FormBuilder
Returns the panel used to build the form.
build() - Method in class com.jgoodies.forms.builder.ListViewBuilder
Lazily builds and returns the list view panel.
build() - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Returns the panel used to build the form.
build() - Method in class com.jgoodies.forms.internal.AbstractBuilder
 
build() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Returns the panel used to build the form and lazily builds a focus traversal group for all contained AbstractButtons.
builder - Variable in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
builder - Variable in class com.jgoodies.forms.builder.FormBuilder.ViewAdder
 
buildGroupedButtonBar(AbstractButton...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a button bar that consists of the given buttons.
buildGroupedButtonStack(AbstractButton...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a button bar that consists of the given buttons.
buildHeader() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
buildInto(FormBuilder) - Method in interface com.jgoodies.forms.builder.FormBuilder.FormBuildingView
Integrates this view into the form that is built by the given builder.
buildOperations() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
buildPanel() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
BUTTON_BAR_PAD - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A standardized Border that describes the gap between a component and a button bar in its bottom.
BUTTON_BAR_PAD - Static variable in class com.jgoodies.forms.factories.Paddings
A standardized reusable padding intended for the gap between a component and a button bar in its bottom.
BUTTON_BAR_PAD - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
BUTTON_BAR_PAD - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
BUTTON_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal column for a fixed size button.
BUTTON_HEIGHT - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
BUTTON_HEIGHT - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
BUTTON_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical row for a fixed size button.
BUTTON_WIDTH - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
BUTTON_WIDTH - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
buttonBar(JComponent...) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where the given buttons are laid out horizontally using a ButtonBarBuilder.
ButtonBarBuilder - Class in com.jgoodies.forms.builder
Builds consistent button bars that comply with popular style guides.
ButtonBarBuilder() - Constructor for class com.jgoodies.forms.builder.ButtonBarBuilder
Constructs an empty ButtonBarBuilder on a JPanel.
ButtonBarBuilder(JPanel) - Constructor for class com.jgoodies.forms.builder.ButtonBarBuilder
Constructs an empty ButtonBarBuilder on the given panel.
buttonStack(JComponent...) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where the given buttons are laid out vertically using a ButtonStackBuilder.
ButtonStackBuilder - Class in com.jgoodies.forms.builder
Builds consistent button stacks that comply with popular style guides.
ButtonStackBuilder() - Constructor for class com.jgoodies.forms.builder.ButtonStackBuilder
Constructs a ButtonStackBuilder on a default JPanel using a pre-configured FormLayout as layout manager.
ButtonStackBuilder(JPanel) - Constructor for class com.jgoodies.forms.builder.ButtonStackBuilder
Constructs a ButtonStackBuilder on the given panel using a pre-configured FormLayout as layout manager.

C

cache - Variable in class com.jgoodies.forms.layout.FormLayout.CachingMeasure
Holds previously requested component sizes.
CACHE - Static variable in class com.jgoodies.forms.layout.ColumnSpec
Maps encoded column specifications to ColumnSpec instances.
CACHE - Static variable in class com.jgoodies.forms.layout.RowSpec
Maps encoded row specifications to RowSpec instances.
cachedDefaultDialogFont - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds a cached default dialog font that is used as fallback, if no default dialog font has been set.
cachedDialogBaseUnits - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds the horizontal dialog base units that are valid for the FontMetrics stored in cachedFontMetrics.
cachedFontMetrics - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds the FontMetrics used to compute the per-component dialog units.
cachedGlobalDialogBaseUnits - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds the lazily created cached global dialog base units that are used if a component is not (yet) available - for example in a Border.
cachedIsLafAqua - Static variable in class com.jgoodies.forms.util.FormUtils
Holds the cached result of the Aqua l&f check.
cachedLookAndFeel - Static variable in class com.jgoodies.forms.util.FormUtils
Holds the LookAndFeel that has been used to computed cached values.
CachingMeasure(FormLayout.ComponentSizeCache) - Constructor for class com.jgoodies.forms.layout.FormLayout.CachingMeasure
 
canGrow() - Method in class com.jgoodies.forms.layout.FormSpec
Checks and answers whether this spec can grow or not.
CC - Class in com.jgoodies.forms.factories
A factory for CellConstraints objects.
CC() - Constructor for class com.jgoodies.forms.factories.CC
 
cellConstraints() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns the CellConstraints object that is used as a cursor and holds the current column span and row span.
CellConstraints - Class in com.jgoodies.forms.layout
Defines constraints for components that are laid out with the FormLayout.
CellConstraints() - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs a default instance of CellConstraints.
CellConstraints(int, int) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints for the given cell position.
CellConstraints(int, int, int, int) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints for the given cell position and size.
CellConstraints(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints for the given cell position and size, anchor, and fill.
CellConstraints(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment, Insets) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints for the complete set of available properties.
CellConstraints(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints for the given cell position, anchor, and fill.
CellConstraints(String) - Constructor for class com.jgoodies.forms.layout.CellConstraints
Constructs an instance of CellConstraints from the given encoded string properties.
CellConstraints.Alignment - Class in com.jgoodies.forms.layout
An ordinal-based serializable typesafe enumeration for component alignment types as used by the FormLayout.
CENTER - Static variable in class com.jgoodies.forms.factories.CC
 
CENTER - Static variable in class com.jgoodies.forms.layout.CellConstraints
Put the component in the center.
CENTER - Static variable in class com.jgoodies.forms.layout.ColumnSpec
By default put the components in the center.
CENTER - Static variable in class com.jgoodies.forms.layout.RowSpec
By default put the components in the center.
CENTER_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default put the components in the center.
centered(JComponent) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where component is centered.
centerSeparators - Variable in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
 
CENTIMETER - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
centimeterAsPixel(double, int) - Static method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Centimeters and returns pixels using the specified resolution.
centimeterAsPixel(double, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts Centimeters and returns pixels using the resolution of the given component's graphics object.
centimeterAsPixel(double, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Centimeters and returns pixels using the resolution of the given component's graphics object.
centimeterAsPixel(double, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts Centimeters and returns pixels using the resolution of the given component's graphics object.
checkBoxBar(JCheckBox...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given check boxes are laid out horizontally.
checkBoxStack(JCheckBox...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given check boxes are laid out vertically.
checkConstraints(CellConstraints, CellConstraints) - Static method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
 
checkValidFocusTraversalSetup() - Method in class com.jgoodies.forms.builder.FormBuilder
Checks that if the API user has set a focus traversal policy, no focus traversal type and no initial component has been set.
checkValidFocusTraversalSetup() - Method in class com.jgoodies.forms.builder.ListViewBuilder
Checks that if the API user has set a focus traversal policy, no focus traversal type and no initial component has been set.
checkValidFocusTraversalSetup(FocusTraversalPolicy, FocusTraversalType, Component) - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
Checks that if the API user has set a focus traversal policy, no focus traversal type and no initial component has been set.
clearCache() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Invalidates the caches.
clearLookAndFeelBasedCaches() - Static method in class com.jgoodies.forms.util.FormUtils
Clears cached internal Forms state that is based on the Look&Feel, for example dialog base units.
clearMostRecentlyAddedLabel() - Method in class com.jgoodies.forms.builder.FormBuilder
Clears the reference to the most recently added mnemonic label.
clearMostRecentlyAddedLabel() - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Clears the reference to the most recently added mnemonic label.
clone() - Method in class com.jgoodies.forms.layout.CellConstraints
Creates a copy of this cell constraints object.
CM - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
COL_SPECS - Static variable in class com.jgoodies.forms.builder.ButtonBarBuilder
Specifies the columns of the initial FormLayout used in constructors.
COL_SPECS - Static variable in class com.jgoodies.forms.builder.ButtonStackBuilder
Specifies the FormLayout's the single button stack column.
colComponents - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the components that occupy exactly one column.
colGroupIndices - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the column groups as an array of arrays of column indices.
colSpecs - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the column specifications.
COLUMN_ALIASES - Static variable in class com.jgoodies.forms.layout.LayoutMap
Maps column aliases to their default name, for example "rgap" -> "related-gap".
columnContainsComponent(Container, int) - Static method in class com.jgoodies.forms.extras.FormLayoutUtils
Checks and answers whether the given FormLayout container contains a component in the specified column.
columnContainsKey(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Returns true if this map or a parent map - if any - contains a mapping for the specified key.
columnGet(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Looks up and returns the String associated with the given key.
columnGroup(int...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout to group (make equally wide) the columns with the given indices.
columnGroups(int[]...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout to group (make equally wide) the columns per array of column indices.
columnMap - Variable in class com.jgoodies.forms.layout.LayoutMap
Holds the raw associations from variable names to expressions.
columnMapCache - Variable in class com.jgoodies.forms.layout.LayoutMap
Holds the cached associations from variable names to expressions.
columnOrigins - Variable in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Holds the origins of the columns.
columnPut(String, ColumnSpec) - Method in class com.jgoodies.forms.layout.LayoutMap
 
columnPut(String, Size) - Method in class com.jgoodies.forms.layout.LayoutMap
 
columnPut(String, String) - Method in class com.jgoodies.forms.layout.LayoutMap
Associates the specified column String with the specified key in this map.
columnPut(String, String[], ColumnSpec) - Method in class com.jgoodies.forms.layout.LayoutMap
 
columnRemove(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Removes the column value mapping for this key from this map if it is present.
columns(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout columns using a comma-separated string of column specifications.
ColumnSpec - Class in com.jgoodies.forms.layout
Specifies columns in FormLayout by their default orientation, start size and resizing behavior.
ColumnSpec(FormSpec.DefaultAlignment, Size, double) - Constructor for class com.jgoodies.forms.layout.ColumnSpec
Constructs a ColumnSpec for the given default alignment, size and resize weight.
ColumnSpec(Size) - Constructor for class com.jgoodies.forms.layout.ColumnSpec
Constructs a ColumnSpec for the given size using the default alignment, and no resizing.
ColumnSpec(String) - Constructor for class com.jgoodies.forms.layout.ColumnSpec
Constructs a ColumnSpec from the specified encoded description.
columnSpecs - Variable in class com.jgoodies.forms.builder.FormBuilder
 
com.jgoodies.forms - package com.jgoodies.forms
 
com.jgoodies.forms.builder - package com.jgoodies.forms.builder
Contains optional builder classes of the Forms framework.
com.jgoodies.forms.debug - package com.jgoodies.forms.debug
Consists of optional classes that help you find, understand and fix layout problems.
com.jgoodies.forms.extras - package com.jgoodies.forms.extras
Contains optional Forms framework classes that ship only with the JGoodies Forms source distribution and are not yet part of the binary Forms library.
com.jgoodies.forms.factories - package com.jgoodies.forms.factories
Consists of optional Forms framework factory classes that assist you in building consistent forms quickly.
com.jgoodies.forms.internal - package com.jgoodies.forms.internal
 
com.jgoodies.forms.layout - package 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 - package com.jgoodies.forms.util
Consists of Forms framework helper classes for unit conversion and layout styles.
component - Variable in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
ComponentAdder(FormBuilder, Component) - Constructor for class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
componentFactory - Variable in class com.jgoodies.forms.internal.AbstractBuilder
Refers to a factory that is used to create labels, titles, separators, and buttons.
ComponentFactory - Interface in com.jgoodies.forms.factories
An interface that defines the factory methods as used by the FormBuilder, ListViewBuilder, and other builders.
componentFactoryDefault - Static variable in class com.jgoodies.forms.FormsSetup
Holds the global factory that is used as default for the per-instance component factory.
components - Variable in class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
Holds a copy of the container's components.
componentSize(Component, FormSpec, int, FormLayout.Measure, FormLayout.Measure) - Static method in class com.jgoodies.forms.layout.CellConstraints
Computes and returns the pixel size of the given component using the given form specification, measures, and cell size.
ComponentSize(String) - Constructor for class com.jgoodies.forms.layout.Sizes.ComponentSize
 
componentSizeCache - Variable in class com.jgoodies.forms.layout.FormLayout
Caches component minimum and preferred sizes.
ComponentSizeCache(int) - Constructor for class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Constructs a ComponentSizeCache.
compressedSizes(List, int, int, int, int[], int[]) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the compressed sizes.
compressible() - Method in class com.jgoodies.forms.layout.BoundedSize
Describes if this Size can be compressed, if container space gets scarce.
compressible() - Method in class com.jgoodies.forms.layout.ConstantSize
Describes if this Size can be compressed, if container space gets scarce.
compressible() - Method in class com.jgoodies.forms.layout.PrototypeSize
Describes if this Size can be compressed, if container space gets scarce.
compressible() - Method in interface com.jgoodies.forms.layout.Size
Describes if this Size can be compressed, if container space gets scarce.
compressible() - Method in class com.jgoodies.forms.layout.Sizes.ComponentSize
Describes if this Size can be compressed, if container space gets scarce.
computeAverageCharWidth(FontMetrics, String) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Computes and returns the average character width of the specified test string using the given FontMetrics.
computeDialogBaseUnits(FontMetrics) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Computes and returns the horizontal dialog base units.
computeGlobalDialogBaseUnits() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Computes the global dialog base units.
computeGridOrigins(Container, int, int, List, List[], int[][], FormLayout.Measure, FormLayout.Measure) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the grid's origins.
computeLayoutSize(Container, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the layout size of the given parent container using the specified measures.
computeMaximumFixedSpanTable(List) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns a table that maps a column/row index to the maximum number of columns/rows that a component can span without spanning a growing column.
computeOrigins(int[], int) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes origins from sizes taking the specified offset into account.
concreteAlignment(CellConstraints.Alignment, FormSpec) - Static method in class com.jgoodies.forms.layout.CellConstraints
Computes and returns the concrete alignment.
constant(String, boolean) - Static method in class com.jgoodies.forms.layout.Sizes
Creates and returns an instance of ConstantSize from the given encoded size and unit description.
ConstantSize - Class in com.jgoodies.forms.layout
An implementation of the Size interface that represents constant sizes described by a value and unit, for example: 10 pixel, 15 point or 4 dialog units.
ConstantSize(double, ConstantSize.Unit) - Constructor for class com.jgoodies.forms.layout.ConstantSize
Constructs a ConstantSize for the given size and unit.
ConstantSize(int, ConstantSize.Unit) - Constructor for class com.jgoodies.forms.layout.ConstantSize
Constructs a ConstantSize for the given size and unit.
ConstantSize.Unit - Class in com.jgoodies.forms.layout
An ordinal-based serializable typesafe enumeration for units as used in instances of ConstantSize.
ConstraintIterator(Container) - Constructor for class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
Constructs a ConstraintIterator for the given FormLayout container.
constraintMap - Variable in class com.jgoodies.forms.layout.FormLayout
Maps components to their associated CellConstraints.
CONTAINER_ORDER - Enum constant in enum class com.jgoodies.forms.util.FocusTraversalType
A focus traversal type that shall be turned into a focus traversal policy that is based on the container order, for example ContainerOrderFocusTraversalPolicy or JGContainerOrderFocusTraversalPolicy.
containerOrderFTPConstructor - Static variable in class com.jgoodies.forms.internal.InternalFocusSetupUtils
Holds the JGContainerOrderFocusTraversalPolicy's constructor - if in the class path.
create() - Static method in class com.jgoodies.forms.builder.ButtonBarBuilder
 
create() - Static method in class com.jgoodies.forms.builder.ButtonStackBuilder
Creates and returns an empty ButtonStackBuilder.
create() - Static method in class com.jgoodies.forms.builder.FormBuilder
Creates and return a new FormBuilder instance.
create() - Static method in class com.jgoodies.forms.builder.ListViewBuilder
Creates and returns a ListViewBuilder using the global default component factory.
createButton(Action) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a button that is bound to the given Action.
createButton(Action) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a button that is bound to the given Action.
createButton(Action) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Creates and returns a button that is bound to the given Action.
createComponentFactory() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Invoked when the per-instance component factory is lazily initialized.
createContainerOrderFocusTraversalPolicy(Component) - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
createDefaultGlobalComponent() - Static method in class com.jgoodies.forms.util.DefaultUnitConverter
Creates and returns a component that is used to lookup the default font metrics.
createEmptyBorder(ConstantSize, ConstantSize, ConstantSize, ConstantSize) - Static method in class com.jgoodies.forms.factories.Borders
createEmptyBorder(String) - Static method in class com.jgoodies.forms.factories.Borders
createGap(ConstantSize) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Creates and returns a ColumnSpec that represents a gap with the specified ConstantSize.
createGap(ConstantSize) - Static method in class com.jgoodies.forms.layout.RowSpec
Creates and returns a RowSpec that represents a gap with the specified ConstantSize.
createHeaderLabel(String) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a label intended for pane headers that uses a larger font than the control font and a special foreground color.
createHeaderLabel(String) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
 
createLabel(String) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a label with an optional mnemonic.
createLabel(String) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a label with an optional mnemonic.
createLayoutFocusTraversalPolicy(Component) - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
createLeftAdjustedConstraints(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Creates and returns a CellConstraints object at the current cursor position that uses the given column span and is adjusted to the left.
createPadding(ConstantSize, ConstantSize, ConstantSize, ConstantSize) - Static method in class com.jgoodies.forms.factories.Paddings
Creates and returns a padding (an instance of EmptyBorder) with the specified margins.
createPadding(String, Object...) - Static method in class com.jgoodies.forms.factories.Paddings
Creates and returns a padding (an instance of EmptyBorder) using sizes as specified by the given string.
createReadOnlyLabel(String) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a label with an optional mnemonic that is intended to label a read-only component.
createReadOnlyLabel(String) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a label with an optional mnemonic that is intended to label a read-only component.
createRoot() - Static method in class com.jgoodies.forms.layout.LayoutMap
 
createSeparator(String) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a labeled separator with the label in the left-hand side.
createSeparator(String, int) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a labeled separator.
createSeparator(String, int) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a labeled separator.
createSeparator(JLabel) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a labeled separator.
createTitle(String) - Method in interface com.jgoodies.forms.factories.ComponentFactory
Creates and returns a title label that uses the foreground color and font of a TitledBorder.
createTitle(String) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory
Creates and returns a title label that uses the foreground color and font of a TitledBorder.
current - Static variable in class com.jgoodies.forms.util.LayoutStyle
Holds the current layout style.
currentCellConstraints - Variable in class com.jgoodies.forms.internal.AbstractBuilder
Holds an instance of CellConstraints that will be used to specify the location, extent and alignments of the component to be added next.

D

debug - Variable in class com.jgoodies.forms.builder.FormBuilder
 
debug(boolean) - Method in class com.jgoodies.forms.builder.FormBuilder
Enables or disables the display of layout debug information.
DEBUG_TOOL_TIPS_ENABLED_KEY - Static variable in class com.jgoodies.forms.FormsSetup
 
debugToolTipsEnabled - Variable in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
debugToolTipsEnabled - Static variable in class com.jgoodies.forms.FormsSetup
 
debugToolTipsEnabled(boolean) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
decode(String) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Parses the encoded column specification and returns a ColumnSpec object that represents the string.
decode(String) - Static method in class com.jgoodies.forms.layout.RowSpec
Parses the encoded row specification and returns a RowSpec object that represents the string.
decode(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Parses the encoded column specifications and returns a ColumnSpec object that represents the string.
decode(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.RowSpec
Parses the encoded row specifications and returns a RowSpec object that represents the string.
decodeAlignment(String) - Static method in class com.jgoodies.forms.layout.CellConstraints
Parses an alignment string description and returns the corresponding alignment value.
decodeExpanded(String) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Decodes an expanded, trimmed, lower case column spec.
decodeExpanded(String) - Static method in class com.jgoodies.forms.layout.RowSpec
Decodes an expanded, trimmed, lower case row spec.
decodeInt(String) - Static method in class com.jgoodies.forms.layout.CellConstraints
Decodes an integer string representation and returns the associated Integer or null in case of an invalid number format.
decodeSpecs(String) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Parses and splits encoded column specifications using the default LayoutMap and returns an array of ColumnSpec objects.
decodeSpecs(String) - Static method in class com.jgoodies.forms.layout.RowSpec
Parses and splits encoded row specifications using the default LayoutMap and returns an array of RowSpec objects.
decodeSpecs(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.ColumnSpec
Splits and parses the encoded column specifications using the given LayoutMap and returns an array of ColumnSpec objects.
decodeSpecs(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.RowSpec
Parses and splits encoded row specifications using the given LayoutMap and returns an array of RowSpec objects.
deepClone(int[][]) - Static method in class com.jgoodies.forms.layout.FormLayout
Creates and returns a deep copy of the given array.
DEFAULT - Enum constant in enum class com.jgoodies.forms.builder.FormBuilder.LabelType
 
DEFAULT - Static variable in class com.jgoodies.forms.factories.CC
 
DEFAULT - Static variable in class com.jgoodies.forms.layout.CellConstraints
Use the column's or row's default alignment.
DEFAULT - Static variable in class com.jgoodies.forms.layout.ColumnSpec
Unless overridden the default alignment for a column is FILL.
DEFAULT - Static variable in class com.jgoodies.forms.layout.RowSpec
Unless overridden the default alignment for a row is CENTER.
DEFAULT - Static variable in class com.jgoodies.forms.layout.Sizes
Use the maximum of all component sizes as column or row size; measures preferred sizes when asked for the preferred size and minimum sizes when asked for the minimum size.
DEFAULT_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable ColumnSpec that determines its preferred width by computing the maximum of all column component preferred widths and its minimum width by computing all column component minimum widths.
DEFAULT_GRID_COLOR - Static variable in class com.jgoodies.forms.debug.FormDebugPanel
The default color used to paint the form's debug grid.
DEFAULT_GROW - Static variable in class com.jgoodies.forms.layout.FormSpec
The default resize weight.
DEFAULT_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable RowSpec that determines its preferred height by computing the maximum of all column component preferred heights and its minimum height by computing all column component minimum heights.
defaultAlignment - Variable in class com.jgoodies.forms.layout.FormSpec
Holds the default alignment that will be used if a cell does not override this default.
DefaultAlignment(String) - Constructor for class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
 
defaultAlignmentExplicitlySet - Variable in class com.jgoodies.forms.layout.FormSpec
Describes whether the default alignment has been explictly set.
DefaultComponentFactory - Class in com.jgoodies.forms.factories
A singleton implementation of the ComponentFactory interface that creates UI components as required by the FormBuilder, ListViewBuilder, and other builders.
DefaultComponentFactory() - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory
 
DefaultComponentFactory.FormsLabel - Class in com.jgoodies.forms.factories
Differs from its superclass JLabel in that it removes a trailing colon (':') - if any - from the label's accessible name.
DefaultComponentFactory.FormsLabel.AccessibleFormsLabel - Class in com.jgoodies.forms.factories
This class implements accessibility support for FormsLabels.
DefaultComponentFactory.ReadOnlyLabel - Class in com.jgoodies.forms.factories
A FormsLabel subclasses intended to label read-only components.
DefaultComponentFactory.TitledSeparatorLayout - Class in com.jgoodies.forms.factories
A layout for the title label and separator(s) in titled separators.
DefaultComponentFactory.TitleLabel - Class in com.jgoodies.forms.factories
A label that uses the TitleBorder font and color.
defaultDialogFont - Variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds a custom font that is used to compute the global dialog base units.
DefaultFormBuilder - Class in com.jgoodies.forms.builder
Deprecated.
Replaced by the FormBuilder and the internationalization support provided by the JGoodies Smart Client Resources class. Although deprecated, this class will remain in the Forms library for the next versions.
DefaultFormBuilder(FormLayout) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout.
DefaultFormBuilder(FormLayout, StringResourceAccessor) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout and resource bundle.
DefaultFormBuilder(FormLayout, StringResourceAccessor, JPanel) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout, resource bundle, and panel.
DefaultFormBuilder(FormLayout, ResourceBundle) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout and resource bundle.
DefaultFormBuilder(FormLayout, ResourceBundle, JPanel) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout, resource bundle, and panel.
DefaultFormBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Constructs a DefaultFormBuilder for the given layout and panel.
defaultLabelType - Variable in class com.jgoodies.forms.builder.FormBuilder
 
defaultLabelType(FormBuilder.LabelType) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets a new value for the default label type that is used to determine whether FormBuilder.add(String, Object...) delegates to FormBuilder.addLabel(String, Object...) or FormBuilder.addROLabel(String, Object...).
defaultRowSpec - Variable in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Holds the row specification that is reused to describe rows that are intended for labels and components.
defaultRowSpec(RowSpec) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Sets the row specification that shall be used for component rows.
defaultScreenResolution - Static variable in class com.jgoodies.forms.util.AbstractUnitConverter
 
defaultUnit - Static variable in class com.jgoodies.forms.layout.Sizes
Holds the Unit that is used if no Unit is provided in encoded ConstantSizes.
DefaultUnitConverter - Class in com.jgoodies.forms.util
This is the default implementation of the UnitConverter interface.
DefaultUnitConverter() - Constructor for class com.jgoodies.forms.util.DefaultUnitConverter
Constructs a DefaultUnitConverter and registers a listener that handles changes in the look&feel.
DefaultUnitConverter.DialogBaseUnits - Class in com.jgoodies.forms.util
Describes horizontal and vertical dialog base units.
detailsView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
detailsView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional details view that is located under the list view.
DIALOG - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A standardized Border that describes the border around a dialog content that has no tabs.
DIALOG - Static variable in class com.jgoodies.forms.factories.Paddings
A standardized reusable padding for dialogs without tabs.
DIALOG_MARGIN_X - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
DIALOG_MARGIN_X - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
DIALOG_MARGIN_Y - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
DIALOG_MARGIN_Y - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
DIALOG_UNITS_X - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
DIALOG_UNITS_Y - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
DialogBaseUnits(double, double) - Constructor for class com.jgoodies.forms.util.DefaultUnitConverter.DialogBaseUnits
 
dialogUnitXAsPixel(int, double) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts horizontal dialog units and returns pixels.
dialogUnitXAsPixel(int, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts horizontal dialog units and returns pixels.
dialogUnitXAsPixel(int, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts horizontal dialog units and returns pixels.
dialogUnitXAsPixel(int, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts horizontal dialog units and returns pixels.
dialogUnitYAsPixel(int, double) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts vertical dialog units and returns pixels.
dialogUnitYAsPixel(int, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts vertical dialog units and returns pixels.
dialogUnitYAsPixel(int, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts vertical dialog units and returns pixels.
dialogUnitYAsPixel(int, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts vertical dialog units and returns pixels.
DIGIT_PATTERN - Static variable in class com.jgoodies.forms.layout.FormSpecParser
 
distributedSizes(List, int, int, int[]) - Static method in class com.jgoodies.forms.layout.FormLayout
Distributes free space over columns and rows and returns the sizes after this distribution process.
DLU14 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared Border with 14dlu on all sides.
DLU14 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable padding with 14dlu on all sides.
DLU2 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared and reusable Border with 2dlu on all sides.
DLU2 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable padding with 2dlu on all sides.
DLU21 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared Border with 21dlu on all sides.
DLU21 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared padding with 21dlu on all sides.
DLU4 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared and reusable Border with 4dlu on all sides.
DLU4 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable padding with 4dlu on all sides.
DLU7 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared and reusable Border with 7dlu on all sides.
DLU7 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable padding with 7dlu on all sides.
DLU9 - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared and reusable Border with 9dlu on all sides.
DLU9 - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable padding with 9dlu on all sides.
dluX(int) - Static method in class com.jgoodies.forms.layout.ConstantSize
Creates and returns a ConstantSize for the specified size value in horizontal dialog units.
dluX(int) - Static method in class com.jgoodies.forms.layout.Sizes
Creates and returns a ConstantSize for the specified value in horizontal dialog units.
DLUX - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
DLUX1 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX11 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX14 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX2 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX21 - Static variable in class com.jgoodies.forms.layout.Sizes
21 horizontal dialog units.
DLUX3 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX4 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX5 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX6 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX7 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX8 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUX9 - Static variable in class com.jgoodies.forms.layout.Sizes
 
dluY(int) - Static method in class com.jgoodies.forms.layout.ConstantSize
Creates and returns a ConstantSize for the specified size value in vertical dialog units.
dluY(int) - Static method in class com.jgoodies.forms.layout.Sizes
Creates and returns a ConstantSize for the specified value in vertical dialog units.
DLUY - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
DLUY1 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY11 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY14 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY2 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY21 - Static variable in class com.jgoodies.forms.layout.Sizes
21 vertical dialog units.
DLUY3 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY4 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY5 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY6 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY7 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY8 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DLUY9 - Static variable in class com.jgoodies.forms.layout.Sizes
 
DTP_RESOLUTION - Static variable in class com.jgoodies.forms.util.AbstractUnitConverter
 
dumpAll(Container) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps all layout state to the console: column and row specifications, column and row groups, grid bounds and cell constraints.
dumpColumnGroups(FormLayout) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the layout's column groups to the console.
dumpColumnSpecs(FormLayout) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the layout's column specifications to the console.
dumpConstraints(Container) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the component constraints to the console.
dumpGridBounds(FormLayout.LayoutInfo) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the grid layout info to the console.
dumpGridBounds(Container) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the container's grid info to the console if and only if the container's layout is a FormLayout.
dumpGroups(String, int[][]) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the given groups to the console.
dumpRowGroups(FormLayout) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the layout's row groups to the console.
dumpRowSpecs(FormLayout) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Dumps the layout's row specifications to the console.

E

EMPTY - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A prepared and reusable EmptyBorder without gaps.
EMPTY - Static variable in class com.jgoodies.forms.factories.Paddings
A prepared and reusable EmptyBorder without gaps.
EMPTY_INSETS - Static variable in class com.jgoodies.forms.layout.CellConstraints
A reusable Insets object to reduce object instantiation.
encode() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns a parseable string representation of this bounded size.
encode() - Method in class com.jgoodies.forms.layout.ConstantSize
Returns a parseable string representation of this constant size.
encode() - Method in class com.jgoodies.forms.layout.ConstantSize.Unit
Returns a parseable string representation of this unit.
encode() - Method in class com.jgoodies.forms.layout.FormSpec
Returns a short and parseable string representation of this form specification.
encode() - Method in class com.jgoodies.forms.layout.PrototypeSize
Returns a parseable string representation of this prototype size.
encode() - Method in interface com.jgoodies.forms.layout.Size
Returns a String respresentation of this Size object that can be parsed by the Forms parser.
encode() - Method in class com.jgoodies.forms.layout.Sizes.ComponentSize
Returns a parseable string representation of this ComponentSize.
ensureCursorColumnInGrid() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Ensures that the cursor is in the grid.
ensureHasComponentLine() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Ensures that the form has a component row.
ensureHasGapRow(RowSpec) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Ensures that we have a gap row before the next component row.
ensureLowerCase(String) - Static method in class com.jgoodies.forms.layout.LayoutMap
 
ensureValidCache() - Static method in class com.jgoodies.forms.util.FormUtils
 
ensureValidGridBounds(int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Checks and verifies that this constraints object has valid grid index values, i.
ensureValidOrientations(CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.layout.CellConstraints
Checks and verifies that the horizontal alignment is a horizontal and the vertical alignment is vertical.
equals(Object) - Method in class com.jgoodies.forms.layout.BoundedSize
Indicates whether some other BoundedSize is "equal to" this one.
equals(Object) - Method in class com.jgoodies.forms.layout.ConstantSize
Indicates whether some other ConstantSize is "equal to" this one.
equals(Object) - Method in class com.jgoodies.forms.layout.PrototypeSize
Indicates whether some other ConstantSize is "equal to" this one.
expand(String, boolean) - Method in class com.jgoodies.forms.layout.LayoutMap
 
expansion(String, boolean) - Method in class com.jgoodies.forms.layout.LayoutMap
 
expression - Variable in class com.jgoodies.forms.builder.FormBuilder.ViewAdder
 
expression - Variable in class com.jgoodies.forms.layout.FormSpecParser.Multiplier
 
extent(CellConstraints.Alignment, int, int) - Static method in class com.jgoodies.forms.layout.CellConstraints
Returns the component's pixel extent.

F

factory - Variable in class com.jgoodies.forms.builder.FormBuilder
 
factory - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
factory(ComponentFactory) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets factory as this builder's new component factory that is used when adding implicitly created components such as labels, titles, or titled separators.
factory(ComponentFactory) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets factory as this builder's new component factory that is used to create the label or header components.
fail(int, NumberFormatException) - Method in class com.jgoodies.forms.layout.FormSpecParser
 
fail(int, String) - Method in class com.jgoodies.forms.layout.FormSpecParser
 
fail(String, int, String) - Static method in class com.jgoodies.forms.layout.FormSpecParser
 
FILL - Static variable in class com.jgoodies.forms.factories.CC
 
FILL - Static variable in class com.jgoodies.forms.layout.CellConstraints
Fill the cell either horizontally or vertically.
FILL - Static variable in class com.jgoodies.forms.layout.ColumnSpec
By default fill the component into the column.
FILL - Static variable in class com.jgoodies.forms.layout.RowSpec
By default fill the component into the row.
FILL_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default fill the column or row.
filterView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
filterView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional view that will be placed in the upper right corner of the built list view panel.
filterViewColSpec - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
filterViewColumn(String, Object...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Changes the FormLayout column specification used to lay out the filter view.
FOCUS_TRAVERSAL_UTILS_NAME - Static variable in class com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
The name of the FocusTraversalUtils from the JSDL Common library.
focusGroup(AbstractButton...) - Method in class com.jgoodies.forms.builder.FormBuilder
Tries to build a focus group for the given buttons.
focusGrouped - Variable in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Indicates whether a focus group has been built in AbstractButtonPanelBuilder.build().
focusTraversal(FocusTraversalPolicy) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
focusTraversal(FocusTraversalPolicy) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.
focusTraversalPolicy - Variable in class com.jgoodies.forms.builder.FormBuilder
 
focusTraversalPolicy - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
focusTraversalPolicy(FocusTraversalPolicy) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.
focusTraversalPolicy(FocusTraversalPolicy) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.
focusTraversalType - Variable in class com.jgoodies.forms.builder.FormBuilder
 
focusTraversalType - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
focusTraversalType(FocusTraversalType) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets either a layout or container order focus traversal policy.
focusTraversalType(FocusTraversalType) - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
FocusTraversalType - Enum Class in com.jgoodies.forms.util
An abstraction for frequently used focus traversal policy types.
FocusTraversalType() - Constructor for enum class com.jgoodies.forms.util.FocusTraversalType
 
FocusTraversalUtilsAccessor - Class in com.jgoodies.forms.internal
Provides access to the FocusTraversalUtils class that ships with the JGoodies Standard Dialog Library (JSDL).
FocusTraversalUtilsAccessor() - Constructor for class com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
 
formatInt(int) - Static method in class com.jgoodies.forms.layout.CellConstraints
Returns an integer that has a minimum of two characters.
FormBuilder - Class in com.jgoodies.forms.builder
An general purpose form builder that uses the FormLayout to lay out and populate JPanels.
FormBuilder() - Constructor for class com.jgoodies.forms.builder.FormBuilder
 
FormBuilder.ComponentAdder - Class in com.jgoodies.forms.builder
 
FormBuilder.FormBuildingView - Interface in com.jgoodies.forms.builder
Describes a view that can be integrated into an existing form using FormBuilder.add(FormBuildingView).
FormBuilder.LabelType - Enum Class in com.jgoodies.forms.builder
 
FormBuilder.NoOpComponentAdder - Class in com.jgoodies.forms.builder
 
FormBuilder.ViewAdder - Class in com.jgoodies.forms.builder
 
FormDebugPanel - Class in com.jgoodies.forms.debug
A panel that paints grid bounds if and only if the panel's layout manager is a FormLayout.
FormDebugPanel() - Constructor for class com.jgoodies.forms.debug.FormDebugPanel
Constructs a FormDebugPanel with all options turned off.
FormDebugPanel(boolean, boolean) - Constructor for class com.jgoodies.forms.debug.FormDebugPanel
Constructs a FormDebugPanel on the given FormLayout using the specified settings that are otherwise turned off.
FormDebugPanel(FormLayout) - Constructor for class com.jgoodies.forms.debug.FormDebugPanel
Constructs a FormDebugPanel on the given FormLayout instance that paints the grid in the foreground and paints no diagonals.
FormDebugPanel(FormLayout, boolean, boolean) - Constructor for class com.jgoodies.forms.debug.FormDebugPanel
Constructs a FormDebugPanel on the given FormLayout using the specified settings that are otherwise turned off.
FormDebugUtils - Class in com.jgoodies.forms.debug
Provides static methods that help you understand and fix layout problems when using the FormLayout.
FormDebugUtils() - Constructor for class com.jgoodies.forms.debug.FormDebugUtils
 
FormLayout - Class in com.jgoodies.forms.layout
FormLayout is a powerful, flexible and precise general purpose layout manager.
FormLayout() - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs an empty FormLayout.
FormLayout(ColumnSpec[]) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given column specifications.
FormLayout(ColumnSpec[], RowSpec[]) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given column and row specifications.
FormLayout(String) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given encoded column specifications.
FormLayout(String, LayoutMap) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given encoded column specifications and LayoutMap.
FormLayout(String, String) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given encoded column and row specifications and the default LayoutMap.
FormLayout(String, String, LayoutMap) - Constructor for class com.jgoodies.forms.layout.FormLayout
Constructs a FormLayout using the given encoded column and row specifications and the given LayoutMap.
FormLayout.CachingMeasure - Class in com.jgoodies.forms.layout
An abstract implementation of the Measure interface that caches component sizes.
FormLayout.ComponentSizeCache - Class in com.jgoodies.forms.layout
A cache for component minimum and preferred sizes.
FormLayout.LayoutInfo - Class in com.jgoodies.forms.layout
Stores column and row origins.
FormLayout.Measure - Interface in com.jgoodies.forms.layout
An interface that describes how to measure a Component.
FormLayout.MinimumHeightMeasure - Class in com.jgoodies.forms.layout
Measures a component by computing its minimum height.
FormLayout.MinimumWidthMeasure - Class in com.jgoodies.forms.layout
Measures a component by computing its minimum width.
FormLayout.PreferredHeightMeasure - Class in com.jgoodies.forms.layout
Measures a component by computing its preferred height.
FormLayout.PreferredWidthMeasure - Class in com.jgoodies.forms.layout
Measures a component by computing its preferred width.
FormLayoutParseException(String) - Constructor for exception class com.jgoodies.forms.layout.FormSpecParser.FormLayoutParseException
 
FormLayoutParseException(String, Throwable) - Constructor for exception class com.jgoodies.forms.layout.FormSpecParser.FormLayoutParseException
 
FormLayoutUtils - Class in com.jgoodies.forms.extras
Consists only of static methods that provide convenience behavior for working with the FormLayout.
FormLayoutUtils() - Constructor for class com.jgoodies.forms.extras.FormLayoutUtils
 
FormLayoutUtils.ConstraintIterator - Class in com.jgoodies.forms.extras
Iterates over a FormLayout container's CellConstraints.
Forms - Class in com.jgoodies.forms.factories
Provides convenience behavior for building frequently used categories of forms.
Forms() - Constructor for class com.jgoodies.forms.factories.Forms
 
FormsLabel() - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory.FormsLabel
 
FormSpec - Class in com.jgoodies.forms.layout
An abstract class that specifies columns and rows in FormLayout by their default alignment, start size and resizing behavior.
FormSpec(FormSpec.DefaultAlignment, Size, double) - Constructor for class com.jgoodies.forms.layout.FormSpec
Constructs a FormSpec for the given default alignment, size, and resize weight.
FormSpec(FormSpec.DefaultAlignment, String) - Constructor for class com.jgoodies.forms.layout.FormSpec
Constructs a FormSpec from the specified encoded description.
FormSpec.DefaultAlignment - Class in com.jgoodies.forms.layout
An ordinal-based serializable typesafe enumeration for the column and row default alignment types.
FormSpecParser - Class in com.jgoodies.forms.layout
Parses encoded column and row specifications.
FormSpecParser(String, String, LayoutMap, boolean) - Constructor for class com.jgoodies.forms.layout.FormSpecParser
Constructs a parser for the given encoded column/row specification, the given LayoutMap, and orientation.
FormSpecParser.FormLayoutParseException - Exception Class in com.jgoodies.forms.layout
Used by the parser for encoded column and row specifications.
FormSpecParser.Multiplier - Class in com.jgoodies.forms.layout
Internal helper class that is returned by FormSpecParser.multiplier(String, int).
FormSpecs - Class in com.jgoodies.forms.layout
Provides frequently used column and row specifications.
FormSpecs() - Constructor for class com.jgoodies.forms.layout.FormSpecs
 
FormsSetup - Class in com.jgoodies.forms
Provides access to global Forms settings.
FormsSetup() - Constructor for class com.jgoodies.forms.FormsSetup
 
FormUtils - Class in com.jgoodies.forms.util
A library-internal class that consists only of static utility methods.
FormUtils() - Constructor for class com.jgoodies.forms.util.FormUtils
 

G

getAccessibleContext() - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.FormsLabel
Lazily creates and returns the AccessibleContext associated with this label, an instance of AccessibleFormsLabel.
getAccessibleName() - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.FormsLabel.AccessibleFormsLabel
Returns the accessible name of this label.
getAverageCharacterWidthTestString() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Returns the string used to compute the average character width.
getBasis() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns the base size, which is not-null.
getBorderInsets() - Method in class com.jgoodies.forms.factories.Paddings.Padding
 
getBorderInsets(Component) - Method in class com.jgoodies.forms.factories.Paddings.Padding
 
getBorderInsets(Component, Insets) - Method in class com.jgoodies.forms.factories.Paddings.Padding
 
getButtonBarPad() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a pad used to separate a button bar from a component.
getButtonBarPad() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getButtonBarPad() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getCachedDefaultDialogFont() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Lazily creates and returns a fallback for the dialog font that is used to compute the dialog base units.
getColumn() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
 
getColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns the cursor's column.
getColumnCount() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Returns the number of columns in the form.
getColumnCount() - Method in class com.jgoodies.forms.layout.FormLayout
Returns the number of columns in this layout.
getColumnGroups() - Method in class com.jgoodies.forms.layout.FormLayout
Returns a deep copy of the column groups.
getColumnIncrementSign() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Returns the sign (-1 or 1) used to increment the cursor's column when moving to the next column.
getColumnIncrementSign() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns the sign (-1 or 1) used to increment the cursor's column when moving to the next column.
getColumnSpec(int) - Method in class com.jgoodies.forms.layout.FormLayout
Returns the ColumnSpec at the specified column index.
getComponentFactory() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Returns this builder's component factory.
getComponentFactoryDefault() - Static method in class com.jgoodies.forms.FormsSetup
Returns the factory that is used as default for new builder's as they are created.
getConstraints(Component) - Method in class com.jgoodies.forms.layout.FormLayout
Looks up and returns the constraints for the specified component.
getConstraints0(Component) - Method in class com.jgoodies.forms.layout.FormLayout
 
getContainer() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Deprecated.
getContainerOrderFTPConstructor() - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
getCurrent() - Static method in class com.jgoodies.forms.util.LayoutStyle
Returns the current LayoutStyle.
getCursorRowSpec() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Looks up and returns the row specification of the current row.
getDebugToolTipsEnabledDefault() - Static method in class com.jgoodies.forms.FormsSetup
Returns whether the debug tool tips are enabled or not.
getDebugToolTipSystemProperty() - Static method in class com.jgoodies.forms.FormsSetup
 
getDefaultAlignment() - Method in class com.jgoodies.forms.layout.FormSpec
Returns the default alignment.
getDefaultAlignmentExplictlySet() - Method in class com.jgoodies.forms.layout.FormSpec
Returns whether the default alignment has been explicitly set or not.
getDefaultButtonHeight() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's default button height.
getDefaultButtonHeight() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getDefaultButtonHeight() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getDefaultButtonWidth() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's default button width.
getDefaultButtonWidth() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getDefaultButtonWidth() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getDefaultDialogFont() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Returns the dialog font that is used to compute the dialog base units.
getDefaultScreenResolution() - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Computes and returns the default resolution.
getDefaultUnit() - Static method in class com.jgoodies.forms.layout.Sizes
Returns the Unit that is used if an encoded ConstantSize contains no unit string.
getDialogBaseUnits(Component) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Looks up and returns the dialog base units for the given component.
getDialogBaseUnitsX(Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Gets and returns the horizontal dialog base units.
getDialogBaseUnitsX(Component) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Returns the cached or computed horizontal dialog base units.
getDialogBaseUnitsY(Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Gets and returns the vertical dialog base units.
getDialogBaseUnitsY(Component) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Returns the cached or computed vertical dialog base units for the given component.
getDialogMarginX() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's horizontal margin for general dialogs.
getDialogMarginX() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getDialogMarginX() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getDialogMarginY() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's vertical margin for general dialogs.
getDialogMarginY() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getDialogMarginY() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getDisabledForeground() - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory.ReadOnlyLabel
 
getFactory() - Method in class com.jgoodies.forms.builder.FormBuilder
 
getFactory() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
getGlobalDialogBaseUnits() - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Lazily computes and answer the global dialog base units.
getGroupMethod() - Static method in class com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
 
getHeight() - Method in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Returns the layout's height, the size between the first and last row.
getHonorsVisibility() - Method in class com.jgoodies.forms.layout.FormLayout
Returns whether invisible components shall be taken into account by this layout.
getInstance() - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory
Returns the sole instance of this factory class.
getInstance() - Static method in class com.jgoodies.forms.util.DefaultUnitConverter
Lazily instantiates and returns the sole instance.
getLabel(Container) - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
 
getLabelComponentPadX() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a gap used to separate a label and associated control.
getLabelComponentPadX() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getLabelComponentPadX() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getLabelComponentPadY() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a gap used to separate a label and associated control.
getLabelComponentPadY() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getLabelComponentPadY() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getLabelForFeatureEnabledDefault() - Static method in class com.jgoodies.forms.FormsSetup
Returns the global default for the enablement of the setLabelFor feature.
getLayout() - Method in class com.jgoodies.forms.builder.FormBuilder
 
getLayout() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Returns the FormLayout instance used to build this form.
getLayoutAlignmentX(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Returns the alignment along the y axis.
getLayoutFTPConstructor() - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
getLayoutInfo(Container) - Static method in class com.jgoodies.forms.debug.FormDebugUtils
Computes and returns the layout's grid origins.
getLayoutInfo(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the horizontal and vertical grid origins.
getLayoutMap() - Method in class com.jgoodies.forms.builder.FormBuilder
 
getLeadingColumn() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Returns the leading column.
getLeadingColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns the index of the leading column.
getLinePad() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a narrow vertical pad used to separate lines.
getLinePad() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getLinePad() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getLowerBound() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns the optional lower bound.
getMinimumSize(Component) - Method in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Returns the minimum size for the given component.
getMostRecentlyAddedLabel() - Method in class com.jgoodies.forms.builder.FormBuilder
Returns the most recently added JLabel that has a mnemonic set - if any, null, if none has been set, or if it has been cleared after setting an association before, or if it has been cleared by the garbage collector.
getMostRecentlyAddedLabel() - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Returns the most recently added JLabel that has a mnemonic set - if any, null, if none has been set, or if it has been cleared after setting an association before, or if it has been cleared by the garbage collector.
getNarrowLinePad() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a narrow vertical pad used to separate lines.
getNarrowLinePad() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getNarrowLinePad() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getOpaqueDefault() - Static method in class com.jgoodies.forms.FormsSetup
 
getOrCreateFocusTraversalPolicy(FocusTraversalPolicy, FocusTraversalType, Component) - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
getPanel() - Method in class com.jgoodies.forms.builder.FormBuilder
Returns the panel used to build the form.
getPanel() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Returns the panel used to build the form.
getParagraphPad() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a pad used to separate paragraphs.
getParagraphPad() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getParagraphPad() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getPixelSize(Component) - Method in class com.jgoodies.forms.layout.ConstantSize
Converts the size if necessary and returns the value in pixels.
getPreferredSize(Component) - Method in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Returns the preferred size for the given component.
getPrototype() - Method in class com.jgoodies.forms.layout.PrototypeSize
Returns this size's prototype string.
getRelatedComponentsPadX() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a horizontal gap used to separate related controls.
getRelatedComponentsPadX() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getRelatedComponentsPadX() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getRelatedComponentsPadY() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a vertical gap used to separate related controls.
getRelatedComponentsPadY() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getRelatedComponentsPadY() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getResizeWeight() - Method in class com.jgoodies.forms.layout.FormSpec
Returns the current resize weight.
getResourceString(String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Looks up and returns the internationalized (i15d) string for the given resource key, for example from a ResourceBundle or ResourceMap.
getRoot() - Static method in class com.jgoodies.forms.layout.LayoutMap
Lazily initializes and returns the LayoutMap that is used for variable expansion, if no custom LayoutMap is provided.
getRow() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Returns the cursor's row.
getRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns the cursor's row.
getRowCount() - Method in class com.jgoodies.forms.internal.AbstractBuilder
Returns the number of rows in the form.
getRowCount() - Method in class com.jgoodies.forms.layout.FormLayout
Returns the number of rows in this layout.
getRowGroups() - Method in class com.jgoodies.forms.layout.FormLayout
Returns a deep copy of the row groups.
getRowSpec(int) - Method in class com.jgoodies.forms.layout.FormLayout
Returns the RowSpec at the specified row index.
getScreenResolution(Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Returns the components screen resolution or the default screen resolution if the component is null or has no toolkit assigned yet.
getSize() - Method in class com.jgoodies.forms.layout.FormSpec
Returns the size.
getTabbedDialogMarginX() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's horizontal margin for dialogs that consist of a tabbed pane.
getTabbedDialogMarginX() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getTabbedDialogMarginX() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getTabbedDialogMarginY() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns this style's vertical margin for dialogs that consist of a tabbed pane.
getTabbedDialogMarginY() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getTabbedDialogMarginY() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getTitleColor() - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitleLabel
 
getTitleFont() - Static method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitleLabel
Looks up and returns the font used for title labels.
getUnit() - Method in class com.jgoodies.forms.layout.ConstantSize
Returns this size's unit.
getUnitConverter() - Static method in class com.jgoodies.forms.layout.Sizes
Returns the current UnitConverter.
getUnrelatedComponentsPadX() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a horizontal gap used to separate unrelated controls.
getUnrelatedComponentsPadX() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getUnrelatedComponentsPadX() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getUnrelatedComponentsPadY() - Method in class com.jgoodies.forms.util.LayoutStyle
Returns a vertical gap used to separate unrelated controls.
getUnrelatedComponentsPadY() - Method in class com.jgoodies.forms.util.MacLayoutStyle
 
getUnrelatedComponentsPadY() - Method in class com.jgoodies.forms.util.WindowsLayoutStyle
 
getUpperBound() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns the optional upper bound.
getValue() - Method in class com.jgoodies.forms.layout.ConstantSize
Returns this size's value.
getWidth() - Method in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Returns the layout's width, the size between the first and the last column origin.
getX() - Method in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Returns the layout's horizontal origin, the origin of the first column.
getY() - Method in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Returns the layout's vertical origin, the origin of the first row.
GLUE_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable ColumnSpec that has an initial width of 0 pixels and that grows.
GLUE_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable RowSpec that has an initial height of 0 pixels and that grows.
gridColor - Variable in class com.jgoodies.forms.debug.FormDebugPanel
Holds the color used to paint the debug grid.
gridHeight - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's vertical grid extent (number of cells).
gridWidth - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's horizontal grid extend (number of cells).
gridX - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's horizontal grid origin (starts at 1).
gridY - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's vertical grid origin (starts at 1).
groupedSizes(int[][], int[]) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the grouped sizes.
groupMethod - Static variable in class com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
Holds the public static method com.jgoodies.jsdl.common.focus.FocusTraversalUtils#group.
GROWING_BUTTON_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal column for a growing button.

H

hAlign - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's horizontal alignment.
hasDetails() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasFilter() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hashCode() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns a hash code value for the object.
hashCode() - Method in class com.jgoodies.forms.layout.ConstantSize
Returns a hash code value for the object.
hashCode() - Method in class com.jgoodies.forms.layout.PrototypeSize
Returns a hash code value for the object.
hasHeader() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasLabel() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasListBar() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasListExtras() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasNext() - Method in class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
Returns true if the iteration has more elements.
hasOperations() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
hasStack() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
headerText(String, Object...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Creates a header label for the given marked text and sets it as label view.
honorsVisibility - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
honorsVisibility - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes whether individual components shall be taken into account by the FormLayout if 1) they are invisible and 2) the FormLayout does not honor the visibility.
honorsVisibility - Variable in class com.jgoodies.forms.layout.FormLayout
 
honorsVisibility(boolean) - Method in class com.jgoodies.forms.builder.FormBuilder
Specifies whether invisible components shall be taken into account by this builder for computing the layout size and setting component bounds.
honorsVisibility(JComponent, boolean) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures how this builder's layout shall handle the visibility of the given component.
honorVisibility(boolean) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Specifies whether invisible components shall be taken into account by this builder for computing the layout size and setting component bounds.
horizontal(String, JComponent...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given components are laid out horizontally separated by gaps as described by the given FormLayout gap (column) specification.
HORIZONTAL - Static variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 

I

I15dPanelBuilder - Class in com.jgoodies.forms.builder
Deprecated.
Replaced by the internationalization support provided by the JGoodies Smart Client Resources class. Although deprecated, this class will remain in the Forms library for the next versions.
I15dPanelBuilder(FormLayout, StringResourceAccessor) - Constructor for class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.
I15dPanelBuilder(FormLayout, StringResourceAccessor, JPanel) - Constructor for class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.
I15dPanelBuilder(FormLayout, ResourceBundle) - Constructor for class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Constructs an I15dPanelBuilder for the given layout and resource bundle.
I15dPanelBuilder(FormLayout, ResourceBundle, JPanel) - Constructor for class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.
IN - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
INCH - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
inchAsPixel(double, int) - Static method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Inches and returns pixels using the specified resolution.
inchAsPixel(double, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts Inches and returns pixels using the specified resolution.
inchAsPixel(double, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Inches and returns pixels using the specified resolution.
inchAsPixel(double, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts Inches and returns pixels using the specified resolution.
index - Variable in class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
The current index in the component array.
initFromConstraints(String) - Method in class com.jgoodies.forms.layout.CellConstraints
Decodes and returns the grid bounds and alignments for this constraints as an array of six integers.
initialComponent - Variable in class com.jgoodies.forms.builder.FormBuilder
 
initialComponent - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
initialComponent(JComponent) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets a component that should receive the focus when a Window is made visible for the first time.
initialComponent(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the component that shall receive the focus if this panel's parent is made visible the first time.
initializeColAndRowComponentLists() - Method in class com.jgoodies.forms.layout.FormLayout
Initializes two lists for columns and rows that hold a column's or row's components that span only this column or row.
initialLayoutStyle() - Static method in class com.jgoodies.forms.util.LayoutStyle
Computes and returns the initial LayoutStyle.
insertColumn(int, ColumnSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Inserts the specified column at the specified position.
insertRow(int, RowSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Inserts the specified row at the specified position.
insets - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's Insets in it's display area.
instance - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
Holds the sole instance that will be lazily instantiated.
INSTANCE - Static variable in class com.jgoodies.forms.factories.DefaultComponentFactory
Holds the single instance of this class.
INSTANCE - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
INSTANCE - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
InternalFocusSetupUtils - Class in com.jgoodies.forms.internal
Provides internal convenience behavior for builders that setup a focus traversal policy directly or implicitly by specifying a focus traversal type plus optional initial component.
InternalFocusSetupUtils() - Constructor for class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
intValue() - Method in class com.jgoodies.forms.layout.ConstantSize
 
invalidate() - Method in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Invalidates the cache.
invalidateAndRepaint(Container) - Static method in class com.jgoodies.forms.layout.FormLayout
 
invalidateCaches() - Method in class com.jgoodies.forms.layout.FormLayout
Invalidates the component size caches.
invalidateLayout(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidatePanel() - Method in class com.jgoodies.forms.builder.ListViewBuilder
 
isConstant(Size) - Static method in class com.jgoodies.forms.layout.FormSpec
 
isDebugToolTipsEnabled() - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
isGrouped(int[][], int) - Static method in class com.jgoodies.forms.extras.FormLayoutUtils
Checks and answers whether the specified index is contained in one of the given group indices.
isGroupedColumn(FormLayout, int) - Static method in class com.jgoodies.forms.extras.FormLayoutUtils
Checks and answers whether the specified column is grouped in the given FormLayout.
isGroupedRow(FormLayout, int) - Static method in class com.jgoodies.forms.extras.FormLayoutUtils
Checks and answers whether the specified row is grouped in the given FormLayout.
isHorizontal() - Method in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
isHorizontal() - Method in class com.jgoodies.forms.layout.ColumnSpec
Returns if this is a horizontal specification (vs.
isHorizontal() - Method in class com.jgoodies.forms.layout.FormSpec
Returns if this is a horizontal specification (vs.
isHorizontal() - Method in class com.jgoodies.forms.layout.RowSpec
Returns if this is a horizontal specification (vs.
isLabelForApplicable(JLabel, Component) - Static method in class com.jgoodies.forms.builder.FormBuilder
Checks and answers whether the given component shall be set as component for a previously added label using JLabel.setLabelFor(Component).
isLabelForApplicable(JLabel, Component) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Checks and answers whether the given component shall be set as component for a previously added label using JLabel.setLabelFor(Component).
isLafAqua() - Static method in class com.jgoodies.forms.util.FormUtils
Lazily checks and answers whether the Aqua look&feel is active.
isLeftToRight() - Method in class com.jgoodies.forms.builder.FormBuilder
 
isLeftToRight() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Returns whether this builder fills the form left-to-right or right-to-left.
isLeftToRight() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Returns whether this builder fills the form left-to-right or right-to-left.
isVertical() - Method in class com.jgoodies.forms.layout.CellConstraints.Alignment
 

J

JGContainerOrderFocusTraversalPolicy_NAME - Static variable in class com.jgoodies.forms.internal.InternalFocusSetupUtils
The name of the commercial JGContainerOrderFocusTraversalPolicy from the JSDL Common library that supports grouping buttons.
JGLayoutFocusTraversalPolicy_NAME - Static variable in class com.jgoodies.forms.internal.InternalFocusSetupUtils
The name of the commercial JGLayoutFocusTraversalPolicy from the JSDL Common library that supports grouping buttons.

L

label - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
label(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the mandatory label view.
LABEL_COMPONENT_GAP_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal gap between a label and an associated component.
LABEL_COMPONENT_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal gap between a label and an associated component.
LABEL_COMPONENT_PADX - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
LABEL_COMPONENT_PADX - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
LABEL_COMPONENT_PADY - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
LABEL_COMPONENT_PADY - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
LABELED_BY_PROPERTY - Static variable in class com.jgoodies.forms.builder.FormBuilder
A JComponent client property that is used to determine the label labeling a component.
LABELED_BY_PROPERTY - Static variable in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
A JComponent client property that is used to determine the label labeling a component.
labelFor(Component) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
labelForFeatureEnabled - Variable in class com.jgoodies.forms.builder.FormBuilder
The instance value for the setLabelFor feature.
labelForFeatureEnabled - Variable in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
The instance value for the setLabelFor feature.
labelForFeatureEnabled(boolean) - Method in class com.jgoodies.forms.builder.FormBuilder
Enables or disables the setLabelFor feature for this builder.
labelForFeatureEnabled(boolean) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Enables or disables the setLabelFor feature for this PanelBuilder.
labelForFeatureEnabledDefault - Static variable in class com.jgoodies.forms.FormsSetup
The global default for the enablement of the setLabelFor feature.
labelForSet - Variable in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
 
labelText(String, Object...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Creates a plain label for the given marked text and sets it as label view.
LabelType() - Constructor for enum class com.jgoodies.forms.builder.FormBuilder.LabelType
 
layout - Variable in class com.jgoodies.forms.builder.FormBuilder
 
layout - Variable in class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
Refers to the FormLayout instance used to look up constraints.
layout - Variable in class com.jgoodies.forms.internal.AbstractBuilder
Holds the FormLayout instance that is used to specify, fill and layout this form.
layout(FormLayout) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets layout as the layout to use by this builder.
LAYOUT - Enum constant in enum class com.jgoodies.forms.util.FocusTraversalType
A focus traversal type that shall be turned into a focus traversal policy that is based on the layout, for example LayoutFocusTraversalPolicy or JGLayoutFocusTraversalPolicy.
layoutComponents(int[], int[]) - Method in class com.jgoodies.forms.layout.FormLayout
Lays out the components using the given x and y origins, the column and row specifications, and the component constraints.
layoutContainer(Container) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Lays out the specified container.
layoutContainer(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Lays out the specified container using this form layout.
layoutFTPConstructor - Static variable in class com.jgoodies.forms.internal.InternalFocusSetupUtils
Holds the JGLayoutFocusTraversalPolicy's constructor - if in the class path.
LayoutInfo(int[], int[]) - Constructor for class com.jgoodies.forms.layout.FormLayout.LayoutInfo
 
layoutMap - Variable in class com.jgoodies.forms.builder.FormBuilder
 
layoutMap - Variable in class com.jgoodies.forms.layout.FormSpecParser
 
layoutMap(LayoutMap) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's FormLayout to use the given layout map for expanding layout variables.
LayoutMap - Class in com.jgoodies.forms.layout
Provides a hierarchical variable expansion useful to improve layout consistency, style guide compliance, and layout readability.
LayoutMap() - Constructor for class com.jgoodies.forms.layout.LayoutMap
Constructs a LayoutMap that has the root LayoutMap as parent.
LayoutMap(LayoutMap) - Constructor for class com.jgoodies.forms.layout.LayoutMap
Constructs a LayoutMap with the given optional parent.
LayoutStyle - Class in com.jgoodies.forms.util
An abstract class that describes a layout and design style guide.
LayoutStyle() - Constructor for class com.jgoodies.forms.util.LayoutStyle
 
leadingColumnOffset - Variable in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Holds the offset of the leading column - often 0 or 1.
leadingColumnOffset(int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Sets the offset of the leading column, often 0 or 1.
LEFT - Static variable in class com.jgoodies.forms.factories.CC
 
LEFT - Static variable in class com.jgoodies.forms.layout.CellConstraints
Put the component in the left.
LEFT - Static variable in class com.jgoodies.forms.layout.ColumnSpec
By default put components in the left.
LEFT_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default put components in the left.
leftMargin - Variable in class com.jgoodies.forms.factories.Paddings.Padding
 
leftToRight - Variable in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Specifies if we fill the grid from left to right or right to left.
leftToRight - Variable in class com.jgoodies.forms.internal.AbstractFormBuilder
Specifies if we fill the grid from left to right or right to left.
LINE_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes the logical vertical default gap between two rows in the grid.
LINE_PAD - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
LINE_PAD - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
lineGapSize(ConstantSize) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Sets the size of gaps between component lines using the given constant size.
lineGapSpec - Variable in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Holds the row specification that is reused to describe the constant gaps between component lines.
listBar(JComponent...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Builds a button bar using the given buttons and sets it as list bar.
listBarView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
listBarView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional list bar - often a button bar - that will be located in the lower left corner of the list view.
listExtrasView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
listExtrasView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional view that is located in the lower right corner of the list view, aligned with the list bar.
listStack(JComponent...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Builds a button stack using the given buttons and sets it as list stack.
listStackView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
listStackView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional list stack - often a stack of buttons - that will be located on the right-hand side of the list view.
listView - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
listView(JComponent) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the given component as the the mandatory list view.
ListViewBuilder - Class in com.jgoodies.forms.builder
Builds list/table views from a set of mandatory and optional components: label, filter/search, list (table), list buttons, list extras, details view (or preview).
ListViewBuilder() - Constructor for class com.jgoodies.forms.builder.ListViewBuilder
Constructs a ListViewBuilder using the global default component factory.
listViewRow(String, Object...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Changes the FormLayout row specification used to lay out the list view.
listViewRowSpec - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
LOGGER - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
lookupDefaultDialogFont() - Static method in class com.jgoodies.forms.util.DefaultUnitConverter
Looks up and returns the font used by buttons.
lowerBound - Variable in class com.jgoodies.forms.layout.BoundedSize
Holds an optional lower bound.

M

MacLayoutStyle - Class in com.jgoodies.forms.util
A LayoutStyle that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.
MacLayoutStyle() - Constructor for class com.jgoodies.forms.util.MacLayoutStyle
 
manageLabelsAndComponents(Component) - Method in class com.jgoodies.forms.builder.FormBuilder
 
manageLabelsAndComponents(Component) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
 
maximumLayoutSize(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.BoundedSize
Returns this size as pixel size.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.ConstantSize
Returns this size as pixel size.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.FormSpec
Computes the maximum size for the given list of components, using this form spec and the specified measure.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.PrototypeSize
Computes and returns the width of this Size's prototype in pixel.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in interface com.jgoodies.forms.layout.Size
Computes and returns this Size's maximum pixel size applied to the given list of components using the specified measures.
maximumSize(Container, List, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.Sizes.ComponentSize
Computes the maximum size for the given list of components, using this form spec and the specified measure.
maximumSizes(Container, List, List[], FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the sizes for the given form specs, component lists and measures for minimum, preferred, and default size.
message(String, int, String) - Static method in class com.jgoodies.forms.layout.FormSpecParser
 
MILLIMETER - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
millimeterAsPixel(double, int) - Static method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Millimeters and returns pixels using the specified resolution.
millimeterAsPixel(double, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts Millimeters and returns pixels using the resolution of the given component's graphics object.
millimeterAsPixel(double, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts Millimeters and returns pixels using the resolution of the given component's graphics object.
millimeterAsPixel(double, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts Millimeters and returns pixels using the resolution of the given component's graphics object.
MIN_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable ColumnSpec that determines its width by computing the maximum of all column component minimum widths.
MIN_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable RowSpec that determines its height by computing the maximum of all column component minimum heights.
MINIMUM - Static variable in class com.jgoodies.forms.layout.Sizes
Use the maximum of all component minimum sizes as column or row size.
minimumHeightMeasure - Variable in class com.jgoodies.forms.layout.FormLayout
 
MinimumHeightMeasure(FormLayout.ComponentSizeCache) - Constructor for class com.jgoodies.forms.layout.FormLayout.MinimumHeightMeasure
 
minimumLayoutSize(Container) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Computes and returns the minimum size dimensions for the specified container.
minimumLayoutSize(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Determines the minimum size of the parent container using this form layout.
minimumSizes - Variable in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Maps components to their minimum sizes.
minimumWidthMeasure - Variable in class com.jgoodies.forms.layout.FormLayout
These functional objects are used to measure component sizes.
MinimumWidthMeasure(FormLayout.ComponentSizeCache) - Constructor for class com.jgoodies.forms.layout.FormLayout.MinimumWidthMeasure
 
MM - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
MODERN_AVERAGE_CHARACTER_TEST_STRING - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
mostRecentlyAddedLabelReference - Variable in class com.jgoodies.forms.builder.FormBuilder
Refers to the most recently added label.
mostRecentlyAddedLabelReference - Variable in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Refers to the most recently added label.
multiplier - Variable in class com.jgoodies.forms.layout.FormSpecParser.Multiplier
 
multiplier(String, int) - Method in class com.jgoodies.forms.layout.FormSpecParser
 
Multiplier(int, String, int) - Constructor for class com.jgoodies.forms.layout.FormSpecParser.Multiplier
 
MULTIPLIER_PREFIX_PATTERN - Static variable in class com.jgoodies.forms.layout.FormSpecParser
 

N

name - Variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
name - Variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
name - Variable in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
 
name - Variable in class com.jgoodies.forms.layout.Sizes.ComponentSize
 
name(String) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the name of the panel this builder works with.
namePrefix - Variable in class com.jgoodies.forms.builder.ListViewBuilder
 
namePrefix(String) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the prefix that is prepended to the component name of components that have no name set or that are are implicitly created by this builder, e.g.
NARROW_LINE_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical vertical narrow gap between two rows in the grid.
NARROW_LINE_PAD - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
NARROW_LINE_PAD - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
nextColumn() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Moves to the next column, does the same as #nextColumn(1).
nextColumn() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Moves to the next column, does the same as #nextColumn(1).
nextColumn(int) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Moves to the next column.
nextColumn(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Moves to the next column.
nextConstraints() - Method in class com.jgoodies.forms.extras.FormLayoutUtils.ConstraintIterator
Returns the next element in the iteration.
nextLine() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Moves to the next line: increases the row and resets the column; does the same as #nextLine(1).
nextLine(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Moves the cursor down several lines: increases the row by the specified number of lines and sets the cursor to the leading column.
nextOrdinal - Static variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
nextOrdinal - Static variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
nextOrdinal - Static variable in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
 
nextOrdinal - Static variable in class com.jgoodies.forms.layout.Sizes.ComponentSize
 
nextRow() - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Increases the row by one; does the same as #nextRow(1).
nextRow() - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Increases the row by one; does the same as #nextRow(1).
nextRow(int) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Increases the row by the specified rows.
nextRow(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Increases the row by the specified rows.
nextVariableName(String, int) - Static method in class com.jgoodies.forms.layout.LayoutMap
 
NO_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
A special alignment intended for table columns only, where some cell renderers are not aligned.
NO_GROW - Static variable in class com.jgoodies.forms.layout.FormSpec
Gives a column or row a fixed size.
NONE - Static variable in class com.jgoodies.forms.layout.ColumnSpec
A special alignment value for table column alignment specifications.
NoOpComponentAdder(FormBuilder) - Constructor for class com.jgoodies.forms.builder.FormBuilder.NoOpComponentAdder
 

O

offset - Variable in class com.jgoodies.forms.layout.FormSpecParser.Multiplier
 
offset(int, int) - Method in class com.jgoodies.forms.builder.FormBuilder
When adding components, the cell constraints origin are moved along the X and Y axis using an offset as specified by offsetX and offsetY respectively.
offsetX - Variable in class com.jgoodies.forms.builder.FormBuilder
 
offsetY - Variable in class com.jgoodies.forms.builder.FormBuilder
 
OLD_AVERAGE_CHARACTER_TEST_STRING - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
opaque(boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
opaque(boolean) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's opaque state.
opaque(boolean) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
opaque(boolean) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets the panel's opaque state.
opaqueDefault - Static variable in class com.jgoodies.forms.FormsSetup
Holds the global default opaque state that can be overridden per builder.
ordinal - Variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
ordinal - Variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
ordinal - Variable in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
 
ordinal - Variable in class com.jgoodies.forms.layout.Sizes.ComponentSize
 
orientation - Variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
origin(CellConstraints.Alignment, int, int, int) - Static method in class com.jgoodies.forms.layout.CellConstraints
Computes and returns the component's pixel origin.
overrideNameIfBlank(JComponent, String) - Method in class com.jgoodies.forms.builder.ListViewBuilder
 

P

padding(String, Object...) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
padding(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's padding as an EmptyBorder using the given specification for the top, left, bottom, right margins in DLU.
padding(String, Object...) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
padding(String, Object...) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets the panel's padding as an EmptyBorder using the given specification for the top, left, bottom, right margins in DLU.
padding(String, Object...) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets the panel's padding as an EmptyBorder using the given specification for the top, left, bottom, right margins in DLU.
padding(EmptyBorder) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
 
padding(EmptyBorder) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the panel's padding, an empty border.
padding(EmptyBorder) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
 
padding(EmptyBorder) - Method in class com.jgoodies.forms.builder.ListViewBuilder
Sets an optional padding (an empty border) that surrounds the list view including the label and details.
padding(EmptyBorder) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets a padding around this builder's panel.
padding(JComponent, String, Object...) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where component is surrounded by white space (an empty border) as described by paddingSpec.
padding(JComponent, EmptyBorder) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where component is surrounded by the given empty border.
Padding(ConstantSize, ConstantSize, ConstantSize, ConstantSize) - Constructor for class com.jgoodies.forms.factories.Paddings.Padding
 
Paddings - Class in com.jgoodies.forms.factories
Provides constants and factory methods for paddings that use instances of ConstantSize to define the margins.
Paddings() - Constructor for class com.jgoodies.forms.factories.Paddings
 
Paddings.Padding - Class in com.jgoodies.forms.factories
An EmptyBorder that uses 4 instances of ConstantSize to define the top, left, bottom and right gap.
paint(Graphics) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Paints the panel.
paintComponent(Graphics) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Paints the component and - if background painting is enabled - the grid.
paintDiagonals - Variable in class com.jgoodies.forms.debug.FormDebugPanel
Specifies whether the container's diagonals should be painted.
paintGrid(Graphics) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Paints the form's grid lines and diagonals.
paintInBackground - Variable in class com.jgoodies.forms.debug.FormDebugPanel
Specifies whether the grid shall be painted in the background.
paintRows - Variable in class com.jgoodies.forms.debug.FormDebugPanel
Specifies whether all rows shall be painted.
paintRowsDefault - Static variable in class com.jgoodies.forms.debug.FormDebugPanel
 
panel - Variable in class com.jgoodies.forms.builder.FormBuilder
 
panel - Variable in class com.jgoodies.forms.builder.ListViewBuilder
Holds the panel that has been lazily built in #buildPanel.
panel - Variable in class com.jgoodies.forms.internal.AbstractBuilder
Holds the layout container that we are building.
panel(JPanel) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets panel as the panel that this builder shall work with.
PanelBuilder - Class in com.jgoodies.forms.builder
Deprecated.
Replaced by FormBuilder. However, this class will remain in the Forms library for the next versions.
PanelBuilder(FormLayout) - Constructor for class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Constructs a PanelBuilder for the given layout.
PanelBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Constructs a PanelBuilder for the given FormLayout and layout container.
PARAGRAPH_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes the logical vertical default gap between two paragraphs in the layout grid.
PARAGRAPH_PAD - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
PARAGRAPH_PAD - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
paragraphGapSize(ConstantSize) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Sets the size of gaps between paragraphs using the given constant size.
paragraphGapSpec - Variable in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Holds the row specification that describes the constant gaps between paragraphs.
parent - Variable in class com.jgoodies.forms.layout.LayoutMap
Refers to the parent map that is used to look up values if this map contains no association for a given key.
parseAbbreviation - Variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
parseAndInitValues(String) - Method in class com.jgoodies.forms.layout.FormSpec
Parses an encoded form specification and initializes all required fields.
parseAtomicSize(String) - Method in class com.jgoodies.forms.layout.FormSpec
Decodes and returns an atomic size that is either a constant size or a component size.
parseBoundedSize(String) - Method in class com.jgoodies.forms.layout.FormSpec
 
parseColumnSpecs() - Method in class com.jgoodies.forms.layout.FormSpecParser
 
parseColumnSpecs(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.FormSpecParser
 
parseOldBoundedSize(String, boolean) - Method in class com.jgoodies.forms.layout.FormSpec
Parses an encoded compound size and sets the size fields.
parseResizeWeight(String) - Static method in class com.jgoodies.forms.layout.FormSpec
Decodes an encoded resize mode and resize weight and answers the resize weight.
parseRowSpecs() - Method in class com.jgoodies.forms.layout.FormSpecParser
 
parseRowSpecs(String, LayoutMap) - Static method in class com.jgoodies.forms.layout.FormSpecParser
 
parseSize(String) - Method in class com.jgoodies.forms.layout.FormSpec
Parses an encoded size spec and returns the size.
pixel(int) - Static method in class com.jgoodies.forms.layout.Sizes
Creates and returns a ConstantSize for the specified pixel value.
PIXEL - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
POINT - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
pointAsPixel(double, int) - Static method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts DTP Points and returns pixels using the specified resolution.
pointAsPixel(int, Component) - Static method in class com.jgoodies.forms.layout.Sizes
Converts DTP Points and returns pixels using the resolution of the given component's graphics object.
pointAsPixel(int, Component) - Method in class com.jgoodies.forms.util.AbstractUnitConverter
Converts DTP Points and returns pixels using the resolution of the given component's graphics object.
pointAsPixel(int, Component) - Method in interface com.jgoodies.forms.util.UnitConverter
Converts DTP Points and returns pixels using the resolution of the given component's graphics object.
PREF_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable ColumnSpec that determines its width by computing the maximum of all column component preferred widths.
PREF_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
An unmodifiable RowSpec that determines its height by computing the maximum of all column component preferred heights.
PREFERRED - Static variable in class com.jgoodies.forms.layout.Sizes
Use the maximum of all component preferred sizes as column or row size.
preferredHeightMeasure - Variable in class com.jgoodies.forms.layout.FormLayout
 
PreferredHeightMeasure(FormLayout.ComponentSizeCache) - Constructor for class com.jgoodies.forms.layout.FormLayout.PreferredHeightMeasure
 
preferredLayoutSize(Container) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Computes and returns the preferred size dimensions for the specified container.
preferredLayoutSize(Container) - Method in class com.jgoodies.forms.layout.FormLayout
Determines the preferred size of the parent container using this form layout.
preferredSizes - Variable in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
Maps components to their preferred sizes.
preferredWidthMeasure - Variable in class com.jgoodies.forms.layout.FormLayout
 
PreferredWidthMeasure(FormLayout.ComponentSizeCache) - Constructor for class com.jgoodies.forms.layout.FormLayout.PreferredWidthMeasure
 
PROPERTY_AVERAGE_CHARACTER_WIDTH_TEST_STRING - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
PROPERTY_DEFAULT_DIALOG_FONT - Static variable in class com.jgoodies.forms.util.DefaultUnitConverter
 
prototype - Variable in class com.jgoodies.forms.layout.PrototypeSize
 
PrototypeSize - Class in com.jgoodies.forms.layout
A Size implementation that computes its width and height by a prototype String.
PrototypeSize(String) - Constructor for class com.jgoodies.forms.layout.PrototypeSize
Constructs a PrototypeSize for the given String.
PT - Static variable in class com.jgoodies.forms.layout.ConstantSize
 
PX - Static variable in class com.jgoodies.forms.layout.ConstantSize
 

R

radioButtonBar(JRadioButton...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given radio buttons are laid horizontally.
radioButtonStack(JRadioButton...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given radio buttons are laid vertically.
rc(int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets row and column origins; sets height and width to 1; uses the default alignments.
rc(int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets row and column origins; sets height and width to 1; uses the default alignments.
rc(int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets row and column origins; sets height and width to 1; uses the default alignments.
rc(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row and column origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
rc(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the row and column origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
rc(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row and column origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
rc(int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets row and column origins; sets height and width to 1; decodes vertical and horizontal alignments from the given string.
rc(int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets row and column origins; sets height and width to 1; decodes vertical and horizontal alignments from the given string.
rc(int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets row and column origins; sets height and width to 1; decodes vertical and horizontal alignments from the given string.
rchw(int, int, int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; uses default alignments.
rchw(int, int, int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; uses default alignments.
rchw(int, int, int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; uses default alignments.
rchw(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rchw(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rchw(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rchw(int, int, int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
rchw(int, int, int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
rchw(int, int, int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
rcw(int, int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; uses a height (row span) of 1 and the vertical and horizontal default alignments.
rcw(int, int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; uses a height (row span) of 1 and the vertical and horizontal default alignments.
rcw(int, int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; uses a height (row span) of 1 and the vertical and horizontal default alignments.
rcw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rcw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rcw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
rcw(int, int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
rcw(int, int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
rcw(int, int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
READ_ONLY - Enum constant in enum class com.jgoodies.forms.builder.FormBuilder.LabelType
 
ReadOnlyLabel() - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory.ReadOnlyLabel
 
readResolve() - Method in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
readResolve() - Method in class com.jgoodies.forms.layout.ConstantSize.Unit
 
readResolve() - Method in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
 
readResolve() - Method in class com.jgoodies.forms.layout.Sizes.ComponentSize
 
RELATED_COMPONENTS_PADX - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
RELATED_COMPONENTS_PADX - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
RELATED_COMPONENTS_PADY - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
RELATED_COMPONENTS_PADY - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
RELATED_GAP_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal gap between two related components.
RELATED_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical vertical gap between two related components.
Related Documentation - Search tag in package com.jgoodies.forms.builder
Section
Related Documentation - Search tag in package com.jgoodies.forms.debug
Section
Related Documentation - Search tag in package com.jgoodies.forms.extras
Section
Related Documentation - Search tag in package com.jgoodies.forms.factories
Section
Related Documentation - Search tag in package com.jgoodies.forms.layout
Section
Related Documentation - Search tag in package com.jgoodies.forms.util
Section
removeColumn(int) - Method in class com.jgoodies.forms.layout.FormLayout
Removes the column with the given column index from the layout.
removeConstraints(Component) - Method in class com.jgoodies.forms.layout.FormLayout
Removes the constraints for the specified component in this layout.
removeEntry(Component) - Method in class com.jgoodies.forms.layout.FormLayout.ComponentSizeCache
 
removeLayoutComponent(Component) - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Does nothing.
removeLayoutComponent(Component) - Method in class com.jgoodies.forms.layout.FormLayout
Removes the specified component from this layout.
removeRow(int) - Method in class com.jgoodies.forms.layout.FormLayout
Removes the row with the given row index from the layout.
requiresIntegers - Variable in class com.jgoodies.forms.layout.ConstantSize.Unit
 
resizeWeight - Variable in class com.jgoodies.forms.layout.FormSpec
Holds the resize weight; is 0 if not used.
resolveColumnKey(String) - Static method in class com.jgoodies.forms.layout.LayoutMap
 
resolveRowKey(String) - Static method in class com.jgoodies.forms.layout.LayoutMap
 
resources - Variable in class com.jgoodies.forms.builder.I15dPanelBuilder
Deprecated.
Holds the ResourceBundle used to look up internationalized (i15d) String resources.
RIGHT - Static variable in class com.jgoodies.forms.factories.CC
 
RIGHT - Static variable in class com.jgoodies.forms.layout.CellConstraints
Put the component in the right.
RIGHT - Static variable in class com.jgoodies.forms.layout.ColumnSpec
By default put components in the right.
RIGHT_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default put components in the right.
rightMargin - Variable in class com.jgoodies.forms.factories.Paddings.Padding
 
root - Static variable in class com.jgoodies.forms.layout.LayoutMap
Holds the lazily initialized root map.
ROW_ALIASES - Static variable in class com.jgoodies.forms.layout.LayoutMap
Maps row aliases to their default name, for example "rgap" -> "related-gap".
ROW_SPECS - Static variable in class com.jgoodies.forms.builder.ButtonBarBuilder
Specifies the FormLayout's the single button bar row.
ROW_SPECS - Static variable in class com.jgoodies.forms.builder.ButtonStackBuilder
Specifies the rows of the initial FormLayout used in constructors.
rowComponents - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the components that occupy exactly one row.
rowContainsComponent(Container, int) - Static method in class com.jgoodies.forms.extras.FormLayoutUtils
Checks and answers whether the given FormLayout container contains a component in the specified row.
rowContainsKey(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Returns true if this map or a parent map - if any - contains a RowSpec mapping for the specified key.
rowGet(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Looks up and returns the RowSpec associated with the given key.
rowGroup(int...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout to group (make equally high) the rows with the given indices.
rowGroupIndices - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the row groups as an array of arrays of row indices.
rowGroupingEnabled - Variable in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Determines whether new data rows are being grouped or not.
rowGroupingEnabled(boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
Deprecated.
Enables or disables the grouping of new data rows.
rowGroups(int[]...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout to group (make equally wide) the rows per array of row indices.
rowMap - Variable in class com.jgoodies.forms.layout.LayoutMap
Holds the raw associations from variable names to expressions.
rowMapCache - Variable in class com.jgoodies.forms.layout.LayoutMap
Holds the cached associations from variable names to expressions.
rowOrigins - Variable in class com.jgoodies.forms.layout.FormLayout.LayoutInfo
Holds the origins of the rows.
rowPut(String, RowSpec) - Method in class com.jgoodies.forms.layout.LayoutMap
Associates the specified ColumnSpec with the specified key in this map.
rowPut(String, Size) - Method in class com.jgoodies.forms.layout.LayoutMap
 
rowPut(String, String) - Method in class com.jgoodies.forms.layout.LayoutMap
 
rowPut(String, String[], RowSpec) - Method in class com.jgoodies.forms.layout.LayoutMap
 
rowRemove(String) - Method in class com.jgoodies.forms.layout.LayoutMap
Removes the row value mapping for this key from this map if it is present.
rows(String, Object...) - Method in class com.jgoodies.forms.builder.FormBuilder
Configures this builder's layout rows using a comma-separated string of row specifications.The string can be a format string and will then use the optional format arguments, see String.format(String, Object...).
RowSpec - Class in com.jgoodies.forms.layout
Specifies rows in FormLayout by their default orientation, start size and resizing behavior.
RowSpec(FormSpec.DefaultAlignment, Size, double) - Constructor for class com.jgoodies.forms.layout.RowSpec
Constructs a RowSpec from the given default orientation, size, and resize weight.
RowSpec(Size) - Constructor for class com.jgoodies.forms.layout.RowSpec
Constructs a RowSpec for the given size using the default alignment, and no resizing.
RowSpec(String) - Constructor for class com.jgoodies.forms.layout.RowSpec
Constructs a RowSpec from the specified encoded description.
rowSpecs - Variable in class com.jgoodies.forms.builder.FormBuilder
 
rowSpecs - Variable in class com.jgoodies.forms.layout.FormLayout
Holds the row specifications.

S

setAlignment(CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the horizontal and vertical alignment.
setAlignments(String, boolean) - Method in class com.jgoodies.forms.layout.CellConstraints
Decodes a string description for the horizontal and vertical alignment and sets this CellConstraints' alignment values.
setAverageCharacterWidthTestString(String) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Sets a string that will be used to compute the average character width.
setBackground(Color) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Deprecated.
setBorder(Border) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Deprecated.
setBounds(int, int, int, int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cell bounds (location and extent) to the given column, row, column span and row span.
setBounds(Component, FormLayout, Rectangle, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure, FormLayout.Measure) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the component's bounds using the given component and cell bounds.
setColumn(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor to the given column.
setColumnGroup(int...) - Method in class com.jgoodies.forms.layout.FormLayout
Sets a single column group, where each column gets the same width.
setColumnGroups(int[][]) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the column groups, where each column in a group gets the same group wide width.
setColumnGroupsImpl(int[][], boolean) - Method in class com.jgoodies.forms.layout.FormLayout
 
setColumnSpan(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor's column span.
setColumnSpec(int, ColumnSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the ColumnSpec at the specified column index.
setComponentFactory(ComponentFactory) - Method in class com.jgoodies.forms.internal.AbstractBuilder
Sets a new component factory for this builder, overriding the default as provided by FormsSetup.getComponentFactoryDefault().
setComponentFactoryDefault(ComponentFactory) - Static method in class com.jgoodies.forms.FormsSetup
Sets the global default that is used to initialize the per-instance component factory.
setConstraints(Component, CellConstraints) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the constraints for the specified component in this layout.
setCurrent(LayoutStyle) - Static method in class com.jgoodies.forms.util.LayoutStyle
Set a new LayoutStyle.
setDebugToolTipsEnabled(boolean) - Static method in class com.jgoodies.forms.FormsSetup
Enables or disables the debug tool tips.
setDefaultAlignment(FormSpec.DefaultAlignment) - Method in class com.jgoodies.forms.layout.FormSpec
 
setDefaultDialogFont(Font) - Method in class com.jgoodies.forms.util.DefaultUnitConverter
Sets a dialog font that will be used to compute the dialog base units.
setDefaultUnit(ConstantSize.Unit) - Static method in class com.jgoodies.forms.layout.Sizes
Sets the Unit that shall be used if an encoded ConstantSize provides no unit string.
setExtent(int, int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor's extent to the given column span and row span.
setGridColor(Color) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Sets the debug grid's color.
setHAlignment(CellConstraints.Alignment) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the horizontal alignment.
setHonorsVisibility(boolean) - Method in class com.jgoodies.forms.layout.FormLayout
Specifies whether invisible components shall be taken into account by this layout for computing the layout size and setting component bounds.
setHonorsVisibility(Component, Boolean) - Method in class com.jgoodies.forms.layout.FormLayout
Specifies whether the given component shall be taken into account for sizing and positioning.
setLabelFor(JLabel, Component) - Static method in class com.jgoodies.forms.builder.FormBuilder
Sets label as labeling label for component or an appropriate child.
setLabelFor(JLabel, Component) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Sets label as labeling label for component or an appropriate child.
setLabelForFeatureEnabledDefault(boolean) - Static method in class com.jgoodies.forms.FormsSetup
Sets the default value for the setLabelFor feature enablement.
setLeftToRight(boolean) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Sets the form fill direction to left-to-right or right-to-left.
setLeftToRight(boolean) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the form fill direction to left-to-right or right-to-left.
setMostRecentlyAddedLabel(JLabel) - Method in class com.jgoodies.forms.builder.FormBuilder
Sets the given label as most recently added label using a weak reference.
setMostRecentlyAddedLabel(JLabel) - Method in class com.jgoodies.forms.builder.PanelBuilder
Deprecated.
Sets the given label as most recently added label using a weak reference.
setOpaque(boolean) - Method in class com.jgoodies.forms.internal.AbstractButtonPanelBuilder
Deprecated.
setOpaqueDefault(boolean) - Static method in class com.jgoodies.forms.FormsSetup
Sets the global default value for a builder's opaque state that can be overridden per builder.
setOrigin(int, int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor's origin to the given column and row.
setPaintDiagonals(boolean) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Enables or disables to paint the panel's diagonals.
setPaintInBackground(boolean) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Specifies to paint in background or foreground.
setPaintRows(boolean) - Method in class com.jgoodies.forms.debug.FormDebugPanel
Enables or disables painting of rows.
setResizeWeight(double) - Method in class com.jgoodies.forms.layout.FormSpec
 
setRow(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor to the given row.
setRowGroup(int...) - Method in class com.jgoodies.forms.layout.FormLayout
Sets a single row group, where each row gets the same height.
setRowGroups(int[][]) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the row groups, where each row in such a group gets the same group wide height.
setRowGroupsImpl(int[][], boolean) - Method in class com.jgoodies.forms.layout.FormLayout
 
setRowSpan(int) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the cursor's row span.
setRowSpec(int, RowSpec) - Method in class com.jgoodies.forms.layout.FormLayout
Sets the RowSpec at the specified row index.
setSize(Size) - Method in class com.jgoodies.forms.layout.FormSpec
 
setUnitConverter(UnitConverter) - Static method in class com.jgoodies.forms.layout.Sizes
Sets a new UnitConverter that will be used to convert font-dependent sizes to pixel sizes.
setupFocusTraversalPolicyAndProvider() - Method in class com.jgoodies.forms.builder.FormBuilder
 
setupFocusTraversalPolicyAndProvider(JComponent, FocusTraversalPolicy, FocusTraversalType, Component) - Static method in class com.jgoodies.forms.internal.InternalFocusSetupUtils
 
setVAlignment(CellConstraints.Alignment) - Method in class com.jgoodies.forms.internal.AbstractFormBuilder
Sets the vertical alignment.
shiftComponentsHorizontally(int, boolean) - Method in class com.jgoodies.forms.layout.FormLayout
Shifts components horizontally, either to the right if a column has been inserted or to the left if a column has been removed.
shiftComponentsVertically(int, boolean) - Method in class com.jgoodies.forms.layout.FormLayout
Shifts components vertically, either to the bottom if a row has been inserted or to the top if a row has been removed.
single(String, String, JComponent) - Static method in class com.jgoodies.forms.factories.Forms
Creates and returns a panel where component is laid out using a FormLayout with the given column and row specifications.
size - Variable in class com.jgoodies.forms.layout.FormSpec
Holds the size that describes how to size this column or row.
Size - Interface in com.jgoodies.forms.layout
An interface that describes sizes as used by the FormLayout: component measuring sizes, constant sizes with value and unit, and bounded sizes that provide lower and upper bounds for a size.
sizeOf(Component) - Method in interface com.jgoodies.forms.layout.FormLayout.Measure
Computes and returns the size of the given Component.
sizeOf(Component) - Method in class com.jgoodies.forms.layout.FormLayout.MinimumHeightMeasure
 
sizeOf(Component) - Method in class com.jgoodies.forms.layout.FormLayout.MinimumWidthMeasure
 
sizeOf(Component) - Method in class com.jgoodies.forms.layout.FormLayout.PreferredHeightMeasure
 
sizeOf(Component) - Method in class com.jgoodies.forms.layout.FormLayout.PreferredWidthMeasure
 
Sizes - Class in com.jgoodies.forms.layout
Consists only of static methods that create and convert sizes as required by the FormLayout.
Sizes() - Constructor for class com.jgoodies.forms.layout.Sizes
 
Sizes.ComponentSize - Class in com.jgoodies.forms.layout
An ordinal-based serializable typesafe enumeration that implements the Size interface for the component sizes: min, pref, default.
source - Variable in class com.jgoodies.forms.layout.FormSpecParser
 
split(String, int) - Method in class com.jgoodies.forms.layout.FormSpecParser
 
splitValueAndUnit(String) - Static method in class com.jgoodies.forms.layout.ConstantSize
Splits a string that encodes size with unit into the size and unit substrings.
stripBraces(String) - Static method in class com.jgoodies.forms.layout.LayoutMap
 
sum(int[]) - Static method in class com.jgoodies.forms.layout.FormLayout
Computes and returns the sum of integers in the given array of ints.

T

TABBED_DIALOG - Static variable in class com.jgoodies.forms.factories.Borders
Deprecated.
A standardized Border that describes the border around a dialog content that uses tabs.
TABBED_DIALOG - Static variable in class com.jgoodies.forms.factories.Paddings
A standardized reusable padding for dialogs that have tabs.
TABBED_DIALOG_MARGIN_X - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
TABBED_DIALOG_MARGIN_X - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
TABBED_DIALOG_MARGIN_Y - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
TABBED_DIALOG_MARGIN_Y - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
takeIntoAccount(Component, CellConstraints) - Method in class com.jgoodies.forms.layout.FormLayout
Checks and answers whether the given component with the specified CellConstraints shall be taken into account for the layout.
TitledSeparatorLayout(boolean) - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory.TitledSeparatorLayout
Constructs a TitledSeparatorLayout that either centers the separators or aligns them along the font baseline of the title label.
TitleLabel() - Constructor for class com.jgoodies.forms.factories.DefaultComponentFactory.TitleLabel
 
TOKEN_SEPARATOR_PATTERN - Static variable in class com.jgoodies.forms.layout.FormSpec
 
TOP - Static variable in class com.jgoodies.forms.factories.CC
 
TOP - Static variable in class com.jgoodies.forms.layout.CellConstraints
Put the component in the top.
TOP - Static variable in class com.jgoodies.forms.layout.RowSpec
By default put the components in the top.
TOP_ALIGN - Static variable in class com.jgoodies.forms.layout.FormSpec
By default put the components in the top.
topMargin - Variable in class com.jgoodies.forms.factories.Paddings.Padding
 
toShortString() - Method in class com.jgoodies.forms.layout.CellConstraints
Returns a short string representation of this constraints object.
toShortString() - Method in class com.jgoodies.forms.layout.FormSpec
Returns a string representation of this form specification.
toShortString(FormLayout) - Method in class com.jgoodies.forms.layout.CellConstraints
Returns a short string representation of this constraints object.
toString() - Method in class com.jgoodies.forms.layout.BoundedSize
Returns a string representation of this size object.
toString() - Method in class com.jgoodies.forms.layout.CellConstraints.Alignment
Returns this Alignment's name.
toString() - Method in class com.jgoodies.forms.layout.CellConstraints
Constructs and returns a string representation of this constraints object.
toString() - Method in class com.jgoodies.forms.layout.ConstantSize
Returns a string representation of this size object.
toString() - Method in class com.jgoodies.forms.layout.ConstantSize.Unit
Returns a string representation of this unit object.
toString() - Method in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
Returns this Alignment's name.
toString() - Method in class com.jgoodies.forms.layout.FormSpec
Returns a string representation of this form specification.
toString() - Method in class com.jgoodies.forms.layout.LayoutMap
Returns a string representation of this LayoutMap that lists the column and row associations.
toString() - Method in class com.jgoodies.forms.layout.PrototypeSize
Returns a string representation of this size object.
toString() - Method in class com.jgoodies.forms.layout.Sizes.ComponentSize
 
toString() - Method in class com.jgoodies.forms.util.DefaultUnitConverter.DialogBaseUnits
 
translate(int, int) - Method in class com.jgoodies.forms.builder.FormBuilder
Moves the cell constraints offset along the X and Y axis as specified by dx and dy respectively.
translate(int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Creates and returns a new CellConstraints instance where the origin has been moved along the X and Y axis as specified by dx and dy respectively.
tryToBuildAFocusGroup(AbstractButton...) - Static method in class com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
Tries to group the given buttons using the FocusTraversalUtils class - if available.

U

UIMANAGER_KEYS - Static variable in class com.jgoodies.forms.factories.DefaultComponentFactory.ReadOnlyLabel
 
unit - Variable in class com.jgoodies.forms.layout.ConstantSize
 
Unit(String, String, String, boolean) - Constructor for class com.jgoodies.forms.layout.ConstantSize.Unit
 
unitConverter - Static variable in class com.jgoodies.forms.layout.Sizes
Holds the current converter that maps non-pixel sizes to pixels.
UnitConverter - Interface in com.jgoodies.forms.util
An interface that describes how to convert general sizes to pixel sizes.
UNRELATED_COMPONENTS_PADX - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
UNRELATED_COMPONENTS_PADX - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
UNRELATED_COMPONENTS_PADY - Static variable in class com.jgoodies.forms.util.MacLayoutStyle
 
UNRELATED_COMPONENTS_PADY - Static variable in class com.jgoodies.forms.util.WindowsLayoutStyle
 
UNRELATED_GAP_COLSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical horizontal gap between two unrelated components.
UNRELATED_GAP_ROWSPEC - Static variable in class com.jgoodies.forms.layout.FormSpecs
Describes a logical vertical gap between two unrelated components.
updateUI() - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.ReadOnlyLabel
 
updateUI() - Method in class com.jgoodies.forms.factories.DefaultComponentFactory.TitleLabel
TODO: For the Synth-based L&f we should consider asking a TitledBorder instance for its font and color using #getTitleFont and #getTitleColor resp.
upperBound - Variable in class com.jgoodies.forms.layout.BoundedSize
Holds an optional upper bound.
usedAlignment(CellConstraints.Alignment, FormSpec) - Static method in class com.jgoodies.forms.layout.CellConstraints
Returns the alignment used for a given form constraints object.

V

vAlign - Variable in class com.jgoodies.forms.layout.CellConstraints
Describes the component's vertical alignment.
value - Variable in class com.jgoodies.forms.layout.ConstantSize
 
valueOf(String) - Static method in enum class com.jgoodies.forms.builder.FormBuilder.LabelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
valueOf(String) - Static method in class com.jgoodies.forms.layout.Sizes.ComponentSize
Returns an instance of ComponentSize that corresponds to the specified string.
valueOf(String) - Static method in enum class com.jgoodies.forms.util.FocusTraversalType
Returns the enum constant of this class with the specified name.
valueOf(String, boolean) - Static method in class com.jgoodies.forms.layout.ConstantSize.Unit
Returns a Unit that corresponds to the specified string.
valueOf(String, boolean) - Static method in class com.jgoodies.forms.layout.ConstantSize
Creates and returns a ConstantSize from the given encoded size and unit description.
valueOf(String, boolean) - Static method in class com.jgoodies.forms.layout.FormSpec.DefaultAlignment
Returns a DefaultAlignment that corresponds to the specified string, null if no such alignment exists.
values() - Static method in enum class com.jgoodies.forms.builder.FormBuilder.LabelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jgoodies.forms.util.FocusTraversalType
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in class com.jgoodies.forms.layout.CellConstraints
An array of all enumeration values used to canonicalize deserialized alignments.
VALUES - Static variable in class com.jgoodies.forms.layout.ConstantSize
An array of all enumeration values used to canonicalize deserialized units.
VALUES - Static variable in class com.jgoodies.forms.layout.FormSpec
An array of all enumeration values used to canonicalize deserialized default alignments.
VALUES - Static variable in class com.jgoodies.forms.layout.Sizes
An array of all enumeration values used to canonicalize deserialized component sizes.
VARIABLE_PREFIX_CHAR - Static variable in class com.jgoodies.forms.layout.LayoutMap
Marks a layout variable; used by the Forms parsers.
vertical(String, JComponent...) - Static method in class com.jgoodies.forms.factories.Forms
Builds and returns a panel where the given components are laid out vertically separated by gaps as described by the given FormLayout gap (row) specification.
VERTICAL - Static variable in class com.jgoodies.forms.layout.CellConstraints.Alignment
 
view - Variable in class com.jgoodies.forms.builder.FormBuilder.ViewAdder
 
ViewAdder(FormBuilder, boolean, FormBuilder.FormBuildingView) - Constructor for class com.jgoodies.forms.builder.FormBuilder.ViewAdder
 

W

WindowsLayoutStyle - Class in com.jgoodies.forms.util
A LayoutStyle that aims to provide layout constants as defined by Microsoft's User Experience Guidelines.
WindowsLayoutStyle() - Constructor for class com.jgoodies.forms.util.WindowsLayoutStyle
 
writeObject(ObjectOutputStream) - Method in class com.jgoodies.forms.layout.FormLayout
In addition to the default serialization mechanism this class invalidates the component size cache.

X

x - Variable in class com.jgoodies.forms.util.DefaultUnitConverter.DialogBaseUnits
 
xy(int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets column and row origins; sets width and height to 1; uses the default alignments.
xy(int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ViewAdder
Sets column and row origins of the view to integrate.
xy(int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets column and row origins; sets width and height to 1; uses the default alignments.
xy(int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets column and row origins; sets width and height to 1; uses the default alignments.
xy(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column and row origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
xy(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the column and row origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
xy(int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column and row origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
xy(int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets column and row origins; sets width and height to 1; decodes horizontal and vertical alignments from the given string.
xy(int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets column and row origins; sets width and height to 1; decodes horizontal and vertical alignments from the given string.
xy(int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets column and row origins; sets width and height to 1; decodes horizontal and vertical alignments from the given string.
xyw(int, int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; uses a height (row span) of 1 and the horizontal and vertical default alignments.
xyw(int, int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; uses a height (row span) of 1 and the horizontal and vertical default alignments.
xyw(int, int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; uses a height (row span) of 1 and the horizontal and vertical default alignments.
xyw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xyw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xyw(int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xyw(int, int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
xyw(int, int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
xyw(int, int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
xywh(int, int, int, int) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; uses default alignments.
xywh(int, int, int, int) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; uses default alignments.
xywh(int, int, int, int) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; uses default alignments.
xywh(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xywh(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xywh(int, int, int, int, CellConstraints.Alignment, CellConstraints.Alignment) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
xywh(int, int, int, int, String) - Method in class com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
xywh(int, int, int, int, String) - Static method in class com.jgoodies.forms.factories.CC
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
xywh(int, int, int, int, String) - Method in class com.jgoodies.forms.layout.CellConstraints
Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.

Y

y - Variable in class com.jgoodies.forms.util.DefaultUnitConverter.DialogBaseUnits
 

Z

ZERO - Static variable in class com.jgoodies.forms.layout.Sizes
 
A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form