Uses of Class
de.olafpanz.translationtable.LocaleDef

Uses of LocaleDef in de.olafpanz.translationtable
 

Fields in de.olafpanz.translationtable with type parameters of type LocaleDef
private  java.util.List<LocaleDef> TranslationDocument.locales
          List of supported locales in order or usage in data.
 

Methods in de.olafpanz.translationtable that return types with arguments of type LocaleDef
 java.util.List<LocaleDef> TranslationDocument.getLocales()
          List of supported locales in order or usage in data.
 

Methods in de.olafpanz.translationtable with parameters of type LocaleDef
 int LocaleDef.compareTo(LocaleDef def)
           
 

Method parameters in de.olafpanz.translationtable with type arguments of type LocaleDef
private static int TranslationDocument.getIndex(java.util.List<LocaleDef> lst, java.util.Locale loc)
          Search for an locale within a list of LocaleDef
 java.lang.String TranslationEntry.getJavaDoc(java.util.List<LocaleDef> locales, java.lang.String indend, TranslationDocument doc)
          Create java doc comment of this entry.
 

Constructor parameters in de.olafpanz.translationtable with type arguments of type LocaleDef
TranslationDocument(java.lang.String className, java.lang.String packageName, java.lang.String classComment, java.lang.String name, java.util.List<LocaleDef> locales)
          Create new document