Uses of Class
org.jdesktop.application.ResourceManager
-
Packages that use ResourceManager Package Description org.jdesktop.application -
-
Uses of ResourceManager in org.jdesktop.application
Methods in org.jdesktop.application that return ResourceManager Modifier and Type Method Description ResourceManagerApplicationContext. getResourceManager()The application'sResourceManagerprovides read-only cached access to resources in ResourceBundles via theResourceMapclass.Methods in org.jdesktop.application with parameters of type ResourceManager Modifier and Type Method Description protected voidApplicationContext. setResourceManager(ResourceManager resourceManager)Change this application'sResourceManager.
-