|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceMap | |
---|---|
com.jgoodies.uif | Contains abstract superclasses for dialogs, frames and views |
com.jgoodies.uif.action | Contains classes that read, manage and extend Swing Actions |
com.jgoodies.uif.application | Contains classes to describe an application and to manage the application life-cycle |
com.jgoodies.uif.builder | Consist of classes that build menus and tool bars |
Uses of ResourceMap in com.jgoodies.uif |
---|
Methods in com.jgoodies.uif that return ResourceMap | |
---|---|
ResourceMap |
AbstractDialog.getResourceMap()
Returns the ResourceMap used to lookup localized button texts and other resources. |
Uses of ResourceMap in com.jgoodies.uif.action |
---|
Methods in com.jgoodies.uif.action with parameters of type ResourceMap | |
---|---|
static ToggleAction |
ToggleAction.createCheck(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject)
Creates and returns a ToggleAction for the given ValueModel . |
static ToggleAction |
ToggleAction.createCheck(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject,
Object selectedValue,
Object deselectedValue)
Creates and returns a ToggleAction for the given ValueModel . |
static ToggleAction |
ToggleAction.createRadio(String actionName,
ResourceMap resourceMap,
com.jgoodies.binding.value.ValueModel subject,
Object choice)
Creates and returns a ToggleAction for the given ValueModel
and choice value. |
Uses of ResourceMap in com.jgoodies.uif.application |
---|
Methods in com.jgoodies.uif.application that return ResourceMap | |
---|---|
protected ResourceMap |
ApplicationContext.createApplicationResourceMap()
Creates and returns the application-level ResourceMap. |
protected ResourceMap |
AbstractUIFApplication.getAppResourceMap()
Returns the application's application resource map chain. |
ResourceMap |
ResourceMap.getParent()
Returns this map's parent that is used to look up resources, if a resource is missing in this map's resource bundle. |
ResourceMap |
ApplicationContext.getResourceMap()
Lazily creates and returns the application-level ResourceMap. |
ResourceMap |
ApplicationContext.getResourceMap(Class<?> type)
Looks up and returns a ResourceMap for the given class. |
static ResourceMap |
Application.getResourceMap(Class<?> type)
Returns the ResourceMap for the given type. |
Methods in com.jgoodies.uif.application with parameters of type ResourceMap | |
---|---|
ActionMap |
ApplicationContext.getActionMap(Object target,
ResourceMap resourceMap)
Looks up and returns the ActionMap for the given target. |
static void |
ActionReader.readAndPutValues(Action action,
ResourceMap map,
String prefix)
Reads action properties for prefix in map
and sets the associated values in the given action . |
Constructors in com.jgoodies.uif.application with parameters of type ResourceMap | |
---|---|
ResourceMap(ResourceMap parent,
Class<?> type)
Constructs a resource map for the given parent and class. |
|
ResourceMap(ResourceMap parent,
ClassLoader classLoader,
String bundleBaseName)
Constructs a resource map for the given class loader and resource bundle base name. |
Uses of ResourceMap in com.jgoodies.uif.builder |
---|
Constructors in com.jgoodies.uif.builder with parameters of type ResourceMap | |
---|---|
I15dPanelBuilder2(com.jgoodies.forms.layout.FormLayout layout,
ResourceMap resourceMap)
Constructs a I15dPanelBuilder2 for the given
layout and resource bundle. |
|
I15dPanelBuilder2(com.jgoodies.forms.layout.FormLayout layout,
ResourceMap resourceMap,
JPanel panel)
Constructs a I15dPanelBuilder2
for the given FormLayout, resource bundle, and layout container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |