|
|||||||||||
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.gnome.ClientFlags
Field Summary | |
static ClientFlags |
IS_CONNECTED
|
static ClientFlags |
RESTARTED
|
static ClientFlags |
RESTORED
|
Method Summary | |
ClientFlags |
and(ClientFlags other)
|
static ClientFlags |
intern(int value)
|
ClientFlags |
or(ClientFlags other)
|
boolean |
test(ClientFlags other)
|
ClientFlags |
xor(ClientFlags 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 ClientFlags IS_CONNECTED
public static final ClientFlags RESTARTED
public static final ClientFlags RESTORED
Method Detail |
public static ClientFlags intern(int value)
public ClientFlags or(ClientFlags other)
public ClientFlags and(ClientFlags other)
public ClientFlags xor(ClientFlags other)
public boolean test(ClientFlags 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 |