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(java.util.Hashtable table,
XComponentContext xDelegate)
Ctor to create a component context passing a hashtable for values and a delegator reference. |
|
| Method Summary | |
void |
addEventListener(com.sun.star.lang.XEventListener xListener)
|
void |
dispose()
|
com.sun.star.lang.XMultiComponentFactory |
getServiceManager()
|
java.lang.Object |
getValueByName(java.lang.String rName)
|
void |
removeEventListener(com.sun.star.lang.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(java.util.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 java.lang.Object getValueByName(java.lang.String rName)
- Specified by:
getValueByNamein interfaceXComponentContext
getServiceManager
public com.sun.star.lang.XMultiComponentFactory getServiceManager()
- Specified by:
getServiceManagerin interfaceXComponentContext
dispose
public void dispose()
- Specified by:
disposein interfacecom.sun.star.lang.XComponent
addEventListener
public void addEventListener(com.sun.star.lang.XEventListener xListener)
- Specified by:
addEventListenerin interfacecom.sun.star.lang.XComponent
removeEventListener
public void removeEventListener(com.sun.star.lang.XEventListener xListener)
- Specified by:
removeEventListenerin interfacecom.sun.star.lang.XComponent
|
UNO Java Runtime | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

