Uses of Class
org.jdesktop.application.ResourceManager
Packages that use ResourceManager
-
Uses of ResourceManager in org.jdesktop.application
Methods in org.jdesktop.application that return ResourceManagerModifier and TypeMethodDescriptionfinal ResourceManager
ApplicationContext.getResourceManager()
The application'sResourceManager
provides read-only cached access to resources in ResourceBundles via theResourceMap
class.Methods in org.jdesktop.application with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
ApplicationContext.setResourceManager
(ResourceManager resourceManager) Change this application'sResourceManager
.