|
|||||||||||
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.gtk.DestDefaults
Field Summary | |
static DestDefaults |
ALL
|
static DestDefaults |
DROP
|
static DestDefaults |
HIGHLIGHT
|
static DestDefaults |
MOTION
|
Method Summary | |
DestDefaults |
and(DestDefaults other)
|
static DestDefaults |
intern(int value)
|
DestDefaults |
or(DestDefaults other)
|
boolean |
test(DestDefaults other)
|
DestDefaults |
xor(DestDefaults 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 DestDefaults MOTION
public static final DestDefaults HIGHLIGHT
public static final DestDefaults DROP
public static final DestDefaults ALL
Method Detail |
public static DestDefaults intern(int value)
public DestDefaults or(DestDefaults other)
public DestDefaults and(DestDefaults other)
public DestDefaults xor(DestDefaults other)
public boolean test(DestDefaults 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 |