|
|||||||||||
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.SaveStyle
Field Summary | |
static SaveStyle |
BOTH
|
static SaveStyle |
GLOBAL
|
static SaveStyle |
LOCAL
|
Method Summary | |
SaveStyle |
and(SaveStyle other)
|
static SaveStyle |
intern(int value)
|
SaveStyle |
or(SaveStyle other)
|
boolean |
test(SaveStyle other)
|
SaveStyle |
xor(SaveStyle 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 SaveStyle GLOBAL
public static final SaveStyle LOCAL
public static final SaveStyle BOTH
Method Detail |
public static SaveStyle intern(int value)
public SaveStyle or(SaveStyle other)
public SaveStyle and(SaveStyle other)
public SaveStyle xor(SaveStyle other)
public boolean test(SaveStyle 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 |