Uses of Interface
weka.gui.scripting.event.TitleUpdatedListener

Packages that use TitleUpdatedListener
weka.gui   
weka.gui.scripting   
 

Uses of TitleUpdatedListener in weka.gui
 

Classes in weka.gui that implement TitleUpdatedListener
 class SimpleCLIPanel
          Creates a very simple command line for invoking the main method of classes.
 

Uses of TitleUpdatedListener in weka.gui.scripting
 

Classes in weka.gui.scripting that implement TitleUpdatedListener
 class FileScriptingPanel
          Supports loading/saving of files.
 class GroovyPanel
          A scripting panel for Groovy.
 class JythonPanel
          A scripting panel for Jython.
 class ScriptingPanel
          Abstract ancestor for scripting panels.
 

Methods in weka.gui.scripting with parameters of type TitleUpdatedListener
 void ScriptingPanel.addTitleUpdatedListener(TitleUpdatedListener l)
          Adds the listener to the internal list.
 void ScriptingPanel.removeTitleUpdatedListener(TitleUpdatedListener l)
          Removes the listener from the internal list.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.