Uses of Class org.dom4j.swing.XMLTableDefinition (dom4j 1.6.1 API)

dom4j API


Uses of Class
org.dom4j.swing.XMLTableDefinition

Packages that use XMLTableDefinition
org.dom4j.swing A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels. 
 

Uses of XMLTableDefinition in org.dom4j.swing
 

Methods in org.dom4j.swing that return XMLTableDefinition
 XMLTableDefinition XMLTableModel.getDefinition()
          Getter for property definition.
static XMLTableDefinition XMLTableDefinition.load(Document definition)
          Loads an XML table definition from an XML definition document
static XMLTableDefinition XMLTableDefinition.load(Element definition)
          Loads an XML table definition from an XML definition document
 

Methods in org.dom4j.swing with parameters of type XMLTableDefinition
 void XMLTableModel.setDefinition(XMLTableDefinition definition)
          Setter for property definition.
 

Constructors in org.dom4j.swing with parameters of type XMLTableDefinition
XMLTableModel(XMLTableDefinition definition, Object source)
           
 



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.