Uses of Class
mondrian.util.Format.FormatLocale
Packages that use Format.FormatLocale
- 
Uses of Format.FormatLocale in mondrian.util
Methods in mondrian.util that return Format.FormatLocaleModifier and TypeMethodDescriptionstatic Format.FormatLocaleFormat.createLocale(char thousandSeparator, char decimalPlaceholder, String dateSeparator, String timeSeparator, String currencySymbol, String currencyFormat, String[] daysOfWeekShort, String[] daysOfWeekLong, String[] monthsShort, String[] monthsLong, Locale locale) Create aFormat.FormatLocaleobject characterized by the given properties.static Format.FormatLocaleFormat.createLocale(Locale locale) static Format.FormatLocaleFormat.getBestFormatLocale(Locale locale) Returns the bestFormat.FormatLocalefor a givenLocale.static Format.FormatLocaleFormat.getFormatLocale(Locale locale) Returns theFormat.FormatLocalewhich precisely matchesLocale, if any, or null if there is none.static Format.FormatLocaleFormat.registerFormatLocale(Format.FormatLocale formatLocale, Locale locale) Registers aFormat.FormatLocaleto a givenLocale.Methods in mondrian.util with parameters of type Format.FormatLocaleModifier and TypeMethodDescriptionstatic Format.FormatLocaleFormat.registerFormatLocale(Format.FormatLocale formatLocale, Locale locale) Registers aFormat.FormatLocaleto a givenLocale.Constructors in mondrian.util with parameters of type Format.FormatLocaleModifierConstructorDescriptionFormat(String formatString, Format.FormatLocale locale) Constructs aFormatin a specific locale.