Class InputCellEditors.NumberCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
com.illumon.iris.console.utils.input.InputCellEditors.NumberCellEditor
- All Implemented Interfaces:
Serializable,CellEditor,TableCellEditor,TreeCellEditor
- Enclosing class:
- InputCellEditors
public static class InputCellEditors.NumberCellEditor extends InputCellEditors.GenericCellEditor
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate -
Field Summary
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent -
Constructor Summary
Constructors Constructor Description NumberCellEditor(InputOverlayLayer overlay, InputCellEditors.ValidRowCallback validRowCallback, GuiTable jTable)NumberCellEditor(InputOverlayLayer overlay, GuiTable jTable) -
Method Summary
Methods inherited from class com.illumon.iris.console.utils.input.InputCellEditors.GenericCellEditor
createFromString, getCellEditorValue, getTableCellEditorComponent, isCellEditable, prepareForCreation, stopCellEditingMethods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, setClickCountToStart, shouldSelectCellMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
-
Constructor Details
-
NumberCellEditor
-
NumberCellEditor
public NumberCellEditor(InputOverlayLayer overlay, InputCellEditors.ValidRowCallback validRowCallback, GuiTable jTable)
-