public class FactorValueCellEditor extends AbstractCellEditor implements TableCellEditor, FocusListener
TableCellEditor,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Object |
currentValue |
protected JTextField |
defaultInlineEditor |
protected Factor |
factor |
protected FactorValueEditorFactory |
factory |
protected boolean |
isEditing |
protected FactorValueEditorFactory.FactorValueCellEditor |
specificEditor |
protected JTable |
table |
changeEvent, listenerList| Constructor and Description |
|---|
FactorValueCellEditor(jaxx.runtime.JAXXContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected JTable table
protected Factor factor
protected Object currentValue
protected JTextField defaultInlineEditor
protected FactorValueEditorFactory.FactorValueCellEditor specificEditor
protected boolean isEditing
protected FactorValueEditorFactory factory
public FactorValueCellEditor(jaxx.runtime.JAXXContext context)
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent e)
focusLost in interface FocusListenerCopyright © 2011-2012 Code Lutin. All Rights Reserved.