org.gnu.gtk
Class DeleteType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.DeleteType
public class DeleteType
- 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 |
CHARS
public static final DeleteType CHARS
WORD_ENDS
public static final DeleteType WORD_ENDS
WORDS
public static final DeleteType WORDS
DISPLAY_LINES
public static final DeleteType DISPLAY_LINES
DISPLAY_LINE_ENDS
public static final DeleteType DISPLAY_LINE_ENDS
PARAGRAPH_ENDS
public static final DeleteType PARAGRAPH_ENDS
PARAGRAPHS
public static final DeleteType PARAGRAPHS
WHITESPACE
public static final DeleteType WHITESPACE
intern
public static DeleteType intern(int value)
or
public DeleteType or(DeleteType other)
and
public DeleteType and(DeleteType other)
xor
public DeleteType xor(DeleteType other)
test
public boolean test(DeleteType other)