|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gtk.DestDefaults
Field Summary | |
static DestDefaults |
ALL
|
static DestDefaults |
DROP
|
static DestDefaults |
HIGHLIGHT
|
static DestDefaults |
MOTION
|
Fields inherited from class org.gnu.glib.Flags |
value_ |
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 |
clone, finalize, 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |