org.rubato.rubettes.wallpaper
Class NaturalNumberCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by org.rubato.rubettes.wallpaper.NaturalNumberCellEditor
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.swing.CellEditor, javax.swing.event.CaretListener, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class NaturalNumberCellEditor
extends javax.swing.DefaultCellEditor
implements javax.swing.event.CaretListener

See Also:
Serialized Form

Constructor Summary
NaturalNumberCellEditor(JWallpaperDimensionsTable table)
           
 
Method Summary
 void caretUpdate(javax.swing.event.CaretEvent e)
           
 void down()
           
 int getValue()
           
 void up()
           
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Constructor Detail

NaturalNumberCellEditor

public NaturalNumberCellEditor(JWallpaperDimensionsTable table)
Method Detail

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent e)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener

up

public void up()

down

public void down()

getValue

public int getValue()