public class JTreeTable.TreeTableCellEditor extends AbstractCellEditor implements TableCellEditor
changeEvent, listenerList
Constructor and Description |
---|
TreeTableCellEditor() |
Modifier and Type | Method and Description |
---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int r,
int c) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int r, int c)
getTableCellEditorComponent
in interface TableCellEditor
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
Copyright © 2005–2020. All rights reserved.