public static class AttributeTableEditor.BooleanAttribEditor extends java.lang.Object implements AttributeTableEditor.AttribEditor
| Constructor and Description |
|---|
BooleanAttribEditor() |
| 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 Boolean object. If this object does not equal
Boolean.TRUE the edited value is set to FALSE.