| Package | Description |
|---|---|
| weka.core | |
| weka.gui | |
| weka.gui.explorer | |
| weka.gui.knowledgeflow | |
| weka.gui.visualize | |
| weka.knowledgeflow | |
| weka.knowledgeflow.steps |
| Modifier and Type | Method and Description |
|---|---|
Map<Settings.SettingKey,Object> |
Defaults.getDefaults()
Get the map of default settings
|
Map<Settings.SettingKey,Object> |
Settings.getSettings(String settingsID)
Get the settings for a given ID
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Settings.getSetting(String ID,
Settings.SettingKey key,
T defaultValue)
Get the value of a setting
|
<T> T |
Settings.getSetting(String ID,
Settings.SettingKey key,
T defaultValue,
Environment env)
Get the value of a setting
|
void |
Settings.setSetting(String ID,
Settings.SettingKey propName,
Object value)
Set a value for a setting.
|
| Constructor and Description |
|---|
Defaults(String ID,
Map<Settings.SettingKey,Object> defaults)
Construct a new Defaults
|
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
PerspectiveManager.VISIBLE_PERSPECTIVES_KEY
Settings key for visible perspectives in an application
|
| Modifier and Type | Method and Description |
|---|---|
static SettingsEditor.SingleSettingsEditor |
SettingsEditor.createSingleSettingsEditor(Map<Settings.SettingKey,Object> settingsToEdit)
Creates a single stand-alone settings editor panel
|
| Constructor and Description |
|---|
SingleSettingsEditor(Map<Settings.SettingKey,Object> pSettings) |
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
PreprocessPanel.PreprocessDefaults.ALWAYS_SEND_INSTANCES_TO_ALL_KEY |
static Settings.SettingKey |
PreprocessPanel.PreprocessDefaults.ENABLE_UNDO_KEY |
static Settings.SettingKey |
PreprocessPanel.PreprocessDefaults.FILTER_KEY |
static Settings.SettingKey |
PreprocessPanel.PreprocessDefaults.INITIAL_DIR_KEY |
static Settings.SettingKey |
VisualizePanel.ScatterDefaults.PLOT_SIZE_KEY |
static Settings.SettingKey |
VisualizePanel.ScatterDefaults.POINT_SIZE_KEY |
static Settings.SettingKey |
PreprocessPanel.PreprocessDefaults.UNDO_DIR_KEY |
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
KnowledgeFlowApp.KnowledgeFlowGeneralDefaults.EXECUTION_ENV_KEY |
static Settings.SettingKey |
KnowledgeFlowApp.KnowledgeFlowGeneralDefaults.LAF_KEY |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
MainKFPerspective.getSetting(Settings.SettingKey propKey,
T defaultVal)
Get the value of a setting for the main perspective
|
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
VisualizeUtils.VisualizeDefaults.AXIS_COLOUR_KEY
Axis colour key
|
static Settings.SettingKey |
VisualizeUtils.VisualizeDefaults.BACKGROUND_COLOUR_KEY
Scatter plot background colour key
|
static Settings.SettingKey |
VisualizeUtils.VisualizeDefaults.BAR_BACKGROUND_COLOUR_KEY
Attribute bar background colour key
|
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
KFDefaults.GRID_COLOR_KEY |
static Settings.SettingKey |
KFDefaults.GRID_SPACING_KEY |
static Settings.SettingKey |
KFDefaults.LAYOUT_COLOR_KEY |
static Settings.SettingKey |
KFDefaults.LAYOUT_HEIGHT_KEY |
static Settings.SettingKey |
KFDefaults.LAYOUT_WIDTH_KEY |
static Settings.SettingKey |
KFDefaults.LOGGING_LEVEL_KEY |
static Settings.SettingKey |
KFDefaults.MAX_UNDO_POINTS_KEY |
static Settings.SettingKey |
BaseExecutionEnvironment.BaseExecutionEnvironmentDefaults.RESOURCE_INTENSIVE_EXECUTOR_SERVICE_NUM_THREADS_KEY |
static Settings.SettingKey |
KFDefaults.SHOW_GRID_KEY |
static Settings.SettingKey |
KFDefaults.SHOW_JTREE_TIP_TEXT_KEY |
static Settings.SettingKey |
BaseExecutionEnvironment.BaseExecutionEnvironmentDefaults.STEP_EXECUTOR_SERVICE_NUM_THREADS_KEY |
static Settings.SettingKey |
KFDefaults.STEP_LABEL_FONT_SIZE_KEY |
| Modifier and Type | Field and Description |
|---|---|
static Settings.SettingKey |
ImageSaver.ImageSaverDefaults.DEFAULT_FILE_KEY |
static Settings.SettingKey |
TextSaver.TextSaverDefaults.DEFAULT_FILE_KEY |
static Settings.SettingKey |
ImageSaver.ImageSaverDefaults.DEFAULT_FORMAT_KEY |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.