Uses of Class
net.sf.latexdraw.lang.LangTool.Lang

Packages that use LangTool.Lang
net.sf.latexdraw.lang   
 

Uses of LangTool.Lang in net.sf.latexdraw.lang
 

Fields in net.sf.latexdraw.lang declared as LangTool.Lang
private static LangTool.Lang LangTool.LANG_CURRENT
           
 

Fields in net.sf.latexdraw.lang with type parameters of type LangTool.Lang
private  java.util.Map<java.lang.String,LangTool.Lang> LangTool.mapLangs
          This map provides an easy access to the language items.
 

Methods in net.sf.latexdraw.lang that return LangTool.Lang
static LangTool.Lang LangTool.getCurrentLanguage()
          Allows to get the language of the package.
static LangTool.Lang LangTool.Lang.getDefaultLanguage()
           
static LangTool.Lang LangTool.Lang.getLanguage(java.lang.String name)
           
static LangTool.Lang LangTool.Lang.getSystemLanguage()
           
 LangTool.Lang LangTool.readLang()
          Allows to get the language of the program.
static LangTool.Lang LangTool.Lang.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LangTool.Lang[] LangTool.Lang.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.lang that return types with arguments of type LangTool.Lang
 java.util.Map<java.lang.String,LangTool.Lang> LangTool.getMapLangs()