Package com.sun.star.uno
| Interface Summary |
| IBridge |
This is abstract interface for bridges.
|
| IEnvironment |
The interface implemented by UNO environments.
|
| IFieldDescription |
The IFieldDescription describes non
method members.
|
| IMapping |
With a mapping objets can be mapped from one environment to another.
|
| IMemberDescription |
The IMemberDescription is the base interface
for for the special subset of typedescriptions, which describe
members of IDL structs or interfeces.
|
| IMethodDescription |
The IMethodDescription allows to examine a method
in detail. |
| IQueryInterface |
This is the delegator interface for Java objects implementing interfaces of
an underlying UNO object.
|
| ITypeDescription |
The ITypeDescription allows to examine a type
in detail (e.g. it is used for marshaling/unmarshaling).
|
| Class Summary |
| Any |
The UNO IDL type any is mapped to java type java.lang.Object.
|
| AnyConverter | This class provides static methods which aim at exploring the contents of an
Any and extracting its value. |
| Ascii |
The Ascii class represents the IDL build in type ascii.
|
| AsciiString |
The Ascii class represents the IDL build in type asciistring.
|
| Enum |
The Enum class is the base class for all classes generated
as java binding for the IDL type enum.
|
| MappingException |
The mapping Exception.
|
| 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.
|
| WeakReference | This class holds weak reference to an object. |