|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListViewBuilder | |
---|---|
com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. |
Uses of ListViewBuilder in com.jgoodies.forms.builder |
---|
Methods in com.jgoodies.forms.builder that return ListViewBuilder | |
---|---|
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.headerLabel(String markedText)
Creates a header label for the given marked text and sets it as label view. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |