public class TextCellEditor
extends javax.swing.DefaultCellEditor
| Constructor and Description |
|---|
TextCellEditor(java.lang.Class<?> type,
TableColumnAttributes attributes,
int touchscreenMode,
int clickCountToStart) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic TextCellEditor(java.lang.Class<?> type,
TableColumnAttributes attributes,
int touchscreenMode,
int clickCountToStart)
touchscreenMode - See PMITable.TOUCH_SCREEN_MODE_AUTOpublic 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.DefaultCellEditor