|
Class Summary |
| DataThingFactory |
A collection of static methods to build DataThings from various other Java
object types. |
| DataThingFactoryTest |
Test the creation and type display of the various supported Java object types |
| DataThingTreeFactory |
Presents a tree view of a DataThing, walking over the nested collections if
any within the DataThing and generating DataThingTreeNode instances
appropriately. |
| DataThingTreeNode |
A subclass of the DefaultMutableTreeNode with a reference back to the
DataThing that the node was created from. |
| DataThingTreeNodeRenderer |
A default renderer implementation for the tree nodes generated by this
factory |
| DataThingTreeTransferHandler |
|
| DataThingXMLFactory |
Performs the creation of XML elements from DataThing objects and the
configuration of existing DataThing objects from an XML representation. |
| Flavours |
English spelling, thank you very much. |
| TransferableDataThing |
|