org.gnu.gtk

Class DeleteType

public class DeleteType extends Enum

Field Summary
static DeleteTypeCHARS
static DeleteTypeDISPLAY_LINES
static DeleteTypeDISPLAY_LINE_ENDS
static DeleteTypePARAGRAPHS
static DeleteTypePARAGRAPH_ENDS
static DeleteTypeWHITESPACE
static DeleteTypeWORDS
static DeleteTypeWORD_ENDS
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_LINES

public static final DeleteType DISPLAY_LINES

DISPLAY_LINE_ENDS

public static final DeleteType DISPLAY_LINE_ENDS

PARAGRAPHS

public static final DeleteType PARAGRAPHS

PARAGRAPH_ENDS

public static final DeleteType PARAGRAPH_ENDS

WHITESPACE

public static final DeleteType WHITESPACE

WORDS

public static final DeleteType WORDS

WORD_ENDS

public static final DeleteType WORD_ENDS

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)