|
|||||||||||
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.PreferencesType
Field Summary | |
static PreferencesType |
ALWAYS
|
static PreferencesType |
NEVER
|
static PreferencesType |
USER
|
Method Summary | |
PreferencesType |
and(PreferencesType other)
|
static PreferencesType |
intern(int value)
|
PreferencesType |
or(PreferencesType other)
|
boolean |
test(PreferencesType other)
|
PreferencesType |
xor(PreferencesType 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 PreferencesType NEVER
public static final PreferencesType USER
public static final PreferencesType ALWAYS
Method Detail |
public static PreferencesType intern(int value)
public PreferencesType or(PreferencesType other)
public PreferencesType and(PreferencesType other)
public PreferencesType xor(PreferencesType other)
public boolean test(PreferencesType 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 |