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 RmaJCheckBoxprotected CheckBoxNodeprotected CheckBoxEditorRendererprotected JTreeFields 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, stopCellEditingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTreeCellEditorComponentin interfaceTreeCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-