| Interface | Description |
|---|---|
| IBridge | Deprecated
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
| IEnvironment | Deprecated
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
| IFieldDescription | Deprecated
This interface does not cover all the features supported by the
corresponding (unpublished) implementation.
|
| IMapping | Deprecated
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
| IMemberDescription | Deprecated
This interface does not cover all the features supported by the
corresponding (unpublished) implementation.
|
| IMethodDescription | Deprecated
This interface does not cover all the features supported by the
corresponding (unpublished) implementation.
|
| IQueryInterface |
This is the delegator interface for Java objects implementing interfaces of
an underlying UNO object.
|
| ITypeDescription | Deprecated
This interface does not cover all the features supported by the
corresponding (unpublished) implementation.
|
| Class | Description |
|---|---|
| Any |
The UNO IDL type any is mapped to java type
java.lang.Object. |
| Enum |
The Enum class is the base class for all classes generated
as java binding for the IDL type enum.
|
| Type |
Represents the UNO built-in type
TYPE. |
| Union |
The Union class is the base class for all classes generated
as java binding for the IDL type union.
|
| UnoRuntime |
The central class needed for implementing or using UNO components in Java.
|