org.gnu.gtk

Class ScrollType


public class ScrollType
extends Enum

Field Summary

static ScrollType
END
static ScrollType
JUMP
static ScrollType
NONE
static ScrollType
PAGE_BACKWARD
static ScrollType
PAGE_DOWN
static ScrollType
PAGE_FORWARD
static ScrollType
PAGE_LEFT
static ScrollType
PAGE_RIGHT
static ScrollType
PAGE_UP
static ScrollType
START
static ScrollType
STEP_BACKWARD
static ScrollType
STEP_DOWN
static ScrollType
STEP_FORWARD
static ScrollType
STEP_LEFT
static ScrollType
STEP_RIGHT
static ScrollType
STEP_UP

Method Summary

ScrollType
and(ScrollType other)
static ScrollType
intern(int value)
ScrollType
or(ScrollType other)
boolean
test(ScrollType other)
ScrollType
xor(ScrollType other)

Field Details

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 Details

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)