Uses of Class
weka.gui.scripting.ScriptingPanel
Packages that use ScriptingPanel
-
Uses of ScriptingPanel in weka.gui
Subclasses of ScriptingPanel in weka.guiModifier and TypeClassDescriptionclass
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.scriptingModifier and TypeClassDescriptionclass
Supports loading/saving of files.class
A scripting panel for Groovy.class
A scripting panel for Jython.Methods in weka.gui.scripting with parameters of type ScriptingPanelModifier and TypeMethodDescriptionstatic 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 ScriptingPanelModifier and TypeMethodDescriptionTitleUpdatedEvent.getPanel()
Returns the scripting panel that triggered the event.Constructors in weka.gui.scripting.event with parameters of type ScriptingPanel