public class TriStateCellEditor
extends javax.swing.DefaultCellEditor
| Constructor and Description |
|---|
TriStateCellEditor()
A new editor using a TriStateCheckBox as the editor
|
TriStateCellEditor(TriStateCheckBox checkBox)
A new editor using the passed component as the editor component
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic TriStateCellEditor()
public TriStateCellEditor(TriStateCheckBox checkBox)
checkBox - public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorgetTableCellEditorComponent in class javax.swing.DefaultCellEditor