UDK 3.1.0 Java API Reference

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

Packages that use IEnvironment
com.sun.star.uno   
 

Uses of IEnvironment in com.sun.star.uno
 

Methods in com.sun.star.uno that return IEnvironment
static IEnvironment UnoRuntime.getEnvironment(String name, Object context)
          retrieves an environment of type name with context context.
 IEnvironment IBridge.getSourceEnvironment()
          Gives the source environment.
 IEnvironment IBridge.getTargetEnvironment()
          Gives the destination environment.
 

Methods in com.sun.star.uno with parameters of type IEnvironment
static IBridge UnoRuntime.getBridge(IEnvironment from, IEnvironment to, Object[] args)
          Gets a bridge from environment from to environment to.
static IBridge UnoRuntime.getBridge(IEnvironment from, IEnvironment to, Object[] args)
          Gets a bridge from environment from to environment to.
static IMapping UnoRuntime.getMapping(IEnvironment from, IEnvironment to)
          Gets the desired mapping from from to to.
static IMapping UnoRuntime.getMapping(IEnvironment from, IEnvironment to)
          Gets the desired mapping from from to to.
 


UDK 3.1.0 Java API Reference