UDK 3.1.0 Java API Reference

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

Packages that use XCurrentContext
com.sun.star.uno   
 

Uses of XCurrentContext in com.sun.star.uno
 

Methods in com.sun.star.uno that return XCurrentContext
static XCurrentContext UnoRuntime.getCurrentContext()
          Gets the current context of current thread or null if no context has been set for the current thread.
 

Methods in com.sun.star.uno with parameters of type XCurrentContext
static void UnoRuntime.setCurrentContext(XCurrentContext context)
          Sets the current context of current thread.
 


UDK 3.1.0 Java API Reference