Package com.sun.star.lib.uno.helper
Class MultiTypeInterfaceContainer
java.lang.Object
com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintaddInterface(Object ckey, Object iface) voidclear()voidType[]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 nullintremoveInterface(Object key, Object iface) 
- 
Constructor Details- 
MultiTypeInterfaceContainerpublic MultiTypeInterfaceContainer()
 
- 
- 
Method Details- 
getContainedTypesonly 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.
 
- 
getContainerparam 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
- 
clearpublic void clear()
 
-