|
|||||||||||
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.gdk.DragProtocol
Field Summary | |
static DragProtocol |
LOCAL
|
static DragProtocol |
MOTIF
|
static DragProtocol |
NONE
|
static DragProtocol |
OLE2
|
static DragProtocol |
ROOTWIN
|
static DragProtocol |
WIN32_DROPFILES
|
static DragProtocol |
XDND
|
Method Summary | |
DragProtocol |
and(DragProtocol other)
|
static DragProtocol |
intern(int value)
|
DragProtocol |
or(DragProtocol other)
|
boolean |
test(DragProtocol other)
|
DragProtocol |
xor(DragProtocol 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 DragProtocol MOTIF
public static final DragProtocol XDND
public static final DragProtocol ROOTWIN
public static final DragProtocol NONE
public static final DragProtocol WIN32_DROPFILES
public static final DragProtocol OLE2
public static final DragProtocol LOCAL
Method Detail |
public static DragProtocol intern(int value)
public DragProtocol or(DragProtocol other)
public DragProtocol and(DragProtocol other)
public DragProtocol xor(DragProtocol other)
public boolean test(DragProtocol 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 |