org.gnu.gtk
Class MovementStep
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.MovementStep
public class MovementStep
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LOGICAL_POSITIONS
public static final MovementStep LOGICAL_POSITIONS
VISUAL_POSITIONS
public static final MovementStep VISUAL_POSITIONS
WORDS
public static final MovementStep WORDS
DISPLAY_LINES
public static final MovementStep DISPLAY_LINES
DISPLAY_LINE_ENDS
public static final MovementStep DISPLAY_LINE_ENDS
PARAGRAPHS
public static final MovementStep PARAGRAPHS
PARAGRAPH_ENDS
public static final MovementStep PARAGRAPH_ENDS
PAGES
public static final MovementStep PAGES
BUFFER_ENDS
public static final MovementStep BUFFER_ENDS
intern
public static MovementStep intern(int value)
or
public MovementStep or(MovementStep other)
and
public MovementStep and(MovementStep other)
xor
public MovementStep xor(MovementStep other)
test
public boolean test(MovementStep other)