Uses of Class
com.jgoodies.forms.internal.AbstractBuilder
Packages that use AbstractBuilder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of AbstractBuilder in com.jgoodies.forms.builder
Subclasses of AbstractBuilder in com.jgoodies.forms.builderModifier and TypeClassDescriptionfinal class
Builds consistent button bars that comply with popular style guides.final class
Builds consistent button stacks that comply with popular style guides.final class
Deprecated.class
Deprecated.Replaced by the internationalization support provided by the JGoodies Smart ClientResources
class.class
Deprecated.Replaced byFormBuilder
. -
Uses of AbstractBuilder in com.jgoodies.forms.internal
Classes in com.jgoodies.forms.internal with type parameters of type AbstractBuilderModifier and TypeClassDescriptionclass
AbstractBuilder<B extends AbstractBuilder<B>>
An abstract class that minimizes the effort required to implement non-visual builders that use theFormLayout
.Subclasses of AbstractBuilder in com.jgoodies.forms.internalModifier and TypeClassDescriptionclass
AbstractButtonPanelBuilder<B extends AbstractButtonPanelBuilder<B>>
The abstract superclass forButtonBarBuilder
andButtonStackBuilder
.class
AbstractFormBuilder<B extends AbstractFormBuilder<B>>
An abstract class that minimizes the effort required to implement non-visual builders that use theFormLayout
.
FormBuilder
and the internationalization support provided by the JGoodies Smart ClientResources
class.