public class PBillinfoDetailsTreeTable.TreeTableCellEditor extends AbstractCellEditor implements TableCellEditor
listenerList| Constructor and Description |
|---|
TreeTableCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
Implementation for method in TableCellEditor
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditortable - value - isSelected - row - column - Copyright © 2003, 2023, Oracle and/or its affiliates.