insensa.view.dialogs.sensi
Class ModeSystematicVariation.SpinnerEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by insensa.view.dialogs.sensi.ModeSystematicVariation.SpinnerEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor
Enclosing class:
ModeSystematicVariation

private class ModeSystematicVariation.SpinnerEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor


Field Summary
(package private)  javax.swing.JSpinner.NumberEditor editor
           
(package private)  javax.swing.JSpinner spinner
           
(package private)  javax.swing.SpinnerNumberModel spinnerNumberModel
           
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
ModeSystematicVariation.SpinnerEditor()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 boolean isCellEditable(java.util.EventObject evt)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
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, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Field Detail

spinner

final javax.swing.JSpinner spinner

spinnerNumberModel

javax.swing.SpinnerNumberModel spinnerNumberModel

editor

javax.swing.JSpinner.NumberEditor editor
Constructor Detail

ModeSystematicVariation.SpinnerEditor

public ModeSystematicVariation.SpinnerEditor()
Method Detail

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor
See Also:
CellEditor.getCellEditorValue()

getTableCellEditorComponent

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

isCellEditable

public boolean isCellEditable(java.util.EventObject evt)
Specified by:
isCellEditable in interface javax.swing.CellEditor
Overrides:
isCellEditable in class javax.swing.AbstractCellEditor
See Also:
AbstractCellEditor.isCellEditable(java.util.EventObject)