Uses of Class
com.jgoodies.forms.builder.ListViewBuilder
Packages that use ListViewBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of ListViewBuilder in com.jgoodies.forms.builder
Methods in com.jgoodies.forms.builder that return ListViewBuilderModifier and TypeMethodDescriptionSets an optional border that surrounds the list view including the label and details.static ListViewBuilder
ListViewBuilder.create()
Creates and returns a ListViewBuilder using the global default component factory.ListViewBuilder.detailsView
(JComponent detailsView) Sets an optional details view that is located under the list view.ListViewBuilder.factory
(ComponentFactory factory) Setsfactory
as this builder's new component factory that is used to create the label or header components.ListViewBuilder.filterView
(JComponent filterView) Sets an optional view that will be placed in the upper right corner of the built list view panel.ListViewBuilder.filterViewColumn
(String colSpec, Object... args) Changes the FormLayout column specification used to lay out the filter view.ListViewBuilder.focusTraversalPolicy
(FocusTraversalPolicy policy) Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.ListViewBuilder.focusTraversalType
(FocusTraversalType focusTraversalType) ListViewBuilder.headerText
(String markedText, Object... args) Creates a header label for the given marked text and sets it as label view.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.initialComponent
(JComponent initialComponent) Sets the component that shall receive the focus if this panel's parent is made visible the first time.ListViewBuilder.label
(JComponent labelView) Sets the mandatory label view.Creates a plain label for the given marked text and sets it as label view.ListViewBuilder.listBar
(JComponent... buttons) Builds a button bar using the given buttons and sets it as list bar.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.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.listStack
(JComponent... buttons) Builds a button stack using the given buttons and sets it as list stack.ListViewBuilder.listStackView
(JComponent listStackView) Sets an optional list stack - often a stack of buttons - that will be located on the right-hand side of the list view.ListViewBuilder.listView
(JComponent listView) Sets the given component as the the mandatory list view.ListViewBuilder.listViewRow
(String rowSpec, Object... args) Changes the FormLayout row specification used to lay out the list view.ListViewBuilder.namePrefix
(String namePrefix) 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.Sets the panel's padding as an EmptyBorder using the given specification for the top, left, bottom, right margins in DLU.ListViewBuilder.padding
(EmptyBorder padding) Sets an optional padding (an empty border) that surrounds the list view including the label and details.