org.gnu.gtk

Class ScrollType

public class ScrollType extends Enum

Field Summary
static ScrollTypeEND
static ScrollTypeJUMP
static ScrollTypeNONE
static ScrollTypePAGE_BACKWARD
static ScrollTypePAGE_DOWN
static ScrollTypePAGE_FORWARD
static ScrollTypePAGE_LEFT
static ScrollTypePAGE_RIGHT
static ScrollTypePAGE_UP
static ScrollTypeSTART
static ScrollTypeSTEP_BACKWARD
static ScrollTypeSTEP_DOWN
static ScrollTypeSTEP_FORWARD
static ScrollTypeSTEP_LEFT
static ScrollTypeSTEP_RIGHT
static ScrollTypeSTEP_UP
Method Summary
ScrollTypeand(ScrollType other)
static ScrollTypeintern(int value)
ScrollTypeor(ScrollType other)
booleantest(ScrollType other)
ScrollTypexor(ScrollType other)

Field Detail

END

public static final ScrollType END

JUMP

public static final ScrollType JUMP

NONE

public static final ScrollType NONE

PAGE_BACKWARD

public static final ScrollType PAGE_BACKWARD

PAGE_DOWN

public static final ScrollType PAGE_DOWN

PAGE_FORWARD

public static final ScrollType PAGE_FORWARD

PAGE_LEFT

public static final ScrollType PAGE_LEFT

PAGE_RIGHT

public static final ScrollType PAGE_RIGHT

PAGE_UP

public static final ScrollType PAGE_UP

START

public static final ScrollType START

STEP_BACKWARD

public static final ScrollType STEP_BACKWARD

STEP_DOWN

public static final ScrollType STEP_DOWN

STEP_FORWARD

public static final ScrollType STEP_FORWARD

STEP_LEFT

public static final ScrollType STEP_LEFT

STEP_RIGHT

public static final ScrollType STEP_RIGHT

STEP_UP

public static final ScrollType STEP_UP

Method Detail

and

public ScrollType and(ScrollType other)

intern

public static ScrollType intern(int value)

or

public ScrollType or(ScrollType other)

test

public boolean test(ScrollType other)

xor

public ScrollType xor(ScrollType other)