UDK 3.1.0 Java API Reference

インタフェース
com.sun.star.uno.IEnvironment の使用

IEnvironment を使用しているパッケージ
com.sun.star.uno   
 

com.sun.star.uno での IEnvironment の使用
 

IEnvironment を返す com.sun.star.uno のメソッド
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.
 

IEnvironment 型のパラメータを持つ com.sun.star.uno のメソッド
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.
 


UDK 3.1.0 Java API Reference