Class Summary |
AbstractComponentCreator |
This abstract version of XmlPanelComponentCreator can be used as a basis for
creator objects. |
ComponentCreatorUtils |
This utility class contains static methods for handling common needs in
configuring a Component with the XML that was provided. |
ComponentFactory |
Singleton factory that can create Swing components from XML. |
GenericClassComponentCreator |
This implementation of
AbstractComponentCreator
creates components based on a class that is given in the constructor. |
JScrollPaneCreator |
A ComponentCreator that creates a JScrollPane object. |