com.sun.star.lib.uno.helper
public class MultiTypeInterfaceContainer extends Object
Constructor Summary | |
---|---|
MultiTypeInterfaceContainer() Creates a new instance of MultiTypeInterfaceContainer |
Method Summary | |
---|---|
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) |