| Package | Description |
|---|---|
| com.alee.managers.language.data |
| Modifier and Type | Method and Description |
|---|---|
TranslationInformation |
Dictionary.getTranslation(Locale locale)
Returns
TranslationInformation for the specified Locale. |
| Modifier and Type | Method and Description |
|---|---|
List<TranslationInformation> |
Dictionary.getTranslations()
Returns
List of TranslationInformations contained in this dictionary. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.addTranslation(TranslationInformation translation)
Adds
TranslationInformation for this Dictionary. |
int |
TranslationInformationComparator.compare(TranslationInformation info1,
TranslationInformation info2) |
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.setTranslations(List<TranslationInformation> translations)
Sets
List of TranslationInformations for this dictionary. |
Copyright © 2020. All rights reserved.