ilog.cpl.tree
Class IlpTreeView.IlpTreeModelHandler
java.lang.Object
javax.swing.JTree.TreeModelHandler
ilog.cpl.tree.IlpTreeView.IlpTreeModelHandler
- All Implemented Interfaces:
- EventListener, TreeModelListener
- Enclosing class:
- IlpTreeView
protected class IlpTreeView.IlpTreeModelHandler
- extends JTree.TreeModelHandler
Listens to the model and updates the graphic representation
of the nodes accordingly when nodes are changed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpTreeView.IlpTreeModelHandler
protected IlpTreeView.IlpTreeModelHandler()
treeNodesChanged
public void treeNodesChanged(TreeModelEvent e)
- This method is called when a change occurs in the tree node.
This change can be due to an attribute value change, or a style
value change. In either cases, the graphic representation of the
object needs to be recomputed.
- Specified by:
treeNodesChanged in interface TreeModelListener- Overrides:
treeNodesChanged in class JTree.TreeModelHandler
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.