Uses of Class
org.jdesktop.application.ApplicationContext
Packages that use ApplicationContext
-
Uses of ApplicationContext in org.jdesktop.application
Methods in org.jdesktop.application that return ApplicationContextModifier and TypeMethodDescriptionprotected final ApplicationContext
ActionManager.getContext()
final ApplicationContext
Application.getContext()
The ApplicationContext for this Application.final ApplicationContext
ApplicationActionMap.getContext()
Returns theApplicationContext
protected final ApplicationContext
LocalStorage.getContext()
protected final ApplicationContext
ResourceManager.getContext()
protected final ApplicationContext
SessionStorage.getContext()
ReturnsApplicationContext
which was used during creation of thisSessionStorage
object.final ApplicationContext
Task.getContext()
final ApplicationContext
View.getContext()
Gets theApplicationContext
for theApplication
that's responsible for showing/hiding this View.Constructors in org.jdesktop.application with parameters of type ApplicationContextModifierConstructorDescriptionprotected
ActionManager
(ApplicationContext context) ApplicationActionMap
(ApplicationContext context, Class actionsClass, Object actionsObject, ResourceMap resourceMap) CreatesApplicationActionMap
object.protected
LocalStorage
(ApplicationContext context) protected
ResourceManager
(ApplicationContext context) Construct aResourceManager
.protected
SessionStorage
(ApplicationContext context) Constructs a SessionStorage object.TaskMonitor
(ApplicationContext context) Construct a TaskMonitor.