Uses of Class
de.cbse.jeasy.JELocale

Uses of JELocale in de.cbse.jeasy
 

Methods in de.cbse.jeasy that return JELocale
static JELocale JEObject.getApplLocale()
          Gets the JELocale set in this application.
 

Methods in de.cbse.jeasy with parameters of type JELocale
 java.lang.Object JELocaleProperties.get(JELocale jel, java.lang.Object key)
          Returns the locale value to which the specified key is mapped,
 java.lang.String JEObject.getProperty(JELocale locale, java.lang.String name)
          Returns the value of the property identified by name as a String and for the given locale
 java.util.Vector JEObject.getPropertyAsVector(JELocale locale, java.lang.String name)
          Returns a vector of properties identified by name for the given locale.
 java.lang.Object JELocaleProperties.remove(JELocale jel, java.lang.String key)
           
static void JEObject.setApplLocale(JELocale locale)
          Sets the locale of the application