Uses of Class
weka.gui.scripting.ScriptingPanel
Packages that use ScriptingPanel
-
Uses of ScriptingPanel in weka.gui
Subclasses of ScriptingPanel in weka.guiModifier and TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassSupports loading/saving of files.classA scripting panel for Groovy.classA scripting panel for Jython.Methods in weka.gui.scripting with parameters of type ScriptingPanelModifier and TypeMethodDescriptionstatic voidScriptingPanel.showPanel(ScriptingPanel panel, String[] args) Displays the panel in a frame.static voidScriptingPanel.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