Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
ApplicationAction.getResourceMap()
The resourceMap for this Action.
|
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(Class cls)
Returns a
chain of two or
more ResourceMaps. |
ResourceMap |
ResourceManager.getResourceMap(Class cls)
Return the ResourcedMap chain for the specified class.
|
ResourceMap |
ApplicationContext.getResourceMap(Class startClass,
Class stopClass)
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 . |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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.
|
Copyright © 2009–2016. All rights reserved.