public class CreditLimitTreeTable.CheckBoxCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener
listenerList
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int r,
int c) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c)
getTableCellEditorComponent
in interface TableCellEditor
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
Copyright © 2003, 2023, Oracle and/or its affiliates.