|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ApplicationActionMap.getContext()
|
protected ApplicationContext |
ActionManager.getContext()
|
ApplicationContext |
Application.getContext()
The ApplicationContext singleton for this Application. |
protected ApplicationContext |
ResourceManager.getContext()
|
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 |
LocalStorage.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 |