|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceMap | |
---|---|
org.jdesktop.application |
Uses of ResourceMap in org.jdesktop.application |
---|
Methods in org.jdesktop.application that return ResourceMap | |
---|---|
protected ResourceMap |
ResourceManager.createResourceMap(ClassLoader classLoader,
ResourceMap parent,
List<String> bundleNames)
Called by ResourceManager.getResourceMap(java.lang.Class, java.lang.Class) to construct ResourceMaps . |
ResourceMap |
ResourceMap.getParent()
Returns the parent ResourceMap, or null. |
ResourceMap |
View.getResourceMap()
Gets ResourceMap for this View. |
ResourceMap |
Task.getResourceMap()
Returns the ResourceMap used by the constructor to
initialize the title , message , etc properties,
and by the message method to look up format
strings. |
ResourceMap |
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. |
ResourceMap |
ApplicationContext.getResourceMap()
Returns the chain of ResourceMaps
that's shared by the entire application, beginning with the one
defined for the Application class, i.e. |
ResourceMap |
ApplicationAction.getResourceMap()
The resourceMap for this Action. |
ResourceMap |
ResourceManager.getResourceMap(Class cls)
Return the ResourcedMap chain for the specified class. |
ResourceMap |
ApplicationContext.getResourceMap(Class cls)
Returns a chain of two or
more ResourceMaps. |
ResourceMap |
ResourceManager.getResourceMap(Class startClass,
Class stopClass)
Returns a chain of ResourceMaps
that encapsulate the ResourceBundles for each class
from startClass to (including) stopClass . |
ResourceMap |
ApplicationContext.getResourceMap(Class startClass,
Class stopClass)
Returns a chain of two or more
ResourceMaps. |
Methods in org.jdesktop.application with parameters of type ResourceMap | |
---|---|
protected ResourceMap |
ResourceManager.createResourceMap(ClassLoader classLoader,
ResourceMap parent,
List<String> bundleNames)
Called by ResourceManager.getResourceMap(java.lang.Class, java.lang.Class) to construct ResourceMaps . |
abstract Object |
ResourceConverter.parseString(String s,
ResourceMap r)
Convert string to object |
Constructors in org.jdesktop.application with parameters of type ResourceMap | |
---|---|
ApplicationAction(ApplicationActionMap appAM,
ResourceMap resourceMap,
String baseName,
Method actionMethod,
String enabledProperty,
boolean enabledNegated,
String selectedProperty,
String taskService,
Task.BlockingScope block)
Construct an ApplicationAction that implements an @Action. |
|
ApplicationActionMap(ApplicationContext context,
Class actionsClass,
Object actionsObject,
ResourceMap resourceMap)
Creates ApplicationActionMap object. |
|
ResourceMap(ResourceMap parent,
ClassLoader classLoader,
List<String> bundleNames)
Creates a ResourceMap that contains all of the resources defined in the named ResourceBundle s as well as
(recursively) the parent 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. |
|
Task(Application application,
ResourceMap resourceMap,
String resourcePrefix)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |