|
|||||||||||
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.gtk.SignalRunType
Field Summary | |
static SignalRunType |
ACTION
|
static SignalRunType |
BOTH
|
static SignalRunType |
FIRST
|
static SignalRunType |
LAST
|
static SignalRunType |
NO_HOOKS
|
static SignalRunType |
NO_RECURSE
|
Method Summary | |
SignalRunType |
and(SignalRunType other)
|
static SignalRunType |
intern(int value)
|
SignalRunType |
or(SignalRunType other)
|
boolean |
test(SignalRunType other)
|
SignalRunType |
xor(SignalRunType 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 SignalRunType FIRST
public static final SignalRunType LAST
public static final SignalRunType BOTH
public static final SignalRunType NO_RECURSE
public static final SignalRunType ACTION
public static final SignalRunType NO_HOOKS
Method Detail |
public static SignalRunType intern(int value)
public SignalRunType or(SignalRunType other)
public SignalRunType and(SignalRunType other)
public SignalRunType xor(SignalRunType other)
public boolean test(SignalRunType 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 |