Package com.sun.star.lib.uno.helper
Class MultiTypeInterfaceContainer
- java.lang.Object
-
- com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
-
public class MultiTypeInterfaceContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiTypeInterfaceContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaddInterface(Object ckey, Object iface)voidclear()voiddisposeAndClear(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)InterfaceContainergetContainer(Object key)param key can be nullintremoveInterface(Object key, Object iface)
-
-
-
Method Detail
-
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)- Returns:
- an array of types in this container.
-
getContainer
public InterfaceContainer getContainer(Object key)
param key can be null- Parameters:
key- the object for which the container should be retrieved.- Returns:
- the container that contains the object key, if any.
-
disposeAndClear
public void disposeAndClear(EventObject evt)
-
clear
public void clear()
-
-