public class CheckBoxColumnEditor extends AbstractCellEditor implements TableCellEditor
Modifier and Type | Field and Description |
---|---|
JCheckBox |
theCheckBox |
changeEvent, listenerList
Constructor and Description |
---|
CheckBoxColumnEditor() |
Modifier and Type | Method and Description |
---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object obj,
boolean isSelected,
int row,
int col) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public JCheckBox theCheckBox
public Component getTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col)
getTableCellEditorComponent
in interface TableCellEditor
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor