Uses of Class
org.jdesktop.application.ResourceMap
Packages that use ResourceMap
-
Uses of ResourceMap in org.jdesktop.application
Methods in org.jdesktop.application that return ResourceMapModifier and TypeMethodDescriptionprotected ResourceMapResourceManager.createResourceMap(ClassLoader classLoader, ResourceMap parent, List<String> bundleNames) Called byResourceManager.getResourceMap(java.lang.Class, java.lang.Class)to constructResourceMaps.ResourceMap.getParent()Returns the parent ResourceMap, or null.ApplicationAction.getResourceMap()The resourceMap for this Action.final ResourceMapApplicationContext.getResourceMap()Returns thechainof ResourceMaps that's shared by the entire application, beginning with the one defined for the Application class, i.e.final ResourceMapApplicationContext.getResourceMap(Class cls) Returns achainof two or more ResourceMaps.final ResourceMapApplicationContext.getResourceMap(Class startClass, Class stopClass) Returns achainof two or more ResourceMaps.ResourceManager.getResourceMap()Returns the chain of ResourceMaps that's shared by the entire application, beginning with the resources defined for the application's class, i.e.final ResourceMapResourceManager.getResourceMap(Class cls) Return the ResourcedMap chain for the specified class.ResourceManager.getResourceMap(Class startClass, Class stopClass) Returns achainofResourceMapsthat encapsulate theResourceBundlesfor each class fromstartClassto (including)stopClass.final ResourceMapTask.getResourceMap()Returns theResourceMapused by the constructor to initialize thetitle,message, etc properties, and by themessagemethod to look up format strings.View.getResourceMap()TheResourceMapfor this View.Methods in org.jdesktop.application with parameters of type ResourceMapModifier and TypeMethodDescriptionprotected ResourceMapResourceManager.createResourceMap(ClassLoader classLoader, ResourceMap parent, List<String> bundleNames) Called byResourceManager.getResourceMap(java.lang.Class, java.lang.Class)to constructResourceMaps.abstract ObjectResourceConverter.parseString(String s, ResourceMap r) Constructors in org.jdesktop.application with parameters of type ResourceMapModifierConstructorDescriptionApplicationAction(ApplicationActionMap appAM, ResourceMap resourceMap, String baseName, Method actionMethod, String enabledProperty, String selectedProperty, Task.BlockingScope block) Construct an ApplicationAction that implements an @Action.ApplicationActionMap(ApplicationContext context, Class actionsClass, Object actionsObject, ResourceMap resourceMap) ResourceMap(ResourceMap parent, ClassLoader classLoader, String... bundleNames) Just a convenience version of the constructor for the common case where there's only one bundle name.ResourceMap(ResourceMap parent, ClassLoader classLoader, List<String> bundleNames) Creates a ResourceMap that contains all of the resources defined in the namedResourceBundles as well as (recursively) the parent ResourceMap.Task(Application application, ResourceMap resourceMap, String resourcePrefix) Deprecated.