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 ResourceMap
ResourceManager.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 ResourceMap
ApplicationContext.getResourceMap()
Returns thechain
of ResourceMaps that's shared by the entire application, beginning with the one defined for the Application class, i.e.final ResourceMap
ApplicationContext.getResourceMap
(Class cls) Returns achain
of two or more ResourceMaps.final ResourceMap
ApplicationContext.getResourceMap
(Class startClass, Class stopClass) Returns achain
of 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 ResourceMap
ResourceManager.getResourceMap
(Class cls) Return the ResourcedMap chain for the specified class.ResourceManager.getResourceMap
(Class startClass, Class stopClass) Returns achain
ofResourceMaps
that encapsulate theResourceBundles
for each class fromstartClass
to (including)stopClass
.final ResourceMap
Task.getResourceMap()
Returns theResourceMap
used by the constructor to initialize thetitle
,message
, etc properties, and by themessage
method to look up format strings.View.getResourceMap()
TheResourceMap
for this View.Methods in org.jdesktop.application with parameters of type ResourceMapModifier and TypeMethodDescriptionprotected ResourceMap
ResourceManager.createResourceMap
(ClassLoader classLoader, ResourceMap parent, List<String> bundleNames) Called byResourceManager.getResourceMap(java.lang.Class, java.lang.Class)
to constructResourceMaps
.abstract Object
ResourceConverter.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 namedResourceBundle
s as well as (recursively) the parent ResourceMap.Task
(Application application, ResourceMap resourceMap, String resourcePrefix) Deprecated.