Package rma.swing

Class RmaJTable.OneClickCheckBoxEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
Enclosing class:
RmaJTable

@Deprecated public static class RmaJTable.OneClickCheckBoxEditor extends RmaCellEditor
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:
  • Constructor Details

    • OneClickCheckBoxEditor

      public OneClickCheckBoxEditor(JCheckBox x)
      Deprecated.
      Constructor for the OneClickCheckBoxEditor object
      Parameters:
      x - Description
  • Method Details