public abstract class TreeChangeListener
extends java.lang.Object
| Constructor and Description |
|---|
TreeChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
selectionChanged(TreeSelectionChangeEvent treeChangeEvent)
The selected nodes in the tree have changed.
|
abstract void |
treeChanged(TreeChangeEvent treeChangeEvent)
The tree has changed.
|
public abstract void treeChanged(TreeChangeEvent treeChangeEvent)
Utils.copyTree(RootedTree) and Utils.rootTheTree(Tree) or Utils.rootTreeAtCenter(Tree) if necessary
before changes are made.treeChangeEvent - the changed tree.public abstract void selectionChanged(TreeSelectionChangeEvent treeChangeEvent)
treeChangeEvent - the new set of selected nodes.http://code.google.com/p/jebl2/