UDK 3.2.7 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)
          Deprecated. As of UDK 3.2.0, this method is deprecated, without offering a replacement.
 IEnvironment IBridge.getSourceEnvironment()
          Deprecated. Returns the source environment.
 IEnvironment IBridge.getTargetEnvironment()
          Deprecated. Returns the destination environment.
 

Methods in com.sun.star.uno with parameters of type IEnvironment
static IBridge UnoRuntime.getBridge(IEnvironment from, IEnvironment to, Object[] args)
          Deprecated. As of UDK 3.2.0, this method is deprecated, without offering a replacement.
static IMapping UnoRuntime.getMapping(IEnvironment from, IEnvironment to)
          Deprecated. As of UDK 3.2.0, this method is deprecated, without offering a replacement.
 


UDK 3.2.7 Java API Reference