Uses of Class
org.jdesktop.application.ApplicationContext

Packages that use ApplicationContext
examples   
org.jdesktop.application   
 

Uses of ApplicationContext in examples
 

Methods in examples that return ApplicationContext
protected  ApplicationContext ActionMapExample.BaseScenePanel.getContext()
           
 

Uses of ApplicationContext in org.jdesktop.application
 

Methods in org.jdesktop.application that return ApplicationContext
 ApplicationContext Application.getContext()
          The ApplicationContext singleton for this Application.
 ApplicationContext ApplicationActionMap.getContext()
           
 ApplicationContext Task.getContext()
           
protected  ApplicationContext ResourceManager.getContext()
           
protected  ApplicationContext LocalStorage.getContext()
           
 ApplicationContext View.getContext()
          The ApplicationContext for the Application that's responsible for showing/hiding this View.
protected  ApplicationContext ActionManager.getContext()
           
protected  ApplicationContext SessionStorage.getContext()
           
 

Constructors in org.jdesktop.application with parameters of type ApplicationContext
ActionManager(ApplicationContext context)
           
ApplicationActionMap(ApplicationContext context, java.lang.Class actionsClass, java.lang.Object actionsObject, ResourceMap resourceMap)
           
LocalStorage(ApplicationContext context)
           
ResourceManager(ApplicationContext context)
          Construct a ResourceManager.
SessionStorage(ApplicationContext context)
          Constructs a SessionStorage object.
TaskMonitor(ApplicationContext context)
          Construct a TaskMonitor.