|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gdk.DragAction
Field Summary | |
static DragAction |
ASK
|
static DragAction |
COPY
|
static DragAction |
DEFAULT
|
static DragAction |
LINK
|
static DragAction |
MOVE
|
static DragAction |
PRIVATE
|
Fields inherited from class org.gnu.glib.Flags |
value_ |
Method Summary | |
DragAction |
and(DragAction other)
|
static DragAction |
intern(int value)
|
DragAction |
or(DragAction other)
|
boolean |
test(DragAction other)
|
DragAction |
xor(DragAction other)
|
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DragAction DEFAULT
public static final DragAction COPY
public static final DragAction MOVE
public static final DragAction LINK
public static final DragAction PRIVATE
public static final DragAction ASK
Method Detail |
public static DragAction intern(int value)
public DragAction or(DragAction other)
public DragAction and(DragAction other)
public DragAction xor(DragAction other)
public boolean test(DragAction other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |