Class JXTable.NumberEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.jdesktop.swingx.JXTable.GenericEditor
org.jdesktop.swingx.JXTable.NumberEditor
- All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor
- Enclosing class:
JXTable
Editor for
Numbers.
Note: this is no longer registered by default. The current default is
NumberEditorExt which differs from this in being
locale-aware.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultCellEditor
DefaultCellEditor.EditorDelegate -
Field Summary
Fields inherited from class JXTable.GenericEditor
argTypes, constructor, valueFields inherited from class DefaultCellEditor
clickCountToStart, delegate, editorComponentFields inherited from class AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JXTable.GenericEditor
getCellEditorValue, getTableCellEditorComponent, stopCellEditingMethods inherited from class DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCellMethods inherited from class AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CellEditor
addCellEditorListener, removeCellEditorListener
-
Constructor Details
-
NumberEditor
public NumberEditor()
-