com.sun.star.comp.helper
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary |
|---|
| Fields inherited from interface com.sun.star.uno.XComponentContext |
|---|
UNOTYPEINFO |
| Fields inherited from interface com.sun.star.lang.XComponent |
|---|
UNOTYPEINFO |
| Constructor Summary | |
|---|---|
ComponentContext(Hashtable table,
XComponentContext xDelegate)
Ctor to create a component context passing a hashtable for values and a delegator reference. |
|
| Method Summary | |
|---|---|
void |
addEventListener(XEventListener xListener)
|
void |
dispose()
|
XMultiComponentFactory |
getServiceManager()
|
Object |
getValueByName(String rName)
|
void |
removeEventListener(XEventListener xListener)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ComponentContext
public ComponentContext(Hashtable table, XComponentContext xDelegate)
- Ctor to create a component context passing a hashtable for values and a delegator
reference. Entries of the passed hashtable are either direct values or
ComponentContextEntry objects.
- Parameters:
table- entriesxDelegate- if values are not found, request is delegated to this object
| Method Detail |
|---|
getValueByName
public Object getValueByName(String rName)
- Specified by:
getValueByNamein interfaceXComponentContext
getServiceManager
public XMultiComponentFactory getServiceManager()
- Specified by:
getServiceManagerin interfaceXComponentContext
dispose
public void dispose()
- Specified by:
disposein interfaceXComponent
addEventListener
public void addEventListener(XEventListener xListener)
- Specified by:
addEventListenerin interfaceXComponent
removeEventListener
public void removeEventListener(XEventListener xListener)
- Specified by:
removeEventListenerin interfaceXComponent
|
UDK 3.2.7 Java API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sun.star.comp.helper.ComponentContext
