Uses of Class
org.jdesktop.application.ApplicationContext
Packages that use ApplicationContext
-
Uses of ApplicationContext in examples
Methods in examples that return ApplicationContextModifier and TypeMethodDescriptionprotected final ApplicationContext
ActionMapExample.BaseScenePanel.getContext()
-
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 singleton for this Application.final ApplicationContext
ApplicationActionMap.getContext()
protected final ApplicationContext
LocalStorage.getContext()
protected final ApplicationContext
ResourceManager.getContext()
protected final ApplicationContext
SessionStorage.getContext()
final ApplicationContext
Task.getContext()
final ApplicationContext
View.getContext()
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) protected
LocalStorage
(ApplicationContext context) protected
ResourceManager
(ApplicationContext context) Construct aResourceManager
.protected
SessionStorage
(ApplicationContext context) Constructs a SessionStorage object.TaskMonitor
(ApplicationContext context) Construct a TaskMonitor.