Uses of Interface
weka.gui.beans.TextListener

Packages that use TextListener
weka.gui.beans   
 

Uses of TextListener in weka.gui.beans
 

Classes in weka.gui.beans that implement TextListener
 class TextViewer
          Bean that collects and displays pieces of text
 

Methods in weka.gui.beans with parameters of type TextListener
 void IncrementalClassifierEvaluator.addTextListener(TextListener cl)
          Add a text listener
 void IncrementalClassifierEvaluator.removeTextListener(TextListener cl)
          Remove a text listener
 void Classifier.addTextListener(TextListener cl)
          Add a text listener
 void Classifier.removeTextListener(TextListener cl)
          Remove a text listener
 void ClassifierPerformanceEvaluator.addTextListener(TextListener cl)
          Add a text listener
 void ClassifierPerformanceEvaluator.removeTextListener(TextListener cl)
          Remove a text listener