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.
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 - entries
xDelegate - if values are not found, request is delegated to this object
Method Detail
getValueByName
public java.lang.Object getValueByName(java.lang.String rName)