Uses of Interface
org.apache.pivot.wtk.Application

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

Uses of Application in org.apache.pivot.wtk
 

Classes in org.apache.pivot.wtk that implement Application
static class Application.Adapter
          Application adapter.
 class ScriptApplication
          Script application loader.
 

Fields in org.apache.pivot.wtk with type parameters of type Application
protected static ArrayList<Application> ApplicationContext.applications
           
 

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

Methods in org.apache.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 org.apache.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.