|
Copyright © 2005 Scientific Applications. 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 | |
|---|---|
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. |
| Methods inherited from interface javax.swing.tree.TreeModel |
|---|
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
| Method Detail |
|---|
TableColumn 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 found
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||