public static class AttributeTableEditor.TextBasedEditor extends java.lang.Object implements AttributeTableEditor.AttribEditor
Constructor and Description |
---|
TextBasedEditor()
Creates a new TextBasedEditor
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
Returns the editor component
|
java.text.Format |
getFormat() |
java.lang.Object |
getValue()
Returns the value from the text field as an object of the current
edited class.
|
void |
setValue(java.lang.Object value)
Sets the text fields value to the given value.
|
public java.awt.Component getComponent()
AttributeTableEditor.AttribEditor
getComponent
in interface AttributeTableEditor.AttribEditor
public java.text.Format getFormat()
public void setValue(java.lang.Object value)
setValue
in interface AttributeTableEditor.AttribEditor
object
- to init textfield withpublic java.lang.Object getValue()
getValue
in interface AttributeTableEditor.AttribEditor