public interface ResourceGroup
Definition of an interface for resource groups.
Resources can be organized in logical groups. Each group allows access to the
resources it contains and to a collection of all available keys. The
resources of a group all belong to the same Locale
.
Modifier and Type | Method and Description |
---|---|
Set<Object> |
getKeys()
Returns a collection with the resource keys defined in this resource
group.
|
Locale |
getLocale()
Returns the
Locale of this resource group |
Object |
getName()
Returns the name of this resource group.
|
Object |
getResource(Object key)
Returns the resource with the specified key.
|
Object getName()
Set<Object> getKeys()
getResource()
method.Locale getLocale()
Locale
of this resource groupObject getResource(Object key) throws MissingResourceException
key
- the resource keyMissingResourceException
- if the resource cannot be foundCopyright © 2016 The JGUIraffe Team. All rights reserved.