UDK 3.1.0 Java API Reference

Uses of Interface
com.sun.star.uno.XComponentContext

Packages that use XComponentContext
com.sun.star.comp.helper   
com.sun.star.lib.uno.helper   
 

Uses of XComponentContext in com.sun.star.comp.helper
 

Classes in com.sun.star.comp.helper that implement XComponentContext
 class ComponentContext
          Component context implementation.
 

Methods in com.sun.star.comp.helper that return XComponentContext
static XComponentContext Bootstrap.createInitialComponentContext(Hashtable context_entries)
          Bootstraps an initial component context with service manager and basic jurt components inserted.
static XComponentContext Bootstrap.defaultBootstrap_InitialComponentContext()
          Bootstraps the initial component context from a native UNO installation.
static XComponentContext Bootstrap.defaultBootstrap_InitialComponentContext(String ini_file, Hashtable bootstrap_parameters)
          Bootstraps the initial component context from a native UNO installation.
 

Constructors in com.sun.star.comp.helper with parameters of type XComponentContext
ComponentContext(Hashtable table, XComponentContext xDelegate)
          Ctor to create a component context passing a hashtable for values and a delegator reference.
 

Uses of XComponentContext in com.sun.star.lib.uno.helper
 

Methods in com.sun.star.lib.uno.helper with parameters of type XComponentContext
 Object Factory.createInstanceWithContext(XComponentContext xContext)
           
 Object Factory.createInstanceWithArgumentsAndContext(Object[] arguments, XComponentContext xContext)
           
 


UDK 3.1.0 Java API Reference