UDK 3.1.0 Java API Reference

com.sun.star.lib.uno.helper
クラス MultiTypeInterfaceContainer

java.lang.Object
  |
  +--com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer

public class MultiTypeInterfaceContainer
extends Object


コンストラクタの概要
MultiTypeInterfaceContainer()
          Creates a new instance of MultiTypeInterfaceContainer
 
メソッドの概要
 int addInterface(Object ckey, Object iface)
           
 void clear()
           
 void disposeAndClear(EventObject evt)
           
 Type[] getContainedTypes()
          only returns types which have at least one value in InterfaceContainer return value can contain an element null, if someone called addInterface (null, interf)
 InterfaceContainer getContainer(Object key)
          param key can be null
 int removeInterface(Object key, Object iface)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MultiTypeInterfaceContainer

public MultiTypeInterfaceContainer()
Creates a new instance of MultiTypeInterfaceContainer

メソッドの詳細

getContainedTypes

public Type[] getContainedTypes()
only returns types which have at least one value in InterfaceContainer return value can contain an element null, if someone called addInterface (null, interf)


getContainer

public InterfaceContainer getContainer(Object key)
param key can be null


addInterface

public int addInterface(Object ckey,
                        Object iface)

removeInterface

public int removeInterface(Object key,
                           Object iface)

disposeAndClear

public void disposeAndClear(EventObject evt)

clear

public void clear()

UDK 3.1.0 Java API Reference