| Package | Description |
|---|---|
| com.alee.managers.language | |
| com.alee.managers.language.data |
| Modifier and Type | Method and Description |
|---|---|
Text |
Language.getText(String key)
|
Text |
Language.getText(String key,
String state)
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Value.getText()
Returns
Text for default state. |
Text |
Value.getText(String state)
Returns
Text for the specified state. |
| Modifier and Type | Method and Description |
|---|---|
List<Text> |
Value.getTexts()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.addText(Text text)
|
void |
Value.removeText(Text text)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.setTexts(List<Text> texts)
|
| Constructor and Description |
|---|
Value(Locale locale,
Text... texts)
Contructs new
Value. |
| Constructor and Description |
|---|
Value(Locale locale,
List<Text> texts)
Contructs new
Value. |
Copyright © 2020. All rights reserved.