|
UDK 3.2.0 Java API Reference | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface IQueryInterface
This is the delegator interface for Java objects implementing interfaces of an underlying UNO object.
Calls are delegated through the UnoRuntime to this
interface. Implement this interface in case you want to customize the
behaviour of UnoRuntime.queryInterface.
UnoRuntime| メソッドの概要 | |
|---|---|
String |
getOid()
Returns the unique object identifier (OID) of the underlying UNO object. |
boolean |
isSame(Object object)
Tests if the given reference represents a facet of the underlying UNO object. |
Object |
queryInterface(Type type)
Returns an object implementing the requested interface type. |
| メソッドの詳細 |
|---|
String getOid()
Object queryInterface(Type type)
type - the requested UNO interface type; must be a Type
object representing a UNO interface type
nullUnoRuntimeboolean isSame(Object object)
object - a reference to any Java object representing (a facet of) a
UNO object; may be null
true if and only if object is not
null and represents the same UNO object as this object
|
UDK 3.2.0 Java API Reference | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||