Uses of Class
org.dom4j.swing.XMLTableDefinition
-
Packages that use XMLTableDefinition Package Description 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 Modifier and Type Method Description XMLTableDefinition
XMLTableModel. getDefinition()
Getter for property definition.static XMLTableDefinition
XMLTableDefinition. load(Document definition)
Loads an XML table definition from an XML definition documentstatic XMLTableDefinition
XMLTableDefinition. load(Element definition)
Loads an XML table definition from an XML definition documentMethods in org.dom4j.swing with parameters of type XMLTableDefinition Modifier and Type Method Description void
XMLTableModel. setDefinition(XMLTableDefinition definition)
Setter for property definition.Constructors in org.dom4j.swing with parameters of type XMLTableDefinition Constructor Description XMLTableModel(XMLTableDefinition definition, java.lang.Object source)
-