Uses of Interface
pivot.wtk.Application

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

Uses of Application in pivot.wtk
 

Classes in pivot.wtk that implement Application
 class ScriptApplication
          Script application loader.
 

Methods in pivot.wtk that return Application
 Application BrowserApplicationContext.HostApplet.getApplication()
           
static Application BrowserApplicationContext.getApplication(String name)
          Retrieves a named application.
 

Methods in pivot.wtk with parameters of type Application
static Object BrowserApplicationContext.eval(String script, Application application)
          Evaluates a script in the page context and returns the result.
 

Method parameters in pivot.wtk with type arguments of type Application
static void DesktopApplicationContext.main(Class<? extends Application> applicationClass, String[] applicationArgs)
          Utility method to make it easier to define main() entry-points into applications.