org.gnu.gtk

Class MovementStep


public class MovementStep
extends Enum

END OF GENERATED CODE

Field Summary

static MovementStep
BUFFER_ENDS
static MovementStep
DISPLAY_LINES
static MovementStep
DISPLAY_LINE_ENDS
static MovementStep
LOGICAL_POSITIONS
static MovementStep
PAGES
static MovementStep
PARAGRAPHS
static MovementStep
PARAGRAPH_ENDS
static MovementStep
VISUAL_POSITIONS
static MovementStep
WORDS

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

BUFFER_ENDS

public static final MovementStep BUFFER_ENDS


DISPLAY_LINES

public static final MovementStep DISPLAY_LINES


DISPLAY_LINE_ENDS

public static final MovementStep DISPLAY_LINE_ENDS


LOGICAL_POSITIONS

public static final MovementStep LOGICAL_POSITIONS


PAGES

public static final MovementStep PAGES


PARAGRAPHS

public static final MovementStep PARAGRAPHS


PARAGRAPH_ENDS

public static final MovementStep PARAGRAPH_ENDS


VISUAL_POSITIONS

public static final MovementStep VISUAL_POSITIONS


WORDS

public static final MovementStep WORDS

Method Details

and

public MovementStep and(MovementStep other)


intern

public static MovementStep intern(int value)


or

public MovementStep or(MovementStep other)


test

public boolean test(MovementStep other)


xor

public MovementStep xor(MovementStep other)