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

Packages that use DefaultFormBuilder
com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. 
 

Uses of DefaultFormBuilder in com.jgoodies.forms.builder
 

Methods in com.jgoodies.forms.builder that return DefaultFormBuilder
 DefaultFormBuilder DefaultFormBuilder.background(Color background)
           
 DefaultFormBuilder DefaultFormBuilder.border(Border border)
           
 DefaultFormBuilder DefaultFormBuilder.border(String emptyBorderSpec)
           
 DefaultFormBuilder DefaultFormBuilder.defaultRowSpec(RowSpec defaultRowSpec)
          Sets the row specification that shall be used for component rows.
 DefaultFormBuilder DefaultFormBuilder.leadingColumnOffset(int columnOffset)
          Sets the offset of the leading column, often 0 or 1.
 DefaultFormBuilder DefaultFormBuilder.lineGapSize(ConstantSize lineGapSize)
          Sets the size of gaps between component lines using the given constant size.
 DefaultFormBuilder DefaultFormBuilder.opaque(boolean b)
           
 DefaultFormBuilder DefaultFormBuilder.paragraphGapSize(ConstantSize paragraphGapSize)
          Sets the size of gaps between paragraphs using the given constant size.
 DefaultFormBuilder DefaultFormBuilder.rowGroupingEnabled(boolean enabled)
          Enables or disables the grouping of new data rows.
 



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