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, editorComponentFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor for the OneClickCheckBoxEditor object -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldSelectCell(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, stopCellEditingMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
shouldSelectCellin interfaceCellEditor- Overrides:
shouldSelectCellin classRmaCellEditor- Parameters:
anEvent- Description- Returns:
- Description
-