Uses of Class
weka.gui.treevisualizer.TreeDisplayEvent

Packages that use TreeDisplayEvent
weka.classifiers.trees   
weka.gui.treevisualizer   
 

Uses of TreeDisplayEvent in weka.classifiers.trees
 

Methods in weka.classifiers.trees with parameters of type TreeDisplayEvent
 void UserClassifier.userCommand(TreeDisplayEvent e)
          Receives user choices from the tree view, and then deals with these choices.
 

Uses of TreeDisplayEvent in weka.gui.treevisualizer
 

Methods in weka.gui.treevisualizer with parameters of type TreeDisplayEvent
 void TreeDisplayListener.userCommand(TreeDisplayEvent e)
          Gets called when the user selects something, in the tree display.