UDK 3.1.0 Java API Reference

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

Packages that use IBridge
com.sun.star.uno   
 

Uses of IBridge in com.sun.star.uno
 

Methods in com.sun.star.uno that return IBridge
static IBridge UnoRuntime.getBridge(IEnvironment from, IEnvironment to, Object[] args)
          Gets a bridge from environment from to environment to.
static IBridge UnoRuntime.getBridgeByName(String from, Object from_context, String to, Object to_context, Object[] args)
          Gets a bridge from environment from to environment to.
static IBridge[] UnoRuntime.getBridges()
          Gives an array of all active bridges.
 


UDK 3.1.0 Java API Reference