public abstract class TextActionTableCellEditor extends ActionTableCellEditor
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
textField |
actionButton, clearButton, clickCountToStart, column, component, isClear, mainPanel, renderer, row, table, value
Constructor and Description |
---|
TextActionTableCellEditor() |
TextActionTableCellEditor(boolean isActionable,
boolean isClearable,
boolean selectAllOnFocus,
boolean stopEditingOnAction) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCellEditorValue() |
void |
setComponentValue() |
actionPerformed, clearPerformed, getActionButton, getClearButton, getClickCountToStart, getColumn, getComponent, getMainPanel, getRenderer, getRow, getTable, getTableCellEditorComponent, getValue, getWindow, isCellEditable, setClickCountToStart, setValue
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing
public TextActionTableCellEditor()
public TextActionTableCellEditor(boolean isActionable, boolean isClearable, boolean selectAllOnFocus, boolean stopEditingOnAction)
public void setComponentValue()
setComponentValue
in class ActionTableCellEditor
public java.lang.Object getCellEditorValue()
getCellEditorValue
in interface javax.swing.CellEditor
getCellEditorValue
in class ActionTableCellEditor
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.