public class RegistryTextOptionDescriptor extends OptionDescription implements Changeable
| Constructor and Description |
|---|
RegistryTextOptionDescriptor(RegistryValue value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOption() |
java.lang.String |
getValue() |
boolean |
hasChanged() |
boolean |
hasExternalEditor() |
void |
invokeInternalEditor() |
compareTo, equals, getConfigurableId, getGroupName, getHit, getPath, hashCode, toStringpublic RegistryTextOptionDescriptor(RegistryValue value)
public boolean hasChanged()
hasChanged in interface Changeablepublic java.lang.String getOption()
getOption in class OptionDescriptionpublic java.lang.String getValue()
getValue in class OptionDescriptionpublic boolean hasExternalEditor()
hasExternalEditor in class OptionDescriptionpublic void invokeInternalEditor()
invokeInternalEditor in class OptionDescription