public static class AttributeTableEditor.StringEditor extends AttributeTableEditor.TextBasedEditor
Constructor and Description |
---|
StringEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Returns the value from the text field as an object of the current
edited class.
|
void |
setValue(java.lang.Object o)
Sets contents of editor text field to the given string.
|
getComponent, getFormat
public java.lang.Object getValue()
AttributeTableEditor.TextBasedEditor
getValue
in interface AttributeTableEditor.AttribEditor
getValue
in class AttributeTableEditor.TextBasedEditor
public void setValue(java.lang.Object o)
setValue
in interface AttributeTableEditor.AttribEditor
setValue
in class AttributeTableEditor.TextBasedEditor
a
- String object.