|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.TreeViewDropPosition
Field Summary | |
static TreeViewDropPosition |
AFTER
|
static TreeViewDropPosition |
BEFORE
|
static TreeViewDropPosition |
INTO_OR_AFTER
|
static TreeViewDropPosition |
INTO_OR_BEFORE
|
Method Summary | |
TreeViewDropPosition |
and(TreeViewDropPosition other)
|
static TreeViewDropPosition |
intern(int value)
|
TreeViewDropPosition |
or(TreeViewDropPosition other)
|
boolean |
test(TreeViewDropPosition other)
|
TreeViewDropPosition |
xor(TreeViewDropPosition other)
|
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 |
Field Detail |
public static final TreeViewDropPosition BEFORE
public static final TreeViewDropPosition AFTER
public static final TreeViewDropPosition INTO_OR_BEFORE
public static final TreeViewDropPosition INTO_OR_AFTER
Method Detail |
public static TreeViewDropPosition intern(int value)
public TreeViewDropPosition or(TreeViewDropPosition other)
public TreeViewDropPosition and(TreeViewDropPosition other)
public TreeViewDropPosition xor(TreeViewDropPosition other)
public boolean test(TreeViewDropPosition other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |