|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.gnu.glib.Enum
|
+--org.gnu.gnome.RestartStyle
| Field Summary | |
static RestartStyle |
ANYWAY
|
static RestartStyle |
IF_RUNNING
|
static RestartStyle |
IMMEDIATELY
|
static RestartStyle |
NEVER
|
| Method Summary | |
RestartStyle |
and(RestartStyle other)
|
static RestartStyle |
intern(int value)
|
RestartStyle |
or(RestartStyle other)
|
boolean |
test(RestartStyle other)
|
RestartStyle |
xor(RestartStyle other)
|
| Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final RestartStyle IF_RUNNING
public static final RestartStyle ANYWAY
public static final RestartStyle IMMEDIATELY
public static final RestartStyle NEVER
| Method Detail |
public static RestartStyle intern(int value)
public RestartStyle or(RestartStyle other)
public RestartStyle and(RestartStyle other)
public RestartStyle xor(RestartStyle other)
public boolean test(RestartStyle 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 | ||||||||||