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
Deprecated.Replaced by theFormBuilder
and the internationalization support provided by the JGoodies Smart ClientResources
class.class
I15dPanelBuilder
Deprecated.Replaced by the internationalization support provided by the JGoodies Smart ClientResources
class.Methods in com.jgoodies.forms.builder that return PanelBuilder Modifier and Type Method Description PanelBuilder
PanelBuilder. focusTraversal(java.awt.FocusTraversalPolicy policy)
Deprecated.Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.PanelBuilder
PanelBuilder. labelForFeatureEnabled(boolean b)
Deprecated.Enables or disables the setLabelFor feature for this PanelBuilder.
-