Package com.sun.star.lib.uno.helper
Class MultiTypeInterfaceContainer
java.lang.Object
com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
addInterface
(Object ckey, Object iface) void
clear()
void
Type[]
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
(Object key) param key can be nullint
removeInterface
(Object key, Object iface)
-
Constructor Details
-
MultiTypeInterfaceContainer
public MultiTypeInterfaceContainer()
-
-
Method Details
-
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
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.
-
addInterface
-
removeInterface
-
disposeAndClear
-
clear
public void clear()
-