org.gnu.gdk
Class DragAction
java.lang.Object
org.gnu.glib.Flags
org.gnu.gdk.DragAction
public class DragAction
- extends org.gnu.glib.Flags
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final DragAction DEFAULT
COPY
public static final DragAction COPY
MOVE
public static final DragAction MOVE
LINK
public static final DragAction LINK
PRIVATE
public static final DragAction PRIVATE
ASK
public static final DragAction ASK
intern
public static DragAction intern(int value)
or
public DragAction or(DragAction other)
and
public DragAction and(DragAction other)
xor
public DragAction xor(DragAction other)
test
public boolean test(DragAction other)