|
|||||||||||
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.RcFlags
Field Summary | |
static RcFlags |
BASE
|
static RcFlags |
BG
|
static RcFlags |
FG
|
static RcFlags |
TEXT
|
Method Summary | |
RcFlags |
and(RcFlags other)
|
static RcFlags |
intern(int value)
|
RcFlags |
or(RcFlags other)
|
boolean |
test(RcFlags other)
|
RcFlags |
xor(RcFlags 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 RcFlags FG
public static final RcFlags BG
public static final RcFlags TEXT
public static final RcFlags BASE
Method Detail |
public static RcFlags intern(int value)
public RcFlags or(RcFlags other)
public RcFlags and(RcFlags other)
public RcFlags xor(RcFlags other)
public boolean test(RcFlags 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 |