fr.reseaumexico.editor.factorValue
Class FactorValueCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
fr.reseaumexico.editor.factorValue.FactorValueCellEditor
- All Implemented Interfaces:
- FocusListener, Serializable, EventListener, CellEditor, TableCellEditor
public class FactorValueCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, FocusListener
Cell editor for factor values
- Since:
- 0.1
- Author:
- sletellier
- See Also:
TableCellEditor,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected JTable table
factor
protected Factor factor
currentValue
protected Object currentValue
defaultInlineEditor
protected JTextField defaultInlineEditor
specificEditor
protected FactorValueEditorFactory.FactorValueCellEditor specificEditor
isEditing
protected boolean isEditing
factory
protected FactorValueEditorFactory factory
FactorValueCellEditor
public FactorValueCellEditor(jaxx.runtime.JAXXContext context)
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener
Copyright © 2011-2012 Code Lutin. All Rights Reserved.