public interface Option
Modifier and Type | Method and Description |
---|---|
void |
fromPrefsFormat(String text) |
JComponent |
getComponent() |
String |
getLabel() |
String |
getOptionId() |
OptionMaster.OptionPlatform |
getOptionPlatform() |
OptionMaster.Type |
getOptionType() |
OptionMaster.Visibility |
getOptionVisibility() |
String |
getValue() |
void |
setValue(String newValue) |
String |
toPrefsFormat() |
String |
toString() |
void fromPrefsFormat(String text)
JComponent getComponent()
String getOptionId()
OptionMaster.OptionPlatform getOptionPlatform()
OptionMaster.Type getOptionType()
OptionMaster.Visibility getOptionVisibility()
String toPrefsFormat()