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 XMLTableDefinitionXMLTableModel. getDefinition()Getter for property definition.static XMLTableDefinitionXMLTableDefinition. load(Document definition)Loads an XML table definition from an XML definition documentstatic XMLTableDefinitionXMLTableDefinition. 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 voidXMLTableModel. setDefinition(XMLTableDefinition definition)Setter for property definition.Constructors in org.dom4j.swing with parameters of type XMLTableDefinition Constructor Description XMLTableModel(XMLTableDefinition definition, Object source)
-