Uses of Class
org.gnu.gtk.ScrollType

Packages that use ScrollType
org.gnu.gtk   
 

Uses of ScrollType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ScrollType
static ScrollType ScrollType.NONE
           
static ScrollType ScrollType.JUMP
           
static ScrollType ScrollType.STEP_BACKWARD
           
static ScrollType ScrollType.STEP_FORWARD
           
static ScrollType ScrollType.PAGE_BACKWARD
           
static ScrollType ScrollType.PAGE_FORWARD
           
static ScrollType ScrollType.STEP_UP
           
static ScrollType ScrollType.STEP_DOWN
           
static ScrollType ScrollType.PAGE_UP
           
static ScrollType ScrollType.PAGE_DOWN
           
static ScrollType ScrollType.STEP_LEFT
           
static ScrollType ScrollType.STEP_RIGHT
           
static ScrollType ScrollType.PAGE_LEFT
           
static ScrollType ScrollType.PAGE_RIGHT
           
static ScrollType ScrollType.START
           
static ScrollType ScrollType.END
           
 

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

Methods in org.gnu.gtk with parameters of type ScrollType
 ScrollType ScrollType.or(ScrollType other)
           
 ScrollType ScrollType.and(ScrollType other)
           
 ScrollType ScrollType.xor(ScrollType other)
           
 boolean ScrollType.test(ScrollType other)
           
 


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