Package | Description |
---|---|
weka.gui | |
weka.gui.scripting | |
weka.gui.scripting.event |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCLIPanel
Creates a very simple command line for invoking the main method of
classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FileScriptingPanel
Supports loading/saving of files.
|
class |
GroovyPanel
A scripting panel for Groovy.
|
class |
JythonPanel
A scripting panel for Jython.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ScriptingPanel |
TitleUpdatedEvent.getPanel()
Returns the scripting panel that triggered the event.
|
Constructor and Description |
---|
TitleUpdatedEvent(ScriptingPanel source)
Initializes the event.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.