Uses of Class
weka.gui.scripting.ScriptingPanel

Packages that use ScriptingPanel
weka.gui   
weka.gui.scripting   
weka.gui.scripting.event   
 

Uses of ScriptingPanel in weka.gui
 

Subclasses of ScriptingPanel in weka.gui
 class SimpleCLIPanel
          Creates a very simple command line for invoking the main method of classes.
 

Uses of ScriptingPanel in weka.gui.scripting
 

Subclasses of ScriptingPanel in weka.gui.scripting
 class FileScriptingPanel
          Supports loading/saving of files.
 class GroovyPanel
          A scripting panel for Groovy.
 class JythonPanel
          A scripting panel for Jython.
 

Methods in weka.gui.scripting with parameters of type ScriptingPanel
static void ScriptingPanel.showPanel(ScriptingPanel panel, String[] args)
          Displays the panel in a frame.
static void ScriptingPanel.showPanel(ScriptingPanel panel, String[] args, int width, int height)
          Displays the panel in a frame.
 

Uses of ScriptingPanel in weka.gui.scripting.event
 

Methods in weka.gui.scripting.event that return ScriptingPanel
 ScriptingPanel TitleUpdatedEvent.getPanel()
          Returns the scripting panel that triggered the event.
 

Constructors in weka.gui.scripting.event with parameters of type ScriptingPanel
TitleUpdatedEvent(ScriptingPanel source)
          Initializes the event.
 



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