|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Type
public class Type
This class represents the GLib Runtime type identification and management system. It provides the facilities for registering and managing all fundamental data types. It should be for internal use only and not be exposed outside of the library.
Field Summary | |
---|---|
protected static boolean |
isInitialized
Deprecated. |
Constructor Summary | |
---|---|
Type(int handle)
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. |
|
Type(java.lang.String name)
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 | |
---|---|
static Type |
BOOLEAN()
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 Type |
BOXED()
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 Type |
CHAR()
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 Type |
DOUBLE()
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 Type |
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. |
static Type |
FLOAT()
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 static int |
g_type_depth(int type)
Deprecated. |
protected static int |
g_type_from_name(java.lang.String name)
Deprecated. |
protected static void |
g_type_init()
Deprecated. BEGINNING OF JNI CODE |
protected static boolean |
g_type_is_a(int type,
int type_is_a)
Deprecated. |
protected static java.lang.String |
g_type_name(int type)
Deprecated. |
protected static int |
g_type_parent(int type)
Deprecated. |
protected static int |
g_type_qname(int type)
Deprecated. |
protected static int |
get_BOOLEAN()
Deprecated. |
protected static int |
get_BOXED()
Deprecated. |
protected static int |
get_CHAR()
Deprecated. |
protected static int |
get_DOUBLE()
Deprecated. |
protected static int |
get_FLAGS()
Deprecated. |
protected static int |
get_FLOAT()
Deprecated. |
protected static int |
get_INT()
Deprecated. |
protected static int |
get_INTERFACE()
Deprecated. |
protected static int |
get_INVALID()
Deprecated. |
protected static int |
get_JAVA_OBJECT()
Deprecated. NATIVE METHODS - represent macros in the libs |
protected static int |
get_LONG()
Deprecated. |
protected static int |
get_NONE()
Deprecated. |
protected static int |
get_OBJECT()
Deprecated. |
protected static int |
get_PARAM()
Deprecated. |
protected static int |
get_POINTER()
Deprecated. |
protected static int |
get_STRING()
Deprecated. |
int |
getTypeHandle()
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 Type |
INT()
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 Type |
INTERFACE()
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 Type |
INVALID()
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 Type |
JAVA_OBJECT()
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 Type |
LONG()
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 Type |
NONE()
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 Type |
OBJECT()
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 Type |
PARAM()
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 Type |
STRING()
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. |
boolean |
typeEquals(Type aType)
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. |
boolean |
typeIsA(Type aType)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean isInitialized
Constructor Detail |
---|
public Type(int handle)
public Type(java.lang.String name)
Method Detail |
---|
public int getTypeHandle()
public boolean typeEquals(Type aType)
public boolean typeIsA(Type aType)
aType
- the Type to compare this Type with.
true
if this type is equal or descendant of
aType
, false
otherwise.public static final Type INVALID()
public static final Type NONE()
public static final Type INTERFACE()
public static final Type CHAR()
public static final Type BOOLEAN()
public static final Type INT()
public static final Type LONG()
public static final Type FLAGS()
public static final Type FLOAT()
public static final Type DOUBLE()
public static final Type STRING()
public static final Type BOXED()
public static final Type PARAM()
public static final Type OBJECT()
JAVA_OBJECT()
public static final Type JAVA_OBJECT()
protected static final int get_JAVA_OBJECT()
protected static final int get_POINTER()
protected static final int get_INVALID()
protected static final int get_NONE()
protected static final int get_INTERFACE()
protected static final int get_CHAR()
protected static final int get_BOOLEAN()
protected static final int get_INT()
protected static final int get_LONG()
protected static final int get_FLAGS()
protected static final int get_FLOAT()
protected static final int get_DOUBLE()
protected static final int get_STRING()
protected static final int get_BOXED()
protected static final int get_PARAM()
protected static final int get_OBJECT()
protected static final void g_type_init()
protected static final java.lang.String g_type_name(int type)
protected static final int g_type_qname(int type)
protected static final int g_type_from_name(java.lang.String name)
protected static final int g_type_parent(int type)
protected static final int g_type_depth(int type)
protected static final boolean g_type_is_a(int type, int type_is_a)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |