public interface StringSchemeEditor
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
return the editor for the string
|
java.lang.String |
getValue()
return the string represented by the GUI state
|
void |
setContext(java.lang.Object o)
some clients of this code may provide a context for the string, so for example
a preview could be created or units detected or null to clear the context.
|
void |
setValue(java.lang.String v)
set the current string value, representing a state.
|
void setValue(java.lang.String v)
v
- the statejava.lang.String getValue()
java.awt.Component getComponent()
void setContext(java.lang.Object o)
o
-