Generated by
JDiff

Interface javax.swing.event.TreeModelListener

Documentation changed from old to new.

Changed Methods
void treeNodesChanged(TreeModelEvent) Documentation changed from old to new.

Invoked after a node (or a set of siblings) has changed in some way.

void treeNodesInserted(TreeModelEvent) Documentation changed from old to new.

Invoked after nodes have been inserted into the tree.

void treeNodesRemoved(TreeModelEvent) Documentation changed from old to new.

Invoked after nodes have been removed from the tree.

void treeStructureChanged(TreeModelEvent) Documentation changed from old to new.

Invoked after the tree has drastically changed structure from a given node down.