|
Class Summary |
| ConverterLibrary |
The ConverterLibrary contains all available Coverters, converting Strings. |
| DefaultFactory |
The DefaultFactory is a default implementation of the Factory Interface. |
| Localizer |
The Localizer class provides consumers with a simple localization tools: getString(key). |
| Parser |
Singleton Parser to render XML for Swing Documents
|
| SchemaGenerator |
Swixml XML Schema Generator |
| SwingEngine |
The SwingEngine class is the rendering engine able to convert an XML descriptor into a java.swing UI. |
| SwingTagLibrary |
The SwingTagLibrary contains Factories for all Swing Objects that can be instatiated by
parsing an XML descriptor at runtime. |
| TagLibrary |
A skeletal impementation of a TagLibrary
A TagLibrary has a collection of Factories. |
| XAction |
XAction, Action Wrapper to generate Actions on the fly. |
| XDialog |
XDialog simply extends JDialog to allow instantiation with a parent frame |
| XGlue |
Creates a Glue for BoxLayout. |
| XGridBagConstraints |
XGridBagConstraints simple extends GridBagConstraints to
make bean style getters and setters available for all public fields in the GridBagConstraints class. |
| XHBox |
XVBox simply extends the Box container
but ceates a horizontal Box. |
| XScrollPane |
XScrollPane simply extends JScrollpane to allow setting the backgroundcolor
during the construction process |
| XSplitPane |
XSplitPane simply extends JSplitPane to clear components
during the construction process |
| XTabbedPane |
XSplitPane simple extends JSplitPane to clear components
during the construction process |
| XVBox |
XVBox simply extends the Box container
but ceates a vertical Box. |