Package rma.swing.tree
Class CheckBoxEditor
java.lang.Object
javax.swing.AbstractCellEditor
rma.swing.tree.CheckBoxEditor
- All Implemented Interfaces:
Serializable
,CellEditor
,TreeCellEditor
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RmaJCheckBox
protected CheckBoxNode
protected CheckBoxEditorRenderer
protected JTree
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTreeCellEditorComponent
(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Field Details
-
_renderer
-
_checkBox
-
_node
-
_tree
-
-
Constructor Details
-
CheckBoxEditor
public CheckBoxEditor()
-
-
Method Details
-
getTreeCellEditorComponent
public Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) - Specified by:
getTreeCellEditorComponent
in interfaceTreeCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValue
in interfaceCellEditor
-