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