Uses of Class
org.gnu.gtk.SpinType

Packages that use SpinType
org.gnu.gtk   
 

Uses of SpinType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as SpinType
static SpinType SpinType.STEP_FORWARD
           
static SpinType SpinType.STEP_BACKWARD
           
static SpinType SpinType.PAGE_FORWARD
           
static SpinType SpinType.PAGE_BACKWARD
           
static SpinType SpinType.HOME
           
static SpinType SpinType.END
           
static SpinType SpinType.USER_DEFINED
           
 

Methods in org.gnu.gtk that return SpinType
static SpinType SpinType.intern(int value)
           
 SpinType SpinType.or(SpinType other)
           
 SpinType SpinType.and(SpinType other)
           
 SpinType SpinType.xor(SpinType other)
           
 

Methods in org.gnu.gtk with parameters of type SpinType
 void SpinButton.spin(SpinType direction, double increment)
          Increment or decrement a spin button's value in a specified direction by a specified amount.
 SpinType SpinType.or(SpinType other)
           
 SpinType SpinType.and(SpinType other)
           
 SpinType SpinType.xor(SpinType other)
           
 boolean SpinType.test(SpinType other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net