Uses of Class
com.jgoodies.forms.builder.PanelBuilder
-
Packages that use PanelBuilder Package Description com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. -
-
Uses of PanelBuilder in com.jgoodies.forms.builder
Subclasses of PanelBuilder in com.jgoodies.forms.builder Modifier and Type Class Description class
DefaultFormBuilder
Provides a means to build form-oriented panels quickly and consistently using theFormLayout
.class
I15dPanelBuilder
A general purpose builder class that uses the FormLayout to lay out JPanels.Methods in com.jgoodies.forms.builder that return PanelBuilder Modifier and Type Method Description PanelBuilder
PanelBuilder. background(java.awt.Color background)
Sets the panel's background color and the panel to be opaque.PanelBuilder
PanelBuilder. border(java.lang.String emptyBorderSpec)
Sets the panel's border as an EmptyBorder using the given specification for the top, left, bottom, right in DLU.PanelBuilder
PanelBuilder. border(javax.swing.border.Border border)
Sets the panel's border.PanelBuilder
PanelBuilder. focusTraversal(java.awt.FocusTraversalPolicy policy)
Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.PanelBuilder
PanelBuilder. labelForFeatureEnabled(boolean b)
Enables or disables the setLabelFor feature for this PanelBuilder.PanelBuilder
PanelBuilder. opaque(boolean b)
Sets the panel's opaque state.
-