Uses of Class
de.olafpanz.translationtable.Environment

Uses of Environment in de.olafpanz.translationtable
 

Fields in de.olafpanz.translationtable declared as Environment
private  Environment TranslationTableParameters.env
          Environment to generate for.
 

Methods in de.olafpanz.translationtable that return Environment
 Environment TranslationTableParameters.getEnvironment()
           
static Environment Environment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Environment[] Environment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.olafpanz.translationtable with parameters of type Environment
 void TranslationTableParameters.setEnvironment(Environment env)
           
 

Constructors in de.olafpanz.translationtable with parameters of type Environment
TranslationTableParameters(Environment env, JDKDefine jdk, java.io.File ods, java.io.File rcpPluginRoot, java.io.File sourceRoot)
          Init with all parameters.