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