Class JXTree.XTreeModelHandler

java.lang.Object
javax.swing.JTree.TreeModelHandler
org.jdesktop.swingx.JXTree.XTreeModelHandler
All Implemented Interfaces:
EventListener, TreeModelListener
Enclosing class:
JXTree

protected class JXTree.XTreeModelHandler extends JTree.TreeModelHandler
Listens to the model and updates the expandedState accordingly when nodes are removed, or changed.

This class will expand an invisible root when a child has been added to it.

Author:
Karl George Schaefer