Uses of Class
java.util.Locale

Packages that use Locale
java.lang   
java.text   
java.util   
org.apache.felix.gogo.runtime.threadio   
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http   
org.apache.felix.webconsole.internal   
org.apache.felix.webconsole.internal.i18n   
 

Uses of Locale in java.lang
 

Methods in java.lang with parameters of type Locale
 String String.toLowerCase(Locale var0)
           
 String String.toUpperCase(Locale var0)
           
 

Uses of Locale in java.text
 

Methods in java.text that return Locale
static Locale[] NumberFormat.getAvailableLocales()
           
static Locale[] DateFormat.getAvailableLocales()
           
static Locale[] Collator.getAvailableLocales()
           
static Locale[] BreakIterator.getAvailableLocales()
           
 Locale MessageFormat.getLocale()
           
 

Methods in java.text with parameters of type Locale
static BreakIterator BreakIterator.getCharacterInstance(Locale var0)
           
static NumberFormat NumberFormat.getCurrencyInstance(Locale var0)
           
static DateFormat DateFormat.getDateInstance(int var0, Locale var1)
           
static DateFormat DateFormat.getDateTimeInstance(int var0, int var1, Locale var2)
           
static NumberFormat NumberFormat.getInstance(Locale var0)
           
static Collator Collator.getInstance(Locale var0)
           
static BreakIterator BreakIterator.getLineInstance(Locale var0)
           
static NumberFormat NumberFormat.getNumberInstance(Locale var0)
           
static NumberFormat NumberFormat.getPercentInstance(Locale var0)
           
static BreakIterator BreakIterator.getSentenceInstance(Locale var0)
           
static DateFormat DateFormat.getTimeInstance(int var0, Locale var1)
           
static BreakIterator BreakIterator.getWordInstance(Locale var0)
           
 void MessageFormat.setLocale(Locale var0)
           
 

Constructors in java.text with parameters of type Locale
DateFormatSymbols(Locale var0)
           
DecimalFormatSymbols(Locale var0)
           
SimpleDateFormat(String var0, Locale var1)
           
 

Uses of Locale in java.util
 

Fields in java.util declared as Locale
static Locale Locale.CANADA
           
static Locale Locale.CANADA_FRENCH
           
static Locale Locale.CHINA
           
static Locale Locale.CHINESE
           
static Locale Locale.ENGLISH
           
static Locale Locale.FRANCE
           
static Locale Locale.FRENCH
           
static Locale Locale.GERMAN
           
static Locale Locale.GERMANY
           
static Locale Locale.ITALIAN
           
static Locale Locale.ITALY
           
static Locale Locale.JAPAN
           
static Locale Locale.JAPANESE
           
static Locale Locale.KOREA
           
static Locale Locale.KOREAN
           
static Locale Locale.PRC
           
static Locale Locale.SIMPLIFIED_CHINESE
           
static Locale Locale.TAIWAN
           
static Locale Locale.TRADITIONAL_CHINESE
           
static Locale Locale.UK
           
static Locale Locale.US
           
 

Methods in java.util that return Locale
static Locale[] Locale.getAvailableLocales()
           
static Locale[] Calendar.getAvailableLocales()
           
static Locale Locale.getDefault()
           
 Locale ResourceBundle.getLocale()
           
 

Methods in java.util with parameters of type Locale
static ResourceBundle ResourceBundle.getBundle(String var0, Locale var1)
           
static ResourceBundle ResourceBundle.getBundle(String var0, Locale var1, ClassLoader var2)
           
 String Locale.getDisplayCountry(Locale var0)
           
 String Locale.getDisplayLanguage(Locale var0)
           
 String TimeZone.getDisplayName(boolean var0, int var1, Locale var2)
           
 String TimeZone.getDisplayName(Locale var0)
           
 String Locale.getDisplayName(Locale var0)
           
 String Locale.getDisplayVariant(Locale var0)
           
static Calendar Calendar.getInstance(Locale var0)
           
static Calendar Calendar.getInstance(TimeZone var0, Locale var1)
           
static void Locale.setDefault(Locale var0)
           
 

Constructors in java.util with parameters of type Locale
Calendar(TimeZone var0, Locale var1)
           
GregorianCalendar(Locale var0)
           
GregorianCalendar(TimeZone var0, Locale var1)
           
 

Uses of Locale in org.apache.felix.gogo.runtime.threadio
 

Methods in org.apache.felix.gogo.runtime.threadio with parameters of type Locale
 PrintStream ThreadPrintStream.format(Locale l, String format, Object... args)
           
 PrintStream ThreadPrintStream.printf(Locale l, String format, Object... args)
           
 

Uses of Locale in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that return Locale
 Locale XSLTProcessor.getLocale()
           
 Locale XSLTProcessorMBean.getLocale()
          Returns the Locale used to internationalize the output
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type Locale
 void XSLTProcessor.setLocale(Locale locale)
           
 void XSLTProcessorMBean.setLocale(Locale locale)
          Sets the locale used to internationalize the output
 

Uses of Locale in org.apache.felix.webconsole.internal
 

Methods in org.apache.felix.webconsole.internal that return Locale
static Locale Util.parseLocaleString(String locale)
          This method expects a locale string in format language_COUNTRY, or language.
 

Methods in org.apache.felix.webconsole.internal with parameters of type Locale
static String Util.getName(Bundle bundle, Locale locale)
          Return a display name for the given bundle: If the bundle has a non-empty Bundle-Name manifest header that value is returned. Otherwise the symbolic name is returned if set Otherwise the bundle's location is returned if defined Finally, as a last resort, the bundles id is returned
static void Util.sort(Bundle[] bundles, Locale locale)
          Orders the bundles according to their name as returned by Util.getName(Bundle, Locale), with the exception that the system bundle is always place as the first entry.
 

Uses of Locale in org.apache.felix.webconsole.internal.i18n
 

Methods in org.apache.felix.webconsole.internal.i18n with parameters of type Locale
 ResourceBundle ResourceBundleManager.getResourceBundle(Bundle provider, Locale locale)
          This method is used to retrieve a /cached/ instance of the i18n resource associated with a given bundle.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.