Class SpinnerCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
be.gaudry.swing.component.table.editors.SpinnerCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor

public class SpinnerCellEditor extends AbstractCellEditor implements TableCellEditor
Cell editor showing a single line input field that lets the user select a number or an object value from an ordered sequence. Provided by the broldev.core.swing project.
Since:
1.0 (Dec 26, 2008), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Dec 26, 2008)
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • SpinnerCellEditor

      public SpinnerCellEditor()
      Builds an instance to edit numbers between 1 and 99000 and a step equals to 1
    • SpinnerCellEditor

      public SpinnerCellEditor(SpinnerModel model)
      Builds an instance with a custom model.
      Parameters:
      model - for the sequence of values
  • Method Details