Uses of Class
pivot.wtk.ApplicationContext

Packages that use ApplicationContext
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of ApplicationContext in pivot.wtk
 

Subclasses of ApplicationContext in pivot.wtk
 class BrowserApplicationContext
          Application context used to execute applications in a web browser.
 class DesktopApplicationContext
          Application context used to execute applications in a native frame window.
 

Methods in pivot.wtk that return ApplicationContext
 ApplicationContext ApplicationContext.DisplayHost.getApplicationContext()