|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Translator | |
---|---|
com.ehsbe.commons.gui.wizard |
Uses of Translator in com.ehsbe.commons.gui.wizard |
---|
Classes in com.ehsbe.commons.gui.wizard that implement Translator | |
---|---|
class |
TranslatorAdapter
General purpose translator, which might be used to do l10n lookups for a task. |
Methods in com.ehsbe.commons.gui.wizard that return Translator | |
---|---|
Translator |
Task.getTranslator()
Get the translator for task related strings. |
Methods in com.ehsbe.commons.gui.wizard with parameters of type Translator | |
---|---|
void |
Task.setTranslator(Translator xlate)
Set the translator for task related strings. |
Constructors in com.ehsbe.commons.gui.wizard with parameters of type Translator | |
---|---|
Task(String id,
Translator translator)
Create a task, which has no sub tasks. |
|
Task(String id,
Translator translator,
List<Task> tasks)
Create a task which has sub tasks, which need to be completed subsequently to get this task finished. |
|
Task(String id,
Translator translator,
Task... tasks)
Create a task which has sub tasks, which need to be completed subsequently to get this task finished. |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |