|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeTableColumnModel
TreeTableColumnModel is an interface that defines the structure of a hierarchical column model.
Method Summary | |
---|---|
void |
addColumnInvalidatorListener(ColumnInvalidatorListener x)
Adds a listener that is notified when the columns of the model were changed (via additions or removals). |
TableColumn |
getColumn(Object node)
Returns the table column at the specified node. |
Object |
insertColumnInto(TableColumn aColumn,
Object columnNode,
Object parentNode,
int index)
Inserts a table column at the specified node's index. |
void |
removeColumnFrom(Object node)
Removes a node from the model. |
void |
removeColumnInvalidatorListener(ColumnInvalidatorListener x)
Removes a listener that is notified when the columns of the model were changed (via additions or removals). |
Methods inherited from interface javax.swing.tree.TreeModel |
---|
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
Method Detail |
---|
void addColumnInvalidatorListener(ColumnInvalidatorListener x)
x
- the listener to be addedTableColumn getColumn(Object node)
Object insertColumnInto(TableColumn aColumn, Object columnNode, Object parentNode, int index)
aColumn
- the table column to insertcolumnNode
- the node that 'contains' the column. If this is null, a new node should be created.parentNode
- the node under which the column is to be insertedindex
- the parent node's index to insert the column into
columnNode
if this wasn't nullvoid removeColumnFrom(Object node)
node
- the node at which the column is foundvoid removeColumnInvalidatorListener(ColumnInvalidatorListener x)
x
- the listener to be removed
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |