public static class AttributeTableEditor.TimeUnitAttribEditor extends java.lang.Object implements AttributeTableEditor.AttribEditor
| Constructor and Description |
|---|
TimeUnitAttribEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getComponent()
Returns the editor component
|
java.lang.Object |
getValue()
Returns the currently edited cell value
|
void |
setValue(java.lang.Object o)
Sets value of the combo box to the given object.
|
public java.awt.Component getComponent()
AttributeTableEditor.AttribEditorgetComponent in interface AttributeTableEditor.AttribEditorpublic java.lang.Object getValue()
AttributeTableEditor.AttribEditorgetValue in interface AttributeTableEditor.AttribEditorpublic void setValue(java.lang.Object o)
setValue in interface AttributeTableEditor.AttribEditoro - a TimeUnit object.