|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.UpdateType
org.gnome.gtk.UpdateType
.
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 UpdateType
Controls how widgets should be updated
Range
Field Summary | |
---|---|
static UpdateType |
CONTINUOUS
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static UpdateType |
DELAYED
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static UpdateType |
DISCONTINUOUS
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
Method Summary | |
---|---|
UpdateType |
and(UpdateType other)
Deprecated. |
static UpdateType |
intern(int value)
Deprecated. |
UpdateType |
or(UpdateType other)
Deprecated. |
boolean |
test(UpdateType other)
Deprecated. |
UpdateType |
xor(UpdateType other)
Deprecated. |
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 UpdateType CONTINUOUS
public static final UpdateType DISCONTINUOUS
public static final UpdateType DELAYED
Method Detail |
---|
public static UpdateType intern(int value)
public UpdateType or(UpdateType other)
public UpdateType and(UpdateType other)
public UpdateType xor(UpdateType other)
public boolean test(UpdateType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |