Class NumberCellEditor<E extends java.lang.Number>

java.lang.Object
javax.swing.AbstractCellEditor
jaxx.runtime.swing.editor.cell.NumberCellEditor<E>
All Implemented Interfaces:
java.awt.event.FocusListener, java.io.Serializable, java.util.EventListener, javax.swing.CellEditor, javax.swing.event.AncestorListener, javax.swing.table.TableCellEditor

@Deprecated
public class NumberCellEditor<E extends java.lang.Number>
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor, java.awt.event.FocusListener, javax.swing.event.AncestorListener
Deprecated.
since 2.17, prefer use org.nuiton.jaxx.widgets.editor.cell.NumberCellEditor.
Author:
Sylvain Lletellier
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected NumberEditor numberEditor
    Deprecated.
     

    Fields inherited from class javax.swing.AbstractCellEditor

    changeEvent, listenerList
  • Constructor Summary

    Constructors
    Constructor Description
    NumberCellEditor​(java.lang.Class<E> type, boolean useSign)
    Deprecated.
    constructor
  • Method Summary

    Modifier and Type Method Description
    void ancestorAdded​(javax.swing.event.AncestorEvent event)
    Deprecated.
     
    void ancestorMoved​(javax.swing.event.AncestorEvent event)
    Deprecated.
     
    void ancestorRemoved​(javax.swing.event.AncestorEvent event)
    Deprecated.
     
    void focusGained​(java.awt.event.FocusEvent e)
    Deprecated.
     
    void focusLost​(java.awt.event.FocusEvent e)
    Deprecated.
     
    E getCellEditorValue()
    Deprecated.
     
    NumberEditor getNumberEditor()
    Deprecated.
     
    java.awt.Component getTableCellEditorComponent​(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
    Deprecated.
     
    boolean stopCellEditing()
    Deprecated.
     

    Methods inherited from class javax.swing.AbstractCellEditor

    addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.swing.CellEditor

    addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell
  • Field Details

    • numberEditor

      protected final NumberEditor numberEditor
      Deprecated.
  • Constructor Details

    • NumberCellEditor

      public NumberCellEditor​(java.lang.Class<E> type, boolean useSign)
      Deprecated.
      constructor
  • Method Details

    • getTableCellEditorComponent

      public java.awt.Component getTableCellEditorComponent​(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
      Deprecated.
      Specified by:
      getTableCellEditorComponent in interface javax.swing.table.TableCellEditor
    • getNumberEditor

      public NumberEditor getNumberEditor()
      Deprecated.
    • getCellEditorValue

      public E getCellEditorValue()
      Deprecated.
      Specified by:
      getCellEditorValue in interface javax.swing.CellEditor
    • focusGained

      public void focusGained​(java.awt.event.FocusEvent e)
      Deprecated.
      Specified by:
      focusGained in interface java.awt.event.FocusListener
    • focusLost

      public void focusLost​(java.awt.event.FocusEvent e)
      Deprecated.
      Specified by:
      focusLost in interface java.awt.event.FocusListener
    • ancestorAdded

      public void ancestorAdded​(javax.swing.event.AncestorEvent event)
      Deprecated.
      Specified by:
      ancestorAdded in interface javax.swing.event.AncestorListener
    • ancestorRemoved

      public void ancestorRemoved​(javax.swing.event.AncestorEvent event)
      Deprecated.
      Specified by:
      ancestorRemoved in interface javax.swing.event.AncestorListener
    • ancestorMoved

      public void ancestorMoved​(javax.swing.event.AncestorEvent event)
      Deprecated.
      Specified by:
      ancestorMoved in interface javax.swing.event.AncestorListener
    • stopCellEditing

      public boolean stopCellEditing()
      Deprecated.
      Specified by:
      stopCellEditing in interface javax.swing.CellEditor
      Overrides:
      stopCellEditing in class javax.swing.AbstractCellEditor