javax.swing
protected class JTree.TreeModelHandler extends Object implements TreeModelListener
expandedState
if nodes are removed or changed.
Constructor Summary | |
---|---|
protected | TreeModelHandler()
Creates a new instance of TreeModelHandler. |
Method Summary | |
---|---|
void | treeNodesChanged(TreeModelEvent ev)
Notifies when a node has changed in some ways. |
void | treeNodesInserted(TreeModelEvent ev)
Notifies when a node is inserted into the tree.
|
void | treeNodesRemoved(TreeModelEvent ev)
Notifies when a node is removed from the tree.
|
void | treeStructureChanged(TreeModelEvent ev)
Notifies when the structure of the tree is changed.
|
Parameters: ev the TreeModelEvent describing the change
Parameters: ev the TreeModelEvent describing the change
Parameters: ev the TreeModelEvent describing the change
Parameters: ev the TreeModelEvent describing the change