Uses of Class
org.pbjar.jxlayer.demo.WheelButton.IncrementType

Packages that use WheelButton.IncrementType
org.pbjar.jxlayer.demo Provides for some demonstrations. 
 

Uses of WheelButton.IncrementType in org.pbjar.jxlayer.demo
 

Methods in org.pbjar.jxlayer.demo that return WheelButton.IncrementType
static WheelButton.IncrementType WheelButton.IncrementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WheelButton.IncrementType[] WheelButton.IncrementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.pbjar.jxlayer.demo with parameters of type WheelButton.IncrementType
WheelButton(String name, double resetValue, WheelButton.IncrementType type, double incrementValue, NumberFormat numberFormat, PropertyChangeListener listener)
          Construct a WheelButton.