Package | Description |
---|---|
com.jgoodies.forms.builder |
Contains optional builder classes of the Forms framework.
|
Modifier and Type | Method and Description |
---|---|
ListViewBuilder |
ListViewBuilder.border(Border border)
Sets an optional border that surrounds the list view including
the label and details.
|
ListViewBuilder |
ListViewBuilder.detailsView(JComponent detailsView)
Sets an optional details view that is located under the list view.
|
ListViewBuilder |
ListViewBuilder.filterView(JComponent filterView)
Sets an optional view that will be placed in the upper right corner
of the built list view panel.
|
ListViewBuilder |
ListViewBuilder.filterViewColSpec(String colSpec)
Changes the FormLayout column specification used to lay out
the filter view.
|
ListViewBuilder |
ListViewBuilder.focusTraversal(FocusTraversalPolicy policy)
Sets the panel's focus traversal policy and sets the panel
as focus traversal policy provider.
|
ListViewBuilder |
ListViewBuilder.headerLabel(String markedText)
Creates a header label for the given marked text and sets it as label view.
|
ListViewBuilder |
ListViewBuilder.honorVisibility(boolean b)
Specifies whether invisible components shall be taken into account by
this builder for computing the layout size and setting component bounds.
|
ListViewBuilder |
ListViewBuilder.label(String markedText)
Creates a plain label for the given marked text and sets it as label view.
|
ListViewBuilder |
ListViewBuilder.labelView(JComponent labelView)
Sets the mandatory label view.
|
ListViewBuilder |
ListViewBuilder.listBar(JComponent... buttons)
Builds a button bar using the given buttons and sets it as list bar.
|
ListViewBuilder |
ListViewBuilder.listBarView(JComponent listBarView)
Sets an optional list bar - often a button bar -
that will be located in the lower left corner of the list view.
|
ListViewBuilder |
ListViewBuilder.listExtrasView(JComponent listExtrasView)
Sets an optional view that is located in the lower right corner
of the list view, aligned with the list bar.
|
ListViewBuilder |
ListViewBuilder.listView(JComponent listView)
Sets the given component as the the mandatory list view.
|
ListViewBuilder |
ListViewBuilder.listViewRowSpec(String rowSpec)
Changes the FormLayout row specification used to lay out the list view.
|
ListViewBuilder |
ListViewBuilder.namePrefix(String namePrefix)
Sets the prefix that is prepended to component name of components
that have no name set or that are are implicitly created by this builder,
e.g.
|
Copyright © 2019 JGoodies Software GmbH. All rights reserved.