|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationContext in org.jdesktop.application |
---|
Methods in org.jdesktop.application that return ApplicationContext | |
---|---|
ApplicationContext |
View.getContext()
The ApplicationContext for the Application that's responsible for showing/hiding this View. |
ApplicationContext |
Task.getContext()
|
protected ApplicationContext |
SessionStorage.getContext()
|
protected ApplicationContext |
ResourceManager.getContext()
|
protected ApplicationContext |
LocalStorage.getContext()
|
ApplicationContext |
ApplicationActionMap.getContext()
|
ApplicationContext |
Application.getContext()
The ApplicationContext singleton for this Application. |
protected ApplicationContext |
ActionManager.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |