Uses of Interface
com.github.javacliparser.gui.OptionEditComponent
-
Packages that use OptionEditComponent Package Description com.github.javacliparser.gui moa.gui moa.gui.clustertab moa.gui.outliertab -
-
Uses of OptionEditComponent in com.github.javacliparser.gui
Classes in com.github.javacliparser.gui that implement OptionEditComponent Modifier and Type Class Description class
ClassOptionEditComponent
An OptionEditComponent that lets the user edit a class option.class
ClassOptionWithNamesEditComponent
class
FileOptionEditComponent
An OptionEditComponent that lets the user edit a file option.class
FlagOptionEditComponent
An OptionEditComponent that lets the user edit a flag option.class
FloatOptionEditComponent
An OptionEditComponent that lets the user edit a float option.class
IntOptionEditComponent
An OptionEditComponent that lets the user edit an integer option.class
ListOptionEditComponent
An OptionEditComponent that lets the user edit a list option.class
MultiChoiceOptionEditComponent
An OptionEditComponent that lets the user edit a multi choice option.class
RangeOptionEditComponent
An OptionEditComponent that lets the user edit a range option.class
StringOptionEditComponent
An OptionEditComponent that lets the user edit a string option.Fields in com.github.javacliparser.gui with type parameters of type OptionEditComponent Modifier and Type Field Description protected List<OptionEditComponent>
OptionsConfigurationPanel. editComponents
Method parameters in com.github.javacliparser.gui with type arguments of type OptionEditComponent Modifier and Type Method Description protected static JPanel
OptionsConfigurationPanel. createLabelledOptionComponentListPanel(Option[] options, List<OptionEditComponent> editComponents)
-
Uses of OptionEditComponent in moa.gui
Classes in moa.gui that implement OptionEditComponent Modifier and Type Class Description class
ClassOptionWithListenerOptionEditComponent
EditComponent for theClassOptionWithListenerOption
.class
EditableMultiChoiceOptionEditComponent
EditComponent for theEditableMultiChoiceOption
which allows for refreshing the shown contents.class
WEKAClassOptionEditComponent
An OptionEditComponent that lets the user edit a WEKA class option. -
Uses of OptionEditComponent in moa.gui.clustertab
Fields in moa.gui.clustertab with type parameters of type OptionEditComponent Modifier and Type Field Description protected List<OptionEditComponent>
ClusteringAlgoPanel. editComponents
-
Uses of OptionEditComponent in moa.gui.outliertab
Fields in moa.gui.outliertab with type parameters of type OptionEditComponent Modifier and Type Field Description protected List<OptionEditComponent>
OutlierAlgoPanel. editComponents
-