Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
Application.getContext()
The ApplicationContext for this Application.
|
protected ApplicationContext |
LocalStorage.getContext() |
protected ApplicationContext |
ResourceManager.getContext() |
ApplicationContext |
View.getContext()
Gets the
ApplicationContext for the Application that's responsible for showing/hiding this View. |
protected ApplicationContext |
ActionManager.getContext() |
ApplicationContext |
Task.getContext() |
ApplicationContext |
ApplicationActionMap.getContext()
Returns the
ApplicationContext |
protected ApplicationContext |
SessionStorage.getContext()
Returns
ApplicationContext which was used during creation of this
SessionStorage object. |
Constructor and Description |
---|
ActionManager(ApplicationContext context) |
ApplicationActionMap(ApplicationContext context,
Class actionsClass,
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.
|
Copyright © 2009–2016. All rights reserved.