Uses of Class
com.jgoodies.forms.builder.PanelBuilder

Packages that use PanelBuilder
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
 class DefaultFormBuilder
          Provides a means to build form-oriented panels quickly and consistently using the FormLayout.
 class I15dPanelBuilder
          A general purpose builder class that uses the FormLayout to lay out JPanels.
 

Methods in com.jgoodies.forms.builder that return PanelBuilder
 PanelBuilder PanelBuilder.background(Color background)
          Sets the panel's background color and the panel to be opaque.
 PanelBuilder PanelBuilder.border(Border border)
          Sets the panel's border.
 PanelBuilder PanelBuilder.border(String emptyBorderSpec)
          Sets the panel's border as an EmptyBorder using the given specification for the top, left, bottom, right in DLU.
 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.
 



Copyright © 2002-2012 JGoodies Karsten Lentzsch. All Rights Reserved.