Package org.dom4j.swing
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
- 
Class Summary Class Description BranchTreeNode BranchTreeNodeimplements the Swing TreeNode interface to bind dom4j XML Branch nodes (i.e.DocumentTreeModel DocumentTreeModelimplements a Swing TreeModel for a dom4j XML Document.LeafTreeNode LeafTreeNodeimplements the Swing TreeNode interface to bind a leaf XML nodes to a Swing TreeModel.XMLTableColumnDefinition XMLTableColumnDefinitiona column within a table definition.XMLTableDefinition XMLTableDefinitionrepresents a table definition based on XPath expression evaluated on an XML document.XMLTableModel XMLTableDefinitionrepro.