|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Flags
org.gnu.gtk.ObjectFlags
org.gnome.gtk.ObjectFlags
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class ObjectFlags
Tells about the state of a GtkObject.
IN_DESTRUCTION The object is currently being destroyed. FLOATING The object is orphaned. RESERVED_1 Reserved for future use RESERVED_2 Reserved for future use
Field Summary | |
---|---|
static ObjectFlags |
FLOATING
Deprecated. |
static ObjectFlags |
IN_DESTRUCTION
Deprecated. |
static ObjectFlags |
RESERVED_1
Deprecated. |
static ObjectFlags |
RESERVED_2
Deprecated. |
Method Summary | |
---|---|
ObjectFlags |
and(ObjectFlags other)
Deprecated. |
static ObjectFlags |
intern(int value)
Deprecated. |
ObjectFlags |
or(ObjectFlags other)
Deprecated. |
boolean |
test(ObjectFlags other)
Deprecated. |
ObjectFlags |
xor(ObjectFlags other)
Deprecated. |
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 ObjectFlags IN_DESTRUCTION
public static final ObjectFlags FLOATING
public static final ObjectFlags RESERVED_1
public static final ObjectFlags RESERVED_2
Method Detail |
---|
public static ObjectFlags intern(int value)
public ObjectFlags or(ObjectFlags other)
public ObjectFlags and(ObjectFlags other)
public ObjectFlags xor(ObjectFlags other)
public boolean test(ObjectFlags other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |