| Package | Description |
|---|---|
| weka.core.packageManagement | |
| weka.gui | |
| weka.gui.knowledgeflow | |
| weka.gui.knowledgeflow.steps | |
| weka.gui.visualize | |
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPackageManager.applySettings(Settings settings)
Apply settings.
|
void |
PackageManager.applySettings(Settings settings)
Apply the supplied settings.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
GUIApplication.getApplicationSettings()
Get the current settings for this application
|
Settings |
AbstractGUIApplication.getApplicationSettings()
Get the current settings for this application
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectiveManager.addSettingsMenuItemToProgramMenu(Settings settings)
Applications can call this to allow access to the settings editor from the
program menu (in addition to the toolbar widget that pops up the settings
editor)
|
void |
PerspectiveManager.setPerspectiveToolbarAlwaysHidden(Settings settings)
Set whether the perspectives toolbar should always be hidden.
|
static int |
SettingsEditor.showApplicationSettingsEditor(Settings settings,
GUIApplication application)
Popup a settings editor for an application
|
static int |
SettingsEditor.showSingleSettingsEditor(Settings settings,
String settingsID,
String settingsName,
JComponent parent)
Popup a single panel settings editor dialog for one group of related
settings
|
static int |
SettingsEditor.showSingleSettingsEditor(Settings settings,
String settingsID,
String settingsName,
JComponent parent,
int width,
int height)
Popup a single panel settings editor dialog for one group of related
settings
|
boolean |
PerspectiveManager.userRequestedPerspectiveToolbarVisibleOnStartup(Settings settings)
Returns true if the user has requested that the perspective toolbar is
visible when the application starts up
|
| Constructor and Description |
|---|
SettingsEditor(Settings settings,
GUIApplication ownerApp) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
KnowledgeFlowApp.getApplicationSettings()
Get the settings for this application
|
Settings |
BaseInteractiveViewer.getSettings()
Get the settings object for the application
|
Settings |
StepInteractiveViewer.getSettings()
Get the settings object
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseInteractiveViewer.applySettings(Settings settings)
No-op implementation.
|
void |
AttributeSummaryPerspective.setInstances(Instances instances,
Settings settings)
Set the instances to visualize
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScatterPlotMatrixInteractiveView.applySettings(Settings settings)
Apply any changes to the settings
|
void |
AttributeSummarizerInteractiveView.applySettings(Settings settings)
Apply user-changed settings
|
void |
StripChartInteractiveView.applySettings(Settings settings)
Apply settings from the supplied settings object
|
void |
ModelPerformanceChartInteractiveView.applySettings(Settings settings)
Apply any user changes in the supplied settings object
|
void |
TextViewerInteractiveView.applySettings(Settings settings)
Applys settings from the supplied settings object
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributePanel.applySettings(Settings settings,
String ownerID)
Apply settings
|
void |
VisualizePanel.applySettings(Settings settings,
String ownerID)
Apply settings
|
void |
Plot2D.applySettings(Settings settings,
String ownerID)
Apply settings
|
void |
MatrixPanel.applySettings(Settings settings,
String ownerID) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
StepManager.getSettings()
Get the knowledge flow settings
|
Settings |
BaseExecutionEnvironment.getSettings() |
Settings |
FlowExecutor.getSettings()
Convenience method for getting current settings - implementers should
delegate the the execution environment
|
Settings |
FlowRunner.getSettings()
Get the settings in use when executing the Flow
|
Settings |
ExecutionEnvironment.getSettings()
Get knowledge flow settings for this execution environment
|
Settings |
StepManagerImpl.getSettings()
Get the current knowledge flow settings
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseExecutionEnvironment.setSettings(Settings settings) |
void |
FlowExecutor.setSettings(Settings settings)
Convenience method for applying settings - implementers should delegate the
the execution environment
|
void |
FlowRunner.setSettings(Settings settings)
Set the settings to use when executing the Flow
|
void |
ExecutionEnvironment.setSettings(Settings settings)
Set knowledge flow settings for this execution environment
|
| Constructor and Description |
|---|
FlowRunner(Settings settings)
Constructor
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.