Package rma.swing
Class RmaJTable.OneClickCheckBoxEditor
java.lang.Object
javax.swing.AbstractCellEditor
rma.swing.table.RmaCellEditor
rma.swing.RmaJTable.OneClickCheckBoxEditor
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
,TreeCellEditor
- Enclosing class:
- RmaJTable
Deprecated.
use DefaultCellEditor instead
cell editor for check boxes. Not truely a one click editor but much better
than the default Check box editor doesn't work quite right
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class rma.swing.table.RmaCellEditor
RmaCellEditor.EditorDelegate
-
Field Summary
Fields inherited from class rma.swing.table.RmaCellEditor
_paramScaleId, _scaleFactor, _unitSystem, clickCountToStart, delegate, editorComponent
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor for the OneClickCheckBoxEditor object -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldSelectCell
(EventObject anEvent) Deprecated.Method DescriptionMethods inherited from class rma.swing.table.RmaCellEditor
cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, getClickCountToStart, getComponent, getDisplayScaleFactor, getDisplayUnitSystem, getEditorComponent, getParamScaleId, getTableCellEditorComponent, getTreeCellEditorComponent, getUnitSystem, isCellEditable, setClickCountToStart, setDisplayScaleFactor, setDisplayUnitSystem, setUnitSystem, stopCellEditing
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
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, removeCellEditorListener
-
Constructor Details
-
OneClickCheckBoxEditor
Deprecated.Constructor for the OneClickCheckBoxEditor object- Parameters:
x
- Description
-
-
Method Details
-
shouldSelectCell
Deprecated.Method Description- Specified by:
shouldSelectCell
in interfaceCellEditor
- Overrides:
shouldSelectCell
in classRmaCellEditor
- Parameters:
anEvent
- Description- Returns:
- Description
-