Uses of Package
com.jgoodies.forms.factories
-
Packages that use com.jgoodies.forms.factories Package Description com.jgoodies.forms com.jgoodies.forms.builder Contains optional builder classes of the Forms framework.com.jgoodies.forms.factories Consists of optional Forms framework factory classes that assist you in building consistent forms quickly. -
Classes in com.jgoodies.forms.factories used by com.jgoodies.forms Class Description ComponentFactory An interface that defines the factory methods as used by thePanelBuilder
and its subclasses. -
Classes in com.jgoodies.forms.factories used by com.jgoodies.forms.builder Class Description ComponentFactory An interface that defines the factory methods as used by thePanelBuilder
and its subclasses. -
Classes in com.jgoodies.forms.factories used by com.jgoodies.forms.factories Class Description ComponentFactory An interface that defines the factory methods as used by thePanelBuilder
and its subclasses.DefaultComponentFactory A singleton implementation of theComponentFactory
interface that creates UI components as required by thePanelBuilder
.DefaultComponentFactory.FormsLabel Differs from its superclass JLabel in that it removes a trailing colon (':') - if any - from the label's accessible name.