|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Locale | |
|---|---|
| com.pelzer.util.l10n | |
| Uses of Locale in com.pelzer.util.l10n |
|---|
| Fields in com.pelzer.util.l10n declared as Locale | |
|---|---|
static Locale |
Locale.NONE
Most non-locale aware systems will both populate and pull based on this special locale. |
| Methods in com.pelzer.util.l10n that return Locale | |
|---|---|
Locale[] |
Localizable.getAllLocales()
|
Locale |
Localizable.getDefaultLocale()
|
| Methods in com.pelzer.util.l10n that return types with arguments of type Locale | |
|---|---|
Set<Map.Entry<Locale,E>> |
Localizable.entrySet()
|
Map<Locale,E> |
Localizable.getWrappedMap()
Since this class is actually just wrapping an underlying hashmap, for hibernate support we need to have direct access to this value... |
Set<Locale> |
Localizable.keySet()
|
| Methods in com.pelzer.util.l10n with parameters of type Locale | |
|---|---|
E |
Localizable.exactGet(Locale locale)
|
E |
Localizable.get(Locale... preferredLocales)
|
boolean |
Localizable.hasExactMatch(Locale locale)
|
E |
Localizable.put(Locale locale,
E value)
|
E |
Localizable.set(E value,
Locale locale)
Adds or overrides a value to the internal hash. |
void |
Localizable.setDefault(E value,
Locale locale)
Overrides the default locale value. |
| Method parameters in com.pelzer.util.l10n with type arguments of type Locale | |
|---|---|
void |
Localizable.putAll(Map<? extends Locale,? extends E> t)
|
void |
Localizable.setWrappedMap(Map<Locale,E> values)
|
| Constructors in com.pelzer.util.l10n with parameters of type Locale | |
|---|---|
Localizable(E defaultValue,
Locale locale)
Instantiates, and then calls #setDefault(E, Locale) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||