Package | Description |
---|---|
moa.gui | |
moa.options |
Modifier and Type | Field and Description |
---|---|
protected Option |
StringOptionEditComponent.editedOption |
Modifier and Type | Method and Description |
---|---|
Option |
OptionEditComponent.getEditedOption()
Gets the option of this component
|
Option |
ClassOptionWithNamesEditComponent.getEditedOption() |
Option |
FlagOptionEditComponent.getEditedOption() |
Option |
StringOptionEditComponent.getEditedOption() |
Option |
WEKAClassOptionEditComponent.getEditedOption() |
Option |
ClassOptionEditComponent.getEditedOption() |
Option |
MultiChoiceOptionEditComponent.getEditedOption() |
Option |
FloatOptionEditComponent.getEditedOption() |
Option |
IntOptionEditComponent.getEditedOption() |
Option |
FileOptionEditComponent.getEditedOption() |
Modifier and Type | Method and Description |
---|---|
protected static JPanel |
OptionsConfigurationPanel.createLabelledOptionComponentListPanel(Option[] options,
List<OptionEditComponent> editComponents) |
Constructor and Description |
---|
StringOptionEditComponent(Option option) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassOption
Abstract class option.
|
class |
AbstractOption
Abstract option.
|
class |
ClassOption
Class option.
|
class |
ClassOptionWithNames |
class |
FileOption
File option.
|
class |
FlagOption
Flag option.
|
class |
FloatOption
Float option.
|
class |
IntOption
Int option.
|
class |
ListOption
List option.
|
class |
MultiChoiceOption
Multi choice option.
|
class |
StringOption
String option.
|
class |
WEKAClassOption
WEKA class option.
|
Modifier and Type | Field and Description |
---|---|
protected Option[] |
ListOption.currentList |
protected Option[] |
ListOption.defaultList |
protected Option |
ListOption.expectedType |
Modifier and Type | Field and Description |
---|---|
protected List<Option> |
Options.optionList |
Modifier and Type | Method and Description |
---|---|
static Option[] |
ListOption.cliStringToOptionArray(String s,
char separator,
Option expectedType) |
Option |
AbstractOption.copy() |
Option |
Option.copy()
Gets a copy of this option
|
protected Option[] |
AbstractOptionHandler.discoverOptionsViaReflection()
Gets the options of this class via reflection.
|
Option[] |
ListOption.getList() |
Option |
Options.getOption(char cliChar) |
Option |
Options.getOption(String optName) |
Option[] |
Options.getOptionArray() |
Modifier and Type | Method and Description |
---|---|
void |
Options.addOption(Option opt) |
static Object |
ClassOption.cliStringToObject(String cliString,
Class<?> requiredType,
Option[] externalOptions) |
static Object |
ClassOptionWithNames.cliStringToObject(String cliString,
Class<?> requiredType,
Option[] externalOptions) |
static Object |
WEKAClassOption.cliStringToObject(String cliString,
Class<?> requiredType,
Option[] externalOptions) |
static Option[] |
ListOption.cliStringToOptionArray(String s,
char separator,
Option expectedType) |
static String |
ListOption.optionArrayToCLIString(Option[] os,
char separator) |
void |
Options.removeOption(Option opt) |
void |
ListOption.setList(Option[] optList) |
Constructor and Description |
---|
ListOption(String name,
char cliChar,
String purpose,
Option expectedType,
Option[] defaultList,
char separatorChar) |
ListOption(String name,
char cliChar,
String purpose,
Option expectedType,
Option[] defaultList,
char separatorChar) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.