Uses of Class
weka.gui.scripting.ScriptingPanel
-
Uses of ScriptingPanel in weka.gui
Modifier and TypeClassDescriptionclass
Creates a very simple command line for invoking the main method of classes. -
Uses of ScriptingPanel in weka.gui.scripting
Modifier and TypeClassDescriptionclass
Supports loading/saving of files.class
A scripting panel for Groovy.class
A scripting panel for Jython.Modifier 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
Modifier and TypeMethodDescriptionTitleUpdatedEvent.getPanel()
Returns the scripting panel that triggered the event.