Package com.github.javacliparser.gui
Interface OptionEditComponent
-
- All Known Implementing Classes:
ClassOptionEditComponent
,ClassOptionWithListenerOptionEditComponent
,ClassOptionWithNamesEditComponent
,EditableMultiChoiceOptionEditComponent
,FileOptionEditComponent
,FlagOptionEditComponent
,FloatOptionEditComponent
,IntOptionEditComponent
,ListOptionEditComponent
,MultiChoiceOptionEditComponent
,RangeOptionEditComponent
,StringOptionEditComponent
,WEKAClassOptionEditComponent
public interface OptionEditComponent
Interface representing a component to edit an option.- Version:
- $Revision: 7 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyState()
This method applies the stateOption
getEditedOption()
Gets the option of this componentvoid
setEditState(String cliString)
Sets the state of the component
-
-
-
Method Detail
-
getEditedOption
Option getEditedOption()
Gets the option of this component- Returns:
- the option of this component
-
setEditState
void setEditState(String cliString)
Sets the state of the component- Parameters:
cliString
- the state of the component
-
applyState
void applyState()
This method applies the state
-
-