Uses of Class
com.jgoodies.forms.builder.DefaultFormBuilder
Packages that use DefaultFormBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of DefaultFormBuilder in com.jgoodies.forms.builder
Methods in com.jgoodies.forms.builder that return DefaultFormBuilderModifier and TypeMethodDescriptionDefaultFormBuilder.background
(Color background) Deprecated.Deprecated.Deprecated.DefaultFormBuilder.defaultRowSpec
(RowSpec defaultRowSpec) Deprecated.Sets the row specification that shall be used for component rows.DefaultFormBuilder.leadingColumnOffset
(int columnOffset) Deprecated.Sets the offset of the leading column, often 0 or 1.DefaultFormBuilder.lineGapSize
(ConstantSize lineGapSize) Deprecated.Sets the size of gaps between component lines using the given constant size.DefaultFormBuilder.opaque
(boolean b) Deprecated.Deprecated.DefaultFormBuilder.padding
(EmptyBorder padding) Deprecated.DefaultFormBuilder.paragraphGapSize
(ConstantSize paragraphGapSize) Deprecated.Sets the size of gaps between paragraphs using the given constant size.DefaultFormBuilder.rowGroupingEnabled
(boolean enabled) Deprecated.Enables or disables the grouping of new data rows.