Package com.abstractics.xmlpanel.swing.componentcreator

Interface Summary
ComponentCreator ComponentCreator is an interface that can be implemented to create components via the ComponentFactory.
 

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.