public class TableTableCellEditor extends javax.swing.DefaultCellEditor
| Constructor and Description |
|---|
TableTableCellEditor(javax.swing.JTable topTable,
javax.swing.JCheckBox checkBox,
java.util.Vector selectedServiceList)
Controctor
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Overwirte the parent class
|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic TableTableCellEditor(javax.swing.JTable topTable, javax.swing.JCheckBox checkBox, java.util.Vector selectedServiceList)
checkBox - JCheckBoxselectedServiceList - Vectorpublic 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.DefaultCellEditortable - JTablevalue - ObjectisSelected - booleanrow - intcolumn - int