org.gnu.gtk

Class DeleteType

public class DeleteType extends Enum

Field Summary
static DeleteTypeCHARS
static DeleteTypeDISPLAY_LINE_ENDS
static DeleteTypeDISPLAY_LINES
static DeleteTypePARAGRAPH_ENDS
static DeleteTypePARAGRAPHS
static DeleteTypeWHITESPACE
static DeleteTypeWORD_ENDS
static DeleteTypeWORDS
Method Summary
DeleteTypeand(DeleteType other)
static DeleteTypeintern(int value)
DeleteTypeor(DeleteType other)
booleantest(DeleteType other)
DeleteTypexor(DeleteType other)

Field Detail

CHARS

public static final DeleteType CHARS

DISPLAY_LINE_ENDS

public static final DeleteType DISPLAY_LINE_ENDS

DISPLAY_LINES

public static final DeleteType DISPLAY_LINES

PARAGRAPH_ENDS

public static final DeleteType PARAGRAPH_ENDS

PARAGRAPHS

public static final DeleteType PARAGRAPHS

WHITESPACE

public static final DeleteType WHITESPACE

WORD_ENDS

public static final DeleteType WORD_ENDS

WORDS

public static final DeleteType WORDS

Method Detail

and

public DeleteType and(DeleteType other)

intern

public static DeleteType intern(int value)

or

public DeleteType or(DeleteType other)

test

public boolean test(DeleteType other)

xor

public DeleteType xor(DeleteType other)