Package | Description |
---|---|
org.dom4j.swing |
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
|
Modifier and Type | Field and Description |
---|---|
private XMLTableColumnDefinition[] |
XMLTableDefinition.columnArray
integer index array cache
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,XMLTableColumnDefinition> |
XMLTableDefinition.columnNameIndex
name index cache
|
private java.util.List<XMLTableColumnDefinition> |
XMLTableDefinition.columns
The columns to display in this table
|
Modifier and Type | Method and Description |
---|---|
XMLTableColumnDefinition |
XMLTableDefinition.getColumn(int index) |
XMLTableColumnDefinition |
XMLTableDefinition.getColumn(java.lang.String columnName) |
Modifier and Type | Method and Description |
---|---|
void |
XMLTableDefinition.addColumn(XMLTableColumnDefinition column) |
void |
XMLTableDefinition.removeColumn(XMLTableColumnDefinition column) |