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

dom4j API


Uses of Class
org.dom4j.swing.XMLTableColumnDefinition

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

Uses of XMLTableColumnDefinition in org.dom4j.swing
 

Methods in org.dom4j.swing that return XMLTableColumnDefinition
 XMLTableColumnDefinition XMLTableDefinition.getColumn(int index)
           
 XMLTableColumnDefinition XMLTableDefinition.getColumn(String columnName)
           
 

Methods in org.dom4j.swing with parameters of type XMLTableColumnDefinition
 void XMLTableDefinition.addColumn(XMLTableColumnDefinition column)
           
 void XMLTableDefinition.removeColumn(XMLTableColumnDefinition column)
           
 



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