org.gnu.gtk

Class DeleteType


public class DeleteType
extends Enum

END OF GENERATED CODE

Field Summary

static DeleteType
CHARS
static DeleteType
DISPLAY_LINES
static DeleteType
DISPLAY_LINE_ENDS
static DeleteType
PARAGRAPHS
static DeleteType
PARAGRAPH_ENDS
static DeleteType
WHITESPACE
static DeleteType
WORDS
static DeleteType
WORD_ENDS

Method Summary

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

Field Details

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 Details

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)