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.AttribEditor
getComponent
in interface AttributeTableEditor.AttribEditor
public java.lang.Object getValue()
AttributeTableEditor.AttribEditor
getValue
in interface AttributeTableEditor.AttribEditor
public void setValue(java.lang.Object o)
setValue
in interface AttributeTableEditor.AttribEditor
o
- a Boolean object. If this object does not equal
Boolean.TRUE the edited value is set to FALSE.