public class TreeTableCellEditor extends AbstractCellEditor implements TableCellEditor
listenerList| Constructor and Description |
|---|
TreeTableCellEditor(TreeTable treeTable) |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int r,
int c) |
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 TreeTableCellEditor(TreeTable treeTable)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c)
getTableCellEditorComponent in interface TableCellEditor