|
||||||||||
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.AccelFlags
Field Summary | |
static AccelFlags |
LOCKED
|
static AccelFlags |
MASK
|
static AccelFlags |
VISIBLE
|
Fields inherited from class org.gnu.glib.Flags |
value_ |
Method Summary | |
AccelFlags |
and(AccelFlags other)
|
static AccelFlags |
intern(int value)
|
AccelFlags |
or(AccelFlags other)
|
boolean |
test(AccelFlags other)
|
AccelFlags |
xor(AccelFlags 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 AccelFlags VISIBLE
public static final AccelFlags LOCKED
public static final AccelFlags MASK
Method Detail |
public static AccelFlags intern(int value)
public AccelFlags or(AccelFlags other)
public AccelFlags and(AccelFlags other)
public AccelFlags xor(AccelFlags other)
public boolean test(AccelFlags other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |