UNO Java Runtime

com.sun.star.uno
Interface XComponentContext

All Superinterfaces:
XInterface
All Known Implementing Classes:
ComponentContext

public interface XComponentContext
extends XInterface


Field Summary
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
 com.sun.star.lang.XMultiComponentFactory getServiceManager()
           
 java.lang.Object getValueByName(java.lang.String Name)
           
 

Field Detail

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getValueByName

public java.lang.Object getValueByName(java.lang.String Name)

getServiceManager

public com.sun.star.lang.XMultiComponentFactory getServiceManager()

UNO Java Runtime