public class CheckBoxColumnEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
javax.swing.JCheckBox |
theCheckBox |
| Constructor and Description |
|---|
CheckBoxColumnEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object obj,
boolean isSelected,
int row,
int col) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object obj,
boolean isSelected,
int row,
int col)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditor