Class UpDownArrowSpinner

java.lang.Object
com.iizigo.swt.UpDownArrowSpinner
All Implemented Interfaces:
EventListener, KeyListener, SWTEventListener

public class UpDownArrowSpinner extends Object implements KeyListener
Class to handle arrow up/down keys for e.g. a unit text in an entry field. When up/down is pressed, the text contents is parsed for a value (decimal too). The increment is by 1.
Author:
Christopher Mindus
  • Method Details