ListViewBuilder |
ListViewBuilder.border(javax.swing.border.Border border) |
Sets an optional border that surrounds the list view including
the label and details.
|
ListViewBuilder |
ListViewBuilder.detailsView(javax.swing.JComponent detailsView) |
Sets an optional details view that is located under the list view.
|
ListViewBuilder |
ListViewBuilder.filterView(javax.swing.JComponent filterView) |
Sets an optional view that will be placed in the upper right corner
of the built list view panel.
|
ListViewBuilder |
ListViewBuilder.filterViewColSpec(java.lang.String colSpec) |
Changes the FormLayout column specification used to lay out
the filter view.
|
ListViewBuilder |
ListViewBuilder.focusTraversal(java.awt.FocusTraversalPolicy policy) |
Sets the panel's focus traversal policy and sets the panel
as focus traversal policy provider.
|
ListViewBuilder |
ListViewBuilder.headerLabel(java.lang.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(java.lang.String markedText) |
Creates a plain label for the given marked text and sets it as label view.
|
ListViewBuilder |
ListViewBuilder.labelView(javax.swing.JComponent labelView) |
Sets the mandatory label view.
|
ListViewBuilder |
ListViewBuilder.listBar(javax.swing.JComponent... buttons) |
Builds a button bar using the given buttons and sets it as list bar.
|
ListViewBuilder |
ListViewBuilder.listBarView(javax.swing.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(javax.swing.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(javax.swing.JComponent listView) |
Sets the given component as the the mandatory list view.
|
ListViewBuilder |
ListViewBuilder.listViewRowSpec(java.lang.String rowSpec) |
Changes the FormLayout row specification used to lay out the list view.
|
ListViewBuilder |
ListViewBuilder.namePrefix(java.lang.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.
|