- 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 - Class in com.jgoodies.forms.builder
-
An abstract class that minimizes the effort required to implemen
non-visual builders that use the
FormLayout.
- AbstractBuilder(FormLayout, Container) - Constructor for class com.jgoodies.forms.builder.AbstractBuilder
-
Constructs an AbstractBuilde
for the given FormLayout and layout container.
- AbstractButtonPanelBuilder - Class in com.jgoodies.forms.builder
-
- AbstractButtonPanelBuilder(FormLayout, JPanel) - Constructor for class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Constructs an AbstractButtonPanelBuilde
for the given FormLayout and layout container.
- AbstractFormBuilder - Class in com.jgoodies.forms.builder
-
An abstract class that minimizes the effort required to implemen
non-visual builders that use the
FormLayout.
- AbstractFormBuilder(FormLayout, Container) - Constructor for class com.jgoodies.forms.builder.AbstractFormBuilder
-
Constructs an AbstractFormBuilde
for the given FormLayout and layout container.
- AbstractUnitConverter - Class in com.jgoodies.forms.util
-
An abstract implementation of the
UnitConverter interface tha
minimizes the effort required to convert font-dependent sizes to pixels.
- AbstractUnitConverter() - Constructor for class com.jgoodies.forms.util.AbstractUnitConverter
-
- add(Component) - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Adds a component to the container using the default cell constraints.
- add(Component, CellConstraints) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Adds a component to the panel using the given cell constraints.
- add(Component, String) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Adds a component to the panel using the given encoded cell constraints.
- add(Component) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Adds a component to the container using the default cell constraints.
- add(JLabel, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a label and component to the panel using the given cell constraints.
- add(Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a component to the panel using the given cell constraints.
- addButton(JComponent) - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
- addButton(JComponent...) - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Adds one or many sequences of related buttons.
- addButton(Action...) - Method in class com.jgoodies.forms.builder.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
-
- addButton(JComponent...) - Method in class com.jgoodies.forms.builder.ButtonBarBuilder
-
- addButton(Action...) - 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.builder.ButtonStackBuilder
-
- addButton(Action...) - Method in class com.jgoodies.forms.builder.ButtonStackBuilder
-
- 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
-
Adds an internationalized (i15d) textual label to the form using th
specified constraints.
- addI15dLabel(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) textual label to the form using th
specified constraints.
- addI15dLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) label and component to the panel usin
the given cell constraints.
- addI15dROLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) textual label to the form using th
specified constraints that is intended to label a read-only component.
- addI15dROLabel(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) textual label to the form using th
specified constraints that is intended to label a read-only component.
- addI15dROLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) label and component to the panel usin
the given cell constraints.
- addI15dSeparator(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) titled separator to the form using th
specified constraints.
- addI15dSeparator(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds an internationalized (i15d) titled separator to the form usin
the specified constraints.
- addI15dTitle(String, CellConstraints) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds a title to the form using the specified constraints.
- addI15dTitle(String, String) - Method in class com.jgoodies.forms.builder.I15dPanelBuilder
-
Adds a title to the form using the specified constraints.
- addLabel(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label to the form using the default constraints.
- addLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label to the form using the specified constraints.
- addLabel(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label to the form using the specified constraints.
- addLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a label and component to the panel using the given cell constraints.
- addLayoutComponent(String, Component) - Method in class com.jgoodies.forms.layout.FormLayout
-
Throws an UnsupportedOperationException.
- addLayoutComponent(Component, Object) - Method in class com.jgoodies.forms.layout.FormLayout
-
Adds the specified component to the layout, using the specifie
constraints object.
- addRelatedGap() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Adds the standard gap for related components.
- 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
-
- addROLabel(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label intended for labeling read-only component
to the form using the default constraints.
- addROLabel(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label intended for labeling read-only component
to the form using the specified constraints.
- addROLabel(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a textual label intended for labeling read-only component
to the form using the specified constraints.
- addROLabel(String, CellConstraints, Component, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a label and component to the panel using the given cell constraints.
- addSeparator(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a titled separator to the form that spans all columns.
- addSeparator(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a titled separator to the form using the specified constraints.
- addSeparator(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a titled separator to the form using the specified constraints.
- addSeparator(String, int) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a titled separator to the form that spans the specified columns.
- 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(String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a title label to the form using the default constraints.
- addTitle(String, CellConstraints) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a title label to the form using the specified constraints.
- addTitle(String, String) - Method in class com.jgoodies.forms.builder.PanelBuilder
-
Adds a title label to the form using the specified constraints.
- addUnrelatedGap() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Adds the standard gap for unrelated components.
- 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
-
- append(Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a component to the panel using the default constraint
with a column span of 1.
- append(Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a component to the panel using the default constraints wit
the given columnSpan.
- append(Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds two components to the panel; each component will span a singl
data column.
- append(Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds three components to the panel; each component will span a singl
data column.
- append(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label to the panel and proceeds to the next column.
- append(String, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and component to the panel.
- append(String, Component, boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and component to the panel; the component will spa
the specified number columns.
- append(String, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and component to the panel; the component will spa
the specified number columns.
- append(String, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and two components to the panel; each componen
will span a single column.
- append(String, Component, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and two components to the panel; each componen
will span a single column.
- append(String, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and three components to the panel; each componen
will span a single column.
- append(String, Component, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a text label and four components to the panel; each componen
will span a single column.
- appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends the given column specification to the builder's layout.
- appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends the given column specification to the builder's layout.
- appendColumn(String) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a column specification to the builder's layou
that represents the given string encoding.
- appendColumn(ColumnSpec) - Method in class com.jgoodies.forms.layout.FormLayout
-
Appends the given column specification to the right hand side of al
columns.
- appendGlueColumn() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a glue column.
- appendGlueColumn() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a glue column.
- appendGlueRow() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a glue row.
- appendGlueRow() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a glue row.
- appendI15d(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label to the panel usin
the given resource key and proceeds to the next column.
- appendI15d(String, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and componen
to the panel.
- appendI15d(String, Component, boolean) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and componen
to the panel.
- appendI15d(String, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label to the panel usin
the given resource key; then proceeds to the next data colum
and adds a component with the given column span.
- appendI15d(String, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and two component
to the panel; each component will span a single column.
- appendI15d(String, Component, Component, int) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and two component
to the panel; each component will span a single column.
- appendI15d(String, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and three component
to the panel; each component will span a single column.
- appendI15d(String, Component, Component, Component, Component) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized (i15d) text label and four component
to the panel; each component will span a single column.
- appendI15dSeparator(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Appends an internationalized titled separator fo
the given resource key that spans all columns.
- appendI15dTitle(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds an internationalized title label to the panel an
proceeds to the next column.
- appendLabelComponentsGapColumn() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a column that is the default gap between a label an
its associated component.
- appendLineGapRow() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Appends a row with this builder's line gap size.
- appendParagraphGapRow() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a row that is the default gap for paragraphs.
- appendRelatedComponentsGapColumn() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a column that is the default gap for related components.
- appendRelatedComponentsGapColumn() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a column that is the default gap for related components.
- appendRelatedComponentsGapRow() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a row that is the default gap for related components.
- appendRelatedComponentsGapRow() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a row that is the default gap for related components.
- appendRow(RowSpec) - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends the given row specification to the builder's layout.
- appendRow(RowSpec) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends the given row specification to the builder's layout.
- appendRow(String) - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a row specification to the builder's layout that represent
the given string encoding.
- appendRow(RowSpec) - Method in class com.jgoodies.forms.layout.FormLayout
-
Appends the given row specification to the bottom of all rows.
- appendSeparator() - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a separator without text that spans all columns.
- appendSeparator(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a separator with the given text that spans all columns.
- appendTitle(String) - Method in class com.jgoodies.forms.builder.DefaultFormBuilder
-
Adds a title label to the panel and proceeds to the next column.
- appendUnrelatedComponentsGapColumn() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a column that is the default gap for unrelated components.
- appendUnrelatedComponentsGapColumn() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a column that is the default gap for unrelated components.
- appendUnrelatedComponentsGapRow() - Method in class com.jgoodies.forms.builder.AbstractButtonPanelBuilder
-
Appends a row that is the default gap for unrelated components.
- appendUnrelatedComponentsGapRow() - Method in class com.jgoodies.forms.builder.AbstractFormBuilder
-
Appends a row that is the default gap for unrelated components.