|
|||||||||||
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.gdk.SettingAction
Field Summary | |
static SettingAction |
CHANGED
|
static SettingAction |
DELETED
|
static SettingAction |
NEW
|
Method Summary | |
SettingAction |
and(SettingAction other)
|
static SettingAction |
intern(int value)
|
SettingAction |
or(SettingAction other)
|
boolean |
test(SettingAction other)
|
SettingAction |
xor(SettingAction 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 SettingAction NEW
public static final SettingAction CHANGED
public static final SettingAction DELETED
Method Detail |
public static SettingAction intern(int value)
public SettingAction or(SettingAction other)
public SettingAction and(SettingAction other)
public SettingAction xor(SettingAction other)
public boolean test(SettingAction 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 |