jaxx.runtime.swing.editor.cell
Class NumberCellEditor<E extends Number>
java.lang.Object
javax.swing.AbstractCellEditor
jaxx.runtime.swing.editor.cell.NumberCellEditor<E>
- All Implemented Interfaces:
- FocusListener, Serializable, EventListener, CellEditor, AncestorListener, TableCellEditor
public class NumberCellEditor<E extends Number>
- extends AbstractCellEditor
- implements TableCellEditor, FocusListener, AncestorListener
- Author:
- sletellier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numberEditor
protected final NumberEditor numberEditor
NumberCellEditor
public NumberCellEditor(Class<E> type,
boolean useSign)
- constructor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public E getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener
ancestorAdded
public void ancestorAdded(AncestorEvent event)
- Specified by:
ancestorAdded in interface AncestorListener
ancestorRemoved
public void ancestorRemoved(AncestorEvent event)
- Specified by:
ancestorRemoved in interface AncestorListener
ancestorMoved
public void ancestorMoved(AncestorEvent event)
- Specified by:
ancestorMoved in interface AncestorListener
Copyright © 2008-2012 CodeLutin. All Rights Reserved.