Package | Description |
---|---|
examples | |
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
protected ApplicationContext |
ActionMapExample.BaseScenePanel.getContext() |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
Application.getContext()
The ApplicationContext singleton for this Application.
|
protected ApplicationContext |
ActionManager.getContext() |
ApplicationContext |
Task.getContext() |
ApplicationContext |
View.getContext()
The
ApplicationContext for the Application that's responsible for showing/hiding this View. |
protected ApplicationContext |
SessionStorage.getContext() |
protected ApplicationContext |
ResourceManager.getContext() |
protected ApplicationContext |
LocalStorage.getContext() |
ApplicationContext |
ApplicationActionMap.getContext() |
Constructor and Description |
---|
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.
|