Uses of Class
org.dom4j.swing.XMLTableDefinition
Packages that use XMLTableDefinition
Package
Description
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
Fields in org.dom4j.swing declared as XMLTableDefinitionModifier and TypeFieldDescriptionprivate XMLTableDefinition
XMLTableModel.definition
Holds value of property definition.Methods in org.dom4j.swing that return XMLTableDefinitionModifier and TypeMethodDescriptionXMLTableModel.getDefinition()
Getter for property definition.static XMLTableDefinition
Loads an XML table definition from an XML definition documentstatic XMLTableDefinition
Loads an XML table definition from an XML definition documentMethods in org.dom4j.swing with parameters of type XMLTableDefinitionModifier and TypeMethodDescriptionvoid
XMLTableModel.setDefinition
(XMLTableDefinition definition) Setter for property definition.Constructors in org.dom4j.swing with parameters of type XMLTableDefinition