org.gnu.glib
org.gnome.glib.Flags
.
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 Flags extends java.lang.Object
define-flags
in a
.defs
file.Modifier and Type | Field and Description |
---|---|
protected int |
value_
Deprecated.
holder for the raw flags value
|
Modifier | Constructor and Description |
---|---|
protected |
Flags()
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
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.
|
int |
getValue()
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.
|
int |
hashCode()
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.
|
protected Flags()
public final int getValue()
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object other)
true
when the other object is also a Flags
and when the values
match.equals
in class java.lang.Object
other
- the object to compare to