| Package | Description |
|---|---|
| weka.gui | |
| weka.gui.knowledgeflow |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGUIApplication
Base class for GUI applications in Weka
|
class |
WorkbenchApp |
| Modifier and Type | Method and Description |
|---|---|
GUIApplication |
AbstractPerspective.getMainApplication()
Get the main application that this perspective belongs to
|
GUIApplication |
SimpleCLIPanel.getMainApplication() |
GUIApplication |
Perspective.getMainApplication()
Get the main application that this perspective belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPerspective.setMainApplication(GUIApplication main)
Set the main application.
|
void |
SimpleCLIPanel.setMainApplication(GUIApplication main) |
void |
Perspective.setMainApplication(GUIApplication main)
Set the main application.
|
static int |
SettingsEditor.showApplicationSettingsEditor(Settings settings,
GUIApplication application)
Popup a settings editor for an application
|
| Constructor and Description |
|---|
PerspectiveManager(GUIApplication mainApp,
String... perspectivePrefixesToAllow)
Constructor
|
PerspectiveManager(GUIApplication mainApp,
String[] perspectivePrefixesToAllow,
String[] perspectivePrefixesToDisallow)
Constructor
|
SettingsEditor(Settings settings,
GUIApplication ownerApp) |
| Modifier and Type | Class and Description |
|---|---|
class |
KnowledgeFlowApp
Main Knowledge Flow application class
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLViewerPerspective.setMainApplication(GUIApplication application) |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.