|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.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
|
| 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 |
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)
|
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 | ||||||||||