| 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.
|
| IMapping | Deprecated
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
| IQueryInterface |
This is the delegator interface for Java objects implementing interfaces of
an underlying UNO object.
|
| 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. |
| UnoRuntime |
The central class needed for implementing or using UNO components in Java.
|