public class MultiTypeInterfaceContainer extends Object
Constructor | Description |
---|---|
MultiTypeInterfaceContainer() |
Modifier and Type | Method | Description |
---|---|---|
int |
addInterface(Object ckey,
Object iface) |
|
void |
clear() |
|
void |
disposeAndClear(com.sun.star.lang.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) |
public Type[] getContainedTypes()
public InterfaceContainer getContainer(Object key)
key
- the object for which the container should be retrieved.public void disposeAndClear(com.sun.star.lang.EventObject evt)
public void clear()