Public Member Functions | |
| CheckBoxEditor () | |
| CheckBoxEditor (boolean editableMode) | |
| boolean | isPaintable () |
| void | paintValue (java.awt.Graphics gfx, java.awt.Rectangle box) |
| Component | getInPlaceCustomEditor () |
| boolean | hasInPlaceCustomEditor () |
| boolean | supportsEditingTaggedValues () |
| void | attachEnv (PropertyEnv env) |
| void | setBackground (Color color) |
Protected Member Functions | |
| void | setNodeProperty (boolean newValue, Node.Property fd) throws IllegalAccessException, InvocationTargetException |
| boolean | getBoolValue () |
| void | setBoolValue (boolean newValue) |
Private Attributes | |
| boolean | editableMode |
| PropertyEnv | propertyEnv |
| final JCheckBox | renderer |
| JCheckBox | editor |
|
|
default constructor, opens the Editor already in Editable mode, i.e. the first click on the editor changes the value already |
|
|
|
|
|
|
|
|
Returns value of the property as boolean
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8