Uses of Class
translator.TranslatableGUIElement

Uses of TranslatableGUIElement in translator
 

Subclasses of TranslatableGUIElement in translator
 class AnimalSpecificTranslatableGUIElement
          Provides a common interface for translatable GUI element generation Requires an appropriate resource file containing the message translations.
 

Methods in translator that return TranslatableGUIElement
 TranslatableGUIElement Translator.getGenerator()
          returns the current TranslatableGUIElement instance for this Translator
static TranslatableGUIElement AnimalTranslator.getGUIBuilder()