org.gnu.gtk

Class TreeViewDropPosition

public class TreeViewDropPosition extends Enum

Field Summary
static TreeViewDropPositionAFTER
static TreeViewDropPositionBEFORE
static TreeViewDropPositionINTO_OR_AFTER
static TreeViewDropPositionINTO_OR_BEFORE
Method Summary
TreeViewDropPositionand(TreeViewDropPosition other)
static TreeViewDropPositionintern(int value)
TreeViewDropPositionor(TreeViewDropPosition other)
booleantest(TreeViewDropPosition other)
TreeViewDropPositionxor(TreeViewDropPosition other)

Field Detail

AFTER

public static final TreeViewDropPosition AFTER

BEFORE

public static final TreeViewDropPosition BEFORE

INTO_OR_AFTER

public static final TreeViewDropPosition INTO_OR_AFTER

INTO_OR_BEFORE

public static final TreeViewDropPosition INTO_OR_BEFORE

Method Detail

and

public TreeViewDropPosition and(TreeViewDropPosition other)

intern

public static TreeViewDropPosition intern(int value)

or

public TreeViewDropPosition or(TreeViewDropPosition other)

test

public boolean test(TreeViewDropPosition other)

xor

public TreeViewDropPosition xor(TreeViewDropPosition other)