javax.swing
Class JTable.NumberEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
javax.swing.JTable.GenericEditor
javax.swing.JTable.NumberEditor
- All Implemented Interfaces:
- CellEditor, Serializable, TableCellEditor, TreeCellEditor
- Enclosing class:
- JTable
- static class JTable.NumberEditor
- extends JTable.GenericEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
argTypes
Class[] argTypes
constructor
Constructor constructor
value
Object value
JTable.NumberEditor
public JTable.NumberEditor()
stopCellEditing
public boolean stopCellEditing()
- Description copied from class:
DefaultCellEditor
- Forwards the message from the
CellEditor
to
the delegate
.
- Specified by:
stopCellEditing
in interface CellEditor
- Overrides:
stopCellEditing
in class DefaultCellEditor
- See Also:
DefaultCellEditor.EditorDelegate.stopCellEditing()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Description copied from class:
DefaultCellEditor
- Implements the
TableCellEditor
interface.
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
- Overrides:
getTableCellEditorComponent
in class DefaultCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Description copied from class:
DefaultCellEditor
- Forwards the message from the
CellEditor
to
the delegate
.
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class DefaultCellEditor
- See Also:
DefaultCellEditor.EditorDelegate.getCellEditorValue()