public class BooleanTableCellEditor
extends javax.swing.DefaultCellEditor
| Constructor and Description |
|---|
BooleanTableCellEditor() |
BooleanTableCellEditor(boolean isStringEditor) |
BooleanTableCellEditor(boolean isStringEditor,
int horizontalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic BooleanTableCellEditor(boolean isStringEditor)
public BooleanTableCellEditor(boolean isStringEditor,
int horizontalAlignment)
public BooleanTableCellEditor()
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.DefaultCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorgetCellEditorValue in class javax.swing.DefaultCellEditor