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, getFormatpublic java.lang.Object getValue()
AttributeTableEditor.TextBasedEditorgetValue in interface AttributeTableEditor.AttribEditorgetValue in class AttributeTableEditor.TextBasedEditorpublic void setValue(java.lang.Object o)
setValue in interface AttributeTableEditor.AttribEditorsetValue in class AttributeTableEditor.TextBasedEditora - String object.