|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Listener for a Node Change Event. Node Changes refer to changes to a specific nodes internal state (such as attribute related changes.
| Method Summary | |
void |
treeNodeChanged(ITreeRoot treeRoot,
ITree[] nodes)
Callback for a node change event. |
void |
treeNodeChanged(ITreeRoot treeRoot,
ITree[] nodes,
java.lang.String[][] properties)
Callback for a node change event. |
| Method Detail |
public void treeNodeChanged(ITreeRoot treeRoot,
ITree[] nodes)
treeRoot - The root of the tree where the event originated.nodes - The nodes whose internal state has changed.
public void treeNodeChanged(ITreeRoot treeRoot,
ITree[] nodes,
java.lang.String[][] properties)
treeRoot - The root of the tree where the event originated.nodes - The nodes whose internal state has changed.properties - Array of properties for each node. This array
should be the same length as nodes although individual
arrays at each index can be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||