| Package | Description |
|---|---|
| java.applet |
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.im |
Provides classes and interfaces for the input method framework.
|
| java.awt.im.spi |
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.nio.charset |
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
|
| java.text |
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
|
| java.text.spi |
Service provider classes for the classes in the java.text package.
|
| java.time |
The main API for dates, times, instants, and durations.
|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| java.time.format |
Provides classes to print and parse dates and times.
|
| java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.spi |
Service provider classes for the classes in the java.util package.
|
| javax.accessibility |
Defines a contract between user-interface components and an assistive technology that provides access to those components.
|
| javax.annotation.processing |
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| javax.imageio.plugins.bmp |
Package containing the public classes used by the built-in BMP plug-in.
|
| javax.imageio.plugins.jpeg |
Classes supporting the built-in JPEG plug-in.
|
| javax.imageio.spi |
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
|
| javax.print.attribute |
Provides classes and interfaces that describe the types of Java
TM Print Service attributes and how they can be collected into attribute sets.
|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| javax.security.auth.callback |
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.table |
Provides classes and interfaces for dealing with
javax.swing.JTable.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.xml.datatype |
XML/Java Type Mappings.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| org.xml.sax |
This package provides the core SAX APIs.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
Applet.getLocale()
Gets the locale of the applet.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
Window.getLocale()
Gets the
Locale object that is associated with this window, if the locale has been set.
|
Locale |
MenuComponent.AccessibleAWTMenuComponent.getLocale()
Returns the locale of this object.
|
Locale |
List.AccessibleAWTList.AccessibleAWTListChild.getLocale()
Gets the locale of the component.
|
Locale |
Component.getLocale()
Gets the locale of this component.
|
Locale |
Component.AccessibleAWTComponent.getLocale()
Returns the locale of this object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
GraphicsEnvironment.getAvailableFontFamilyNames(Locale
Returns an array containing the names of all font families in this
GraphicsEnvironment localized for the specified locale.
|
String |
Font.getFamily(Locale
Returns the family name of this
Font, localized for the specified locale.
|
String |
Font.getFontName(Locale
Returns the font face name of the
Font, localized for the specified locale.
|
static ComponentOrientation |
ComponentOrientation.getOrientation(Locale
Returns the orientation that is appropriate for the given locale.
|
void |
Component.setLocale(Locale
Sets the locale of this component.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
InputContext.getLocale()
Returns the current locale of the current input method or keyboard layout.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InputContext.selectInputMethod(Locale
Attempts to select an input method or keyboard layout that supports the given locale, and returns a value indicating whether such an input method or keyboard layout has been successfully selected.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
InputMethodDescriptor.getAvailableLocales()
Returns the locales supported by the corresponding input method.
|
Locale |
InputMethod.getLocale()
Returns the current input locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InputMethodDescriptor.getInputMethodDisplayName(Locale
Returns the user-visible name of the corresponding input method for the given input locale in the language in which the name will be displayed.
|
Image |
InputMethodDescriptor.getInputMethodIcon(Locale
Returns an icon for the corresponding input method.
|
boolean |
InputMethod.setLocale(Locale
Attempts to set the input locale.
|
| Modifier and Type | Field and Description |
|---|---|
protected Locale |
BeanContextSupport.locale
The current locale of this BeanContext.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
BeanContextSupport.getLocale()
Gets the locale for this
BeanContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextSupport.setLocale(Locale
Sets the locale of this BeanContext.
|
| Constructor and Description | |
|---|---|
BeanContextServicesSupport(BeanContextServices
Create an instance using the specified locale
|
|
BeanContextServicesSupport(BeanContextServices
Create an instance using the specified Locale and design mode.
|
|
BeanContextServicesSupport(BeanContextServices
Construct a BeanContextServicesSupport instance
|
|
BeanContextSupport(BeanContext
Create an instance using the specified locale
|
|
BeanContextSupport(BeanContext
Create an instance using the specified Locale and design mode.
|
|
BeanContextSupport(BeanContext
Construct a BeanContextSupport instance
|
| Modifier and Type | Method and Description |
|---|---|
PrintWriter |
PrintWriter.format(Locale
Writes a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.format(Locale
Writes a formatted string to this output stream using the specified format string and arguments.
|
PrintWriter |
PrintWriter.printf(Locale
A convenience method to write a formatted string to this writer using the specified format string and arguments.
|
PrintStream |
PrintStream.printf(Locale
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
String.format(Locale
Returns a formatted string using the specified locale, format string, and arguments.
|
String |
String.toLowerCase(Locale
Converts all of the characters in this
String to lower case using the rules of the given
Locale.
|
String |
String.toUpperCase(Locale
Converts all of the characters in this
String to upper case using the rules of the given
Locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Charset.displayName(Locale
Returns this charset's human-readable name for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
static Locale |
NumberFormat.getAvailableLocales()
Returns an array of all locales for which the
get*Instance methods of this class can return localized instances.
|
static Locale |
BreakIterator.getAvailableLocales()
Returns an array of all locales for which the
get*Instance methods of this class can return localized instances.
|
static Locale |
Collator.getAvailableLocales()
Returns an array of all locales for which the
getInstance methods of this class can return localized instances.
|
static Locale |
DateFormat.getAvailableLocales()
Returns an array of all locales for which the
get*Instance methods of this class can return localized instances.
|
static Locale |
DateFormatSymbols.getAvailableLocales()
Returns an array of all locales for which the
getInstance methods of this class can return localized instances.
|
static Locale |
DecimalFormatSymbols.getAvailableLocales()
Returns an array of all locales for which the
getInstance methods of this class can return localized instances.
|
Locale |
MessageFormat.getLocale()
Gets the locale that's used when creating or comparing subformats.
|
| Modifier and Type | Method and Description |
|---|---|
static BreakIterator |
BreakIterator.getCharacterInstance(Locale
Returns a new
BreakIterator instance for
character breaks for the given locale.
|
static NumberFormat |
NumberFormat.getCurrencyInstance(Locale
Returns a currency format for the specified locale.
|
static DateFormat |
DateFormat.getDateInstance(int style, Locale
Gets the date formatter with the given formatting style for the given locale.
|
static DateFormat |
DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, Locale
Gets the date/time formatter with the given formatting styles for the given locale.
|
static NumberFormat |
NumberFormat.getInstance(Locale
Returns a general-purpose number format for the specified locale.
|
static Collator |
Collator.getInstance(Locale
Gets the Collator for the desired locale.
|
static DateFormatSymbols |
DateFormatSymbols.getInstance(Locale
Gets the
DateFormatSymbols instance for the specified locale.
|
static DecimalFormatSymbols |
DecimalFormatSymbols.getInstance(Locale
Gets the
DecimalFormatSymbols instance for the specified locale.
|
static NumberFormat |
NumberFormat.getIntegerInstance(Locale
Returns an integer number format for the specified locale.
|
static BreakIterator |
BreakIterator.getLineInstance(Locale
Returns a new
BreakIterator instance for
line breaks for the given locale.
|
static NumberFormat |
NumberFormat.getNumberInstance(Locale
Returns a general-purpose number format for the specified locale.
|
static NumberFormat |
NumberFormat.getPercentInstance(Locale
Returns a percentage format for the specified locale.
|
static BreakIterator |
BreakIterator.getSentenceInstance(Locale
Returns a new
BreakIterator instance for
sentence breaks for the given locale.
|
static DateFormat |
DateFormat.getTimeInstance(int style, Locale
Gets the time formatter with the given formatting style for the given locale.
|
static BreakIterator |
BreakIterator.getWordInstance(Locale
Returns a new
BreakIterator instance for
word breaks for the given locale.
|
void |
MessageFormat.setLocale(Locale
Sets the locale to be used when creating or comparing subformats.
|
| Constructor and Description | |
|---|---|
DateFormatSymbols(Locale
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
|
|
DecimalFormatSymbols(Locale
Create a DecimalFormatSymbols object for the given locale.
|
|
MessageFormat(String
Constructs a MessageFormat for the specified locale and pattern.
|
|
SimpleDateFormat(String
Constructs a
SimpleDateFormat using the given pattern and the default date format symbols for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BreakIterator |
BreakIteratorProvider.getCharacterInstance(Locale
Returns a new
BreakIterator instance for
character breaks for the given locale.
|
abstract NumberFormat |
NumberFormatProvider.getCurrencyInstance(Locale
Returns a new
NumberFormat instance which formats monetary values for the specified locale.
|
abstract DateFormat |
DateFormatProvider.getDateInstance(int style, Locale
Returns a new
DateFormat instance which formats date with the given formatting style for the specified locale.
|
abstract DateFormat |
DateFormatProvider.getDateTimeInstance(int dateStyle, int timeStyle, Locale
Returns a new
DateFormat instance which formats date and time with the given formatting style for the specified locale.
|
abstract Collator |
CollatorProvider.getInstance(Locale
Returns a new
Collator instance for the specified locale.
|
abstract DateFormatSymbols |
DateFormatSymbolsProvider.getInstance(Locale
Returns a new
DateFormatSymbols instance for the specified locale.
|
abstract DecimalFormatSymbols |
DecimalFormatSymbolsProvider.getInstance(Locale
Returns a new
DecimalFormatSymbols instance for the specified locale.
|
abstract NumberFormat |
NumberFormatProvider.getIntegerInstance(Locale
Returns a new
NumberFormat instance which formats integer values for the specified locale.
|
abstract BreakIterator |
BreakIteratorProvider.getLineInstance(Locale
Returns a new
BreakIterator instance for
line breaks for the given locale.
|
abstract NumberFormat |
NumberFormatProvider.getNumberInstance(Locale
Returns a new general-purpose
NumberFormat instance for the specified locale.
|
abstract NumberFormat |
NumberFormatProvider.getPercentInstance(Locale
Returns a new
NumberFormat instance which formats percentage values for the specified locale.
|
abstract BreakIterator |
BreakIteratorProvider.getSentenceInstance(Locale
Returns a new
BreakIterator instance for
sentence breaks for the given locale.
|
abstract DateFormat |
DateFormatProvider.getTimeInstance(int style, Locale
Returns a new
DateFormat instance which formats time with the given formatting style for the specified locale.
|
abstract BreakIterator |
BreakIteratorProvider.getWordInstance(Locale
Returns a new
BreakIterator instance for
word breaks for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DayOfWeek.getDisplayName(TextStyle
Gets the textual representation, such as 'Mon' or 'Friday'.
|
String |
ZoneId.getDisplayName(TextStyle
Gets the textual representation of the zone, such as 'British Time' or '+02:00'.
|
String |
Month.getDisplayName(TextStyle
Gets the textual representation, such as 'Jan' or 'December'.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
Chronology.getDisplayName(TextStyle
Gets the textual representation of this chronology.
|
default String |
Era.getDisplayName(TextStyle
Gets the textual representation of this era.
|
static Chronology |
Chronology.ofLocale(Locale
Obtains an instance of
Chronology from a locale.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
DateTimeFormatter.getLocale()
Gets the locale to be used during formatting.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
DecimalStyle.getAvailableLocales()
Lists all the locales that are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DateTimeFormatterBuilder.getLocalizedDateTimePattern(FormatStyle
Gets the formatting pattern for date and time styles for a locale and chronology.
|
static DecimalStyle |
DecimalStyle.of(Locale
Obtains the DecimalStyle for the specified locale.
|
static DateTimeFormatter |
DateTimeFormatter.ofPattern(String
Creates a formatter using the specified pattern and locale.
|
DateTimeFormatter |
DateTimeFormatterBuilder.toFormatter(Locale
Completes this builder by creating the
DateTimeFormatter using the specified locale.
|
DateTimeFormatter |
DateTimeFormatter.withLocale(Locale
Returns a copy of this formatter with a new locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChronoField.getDisplayName(Locale
|
default String |
TemporalField.getDisplayName(Locale
Gets the display name for the field in the requested locale.
|
static WeekFields |
WeekFields.of(Locale
Obtains an instance of
WeekFields appropriate for a locale.
|
| Modifier and Type | Field and Description |
|---|---|
static Locale |
Locale.CANADA
Useful constant for country.
|
static Locale |
Locale.CANADA_FRENCH
Useful constant for country.
|
static Locale |
Locale.CHINA
Useful constant for country.
|
static Locale |
Locale.CHINESE
Useful constant for language.
|
static Locale |
Locale.ENGLISH
Useful constant for language.
|
static Locale |
Locale.FRANCE
Useful constant for country.
|
static Locale |
Locale.FRENCH
Useful constant for language.
|
static Locale |
Locale.GERMAN
Useful constant for language.
|
static Locale |
Locale.GERMANY
Useful constant for country.
|
static Locale |
Locale.ITALIAN
Useful constant for language.
|
static Locale |
Locale.ITALY
Useful constant for country.
|
static Locale |
Locale.JAPAN
Useful constant for country.
|
static Locale |
Locale.JAPANESE
Useful constant for language.
|
static Locale |
Locale.KOREA
Useful constant for country.
|
static Locale |
Locale.KOREAN
Useful constant for language.
|
static Locale |
Locale.PRC
Useful constant for country.
|
static Locale |
Locale.ROOT
Useful constant for the root locale.
|
static Locale |
Locale.SIMPLIFIED_CHINESE
Useful constant for language.
|
static Locale |
Locale.TAIWAN
Useful constant for country.
|
static Locale |
Locale.TRADITIONAL_CHINESE
Useful constant for language.
|
static Locale |
Locale.UK
Useful constant for country.
|
static Locale |
Locale.US
Useful constant for country.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
Locale.Builder.build()
Returns an instance of
Locale created from the fields set on this builder.
|
static Locale |
Locale.forLanguageTag(String
Returns a locale for the specified IETF BCP 47 language tag string.
|
static Locale |
Locale.getAvailableLocales()
Returns an array of all installed locales.
|
static Locale |
Calendar.getAvailableLocales()
Returns an array of all locales for which the
getInstance methods of this class can return localized instances.
|
static Locale |
Locale.getDefault()
Gets the current value of the default locale for this instance of the Java Virtual Machine.
|
static Locale |
Locale.getDefault(Locale
Gets the current value of the default locale for the specified Category for this instance of the Java Virtual Machine.
|
Locale |
ResourceBundle.Control.getFallbackLocale(String
Returns a
Locale to be used as a fallback locale for further resource bundle searches by the
ResourceBundle.getBundle factory method.
|
Locale |
ResourceBundle.getLocale()
Returns the locale of this resource bundle.
|
Locale |
Scanner.locale()
Returns this scanner's locale.
|
Locale |
Formatter.locale()
Returns the locale set by the construction of this formatter.
|
static Locale |
Locale.lookup(List
Returns a
Locale instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
Locale |
Locale.stripExtensions()
Returns a copy of this
Locale with no
extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
List |
ResourceBundle.Control.getCandidateLocales(String
Returns a
List of
Locales as candidate locales for
baseName and
locale.
|
| Modifier and Type | Method and Description |
|---|---|
Formatter |
Formatter.format(Locale
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Gets a resource bundle using the specified base name, locale, and class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale, class loader and control.
|
static ResourceBundle |
ResourceBundle.getBundle(String
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
|
List |
ResourceBundle.Control.getCandidateLocales(String
Returns a
List of
Locales as candidate locales for
baseName and
locale.
|
String |
Locale.getDisplayCountry(Locale
Returns a name for the locale's country that is appropriate for display to the user.
|
String |
Locale.getDisplayLanguage(Locale
Returns a name for the locale's language that is appropriate for display to the user.
|
String |
TimeZone.getDisplayName(boolean daylight, int style, Locale
Returns a name in the specified
style of this
TimeZone suitable for presentation to the user in the specified
locale.
|
String |
Calendar.getDisplayName(int field, int style, Locale
Returns the string representation of the calendar
field value in the given
style and
locale.
|
String |
Currency.getDisplayName(Locale
Gets the name that is suitable for displaying this currency for the specified locale.
|
String |
Locale.getDisplayName(Locale
Returns a name for the locale that is appropriate for display to the user.
|
String |
TimeZone.getDisplayName(Locale
Returns a long standard time name of this
TimeZone suitable for presentation to the user in the specified
locale.
|
Map |
Calendar.getDisplayNames(int field, int style, Locale
Returns a
Map containing all names of the calendar
field in the given
style and
locale and their corresponding field values.
|
String |
Locale.getDisplayScript(Locale
Returns a name for the locale's script that is appropriate for display to the user.
|
String |
Locale.getDisplayVariant(Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
|
Locale |
ResourceBundle.Control.getFallbackLocale(String
Returns a
Locale to be used as a fallback locale for further resource bundle searches by the
ResourceBundle.getBundle factory method.
|
static Currency |
Currency.getInstance(Locale
Returns the
Currency instance for the country of the given locale.
|
static Calendar |
Calendar.getInstance(Locale
Gets a calendar using the default time zone and specified locale.
|
static Calendar |
Calendar.getInstance(TimeZone
Gets a calendar with the specified time zone and locale.
|
String |
Currency.getSymbol(Locale
Gets the symbol of this currency for the specified locale.
|
long |
ResourceBundle.Control.getTimeToLive(String
Returns the time-to-live (TTL) value for resource bundles that are loaded under this
ResourceBundle.Control.
|
boolean |
ResourceBundle.Control.needsReload(String
Determines if the expired
bundle in the cache needs to be reloaded based on the loading time given by
loadTime or some other criteria.
|
ResourceBundle |
ResourceBundle.Control.newBundle(String
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
|
static void |
Locale.setDefault(Locale
Sets the default locale for the specified Category for this instance of the Java Virtual Machine.
|
static void |
Locale.setDefault(Locale
Sets the default locale for this instance of the Java Virtual Machine.
|
Locale |
Locale.Builder.setLocale(Locale
Resets the
Builder to match the provided
locale.
|
Calendar |
Calendar.Builder.setLocale(Locale
Sets the locale parameter to the given
locale.
|
String |
ResourceBundle.Control.toBundleName(String
Converts the given
baseName and
locale to the bundle name.
|
Scanner |
Scanner.useLocale(Locale
Sets this scanner's locale to the specified locale.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static List |
Locale.filter(List
Returns a list of matching
Locale instances using the filtering mechanism defined in RFC 4647.
|
static Locale |
Locale.lookup(List
Returns a
Locale instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.
|
| Constructor and Description | |
|---|---|
Calendar(TimeZone
Constructs a calendar with the specified time zone and locale.
|
|
Formatter(Appendable
Constructs a new formatter with the specified destination and locale.
|
|
Formatter(File
Constructs a new formatter with the specified file, charset, and locale.
|
|
Formatter(Locale
Constructs a new formatter with the specified locale.
|
|
Formatter(OutputStream
Constructs a new formatter with the specified output stream, charset, and locale.
|
|
Formatter(String
Constructs a new formatter with the specified file name, charset, and locale.
|
|
GregorianCalendar(Locale
Constructs a
GregorianCalendar based on the current time in the default time zone with the given locale.
|
|
GregorianCalendar(TimeZone
Constructs a
GregorianCalendar based on the current time in the given time zone with the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Locale |
LocaleServiceProvider.getAvailableLocales()
Returns an array of all locales for which this locale service provider can provide localized objects or names.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
LocaleNameProvider.getDisplayCountry(String
Returns a localized name for the given
IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.
|
abstract String |
LocaleNameProvider.getDisplayLanguage(String
Returns a localized name for the given
IETF BCP47 language code and the given locale that is appropriate for display to the user.
|
abstract String |
TimeZoneNameProvider.getDisplayName(String
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
|
abstract String |
CalendarNameProvider.getDisplayName(String
Returns the string representation (display name) of the calendar
field value in the given
style and
locale.
|
String |
CurrencyNameProvider.getDisplayName(String
Returns a name for the currency that is appropriate for display to the user.
|
abstract Map |
CalendarNameProvider.getDisplayNames(String
Returns a
Map containing all string representations (display names) of the
Calendar
field in the given
style and
locale and their corresponding field values.
|
String |
LocaleNameProvider.getDisplayScript(String
Returns a localized name for the given
IETF BCP47 script code and the given locale that is appropriate for display to the user.
|
abstract String |
LocaleNameProvider.getDisplayVariant(String
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
|
abstract int |
CalendarDataProvider.getFirstDayOfWeek(Locale
Returns the first day of a week in the given
locale.
|
String |
TimeZoneNameProvider.getGenericDisplayName(String
Returns a generic name for the given time zone
ID that's suitable for presentation to the user in the specified
locale.
|
abstract int |
CalendarDataProvider.getMinimalDaysInFirstWeek(Locale
Returns the minimal number of days required in the first week of a year.
|
abstract String |
CurrencyNameProvider.getSymbol(String
Gets the symbol of the given currency code for the specified locale.
|
boolean |
LocaleServiceProvider.isSupportedLocale(Locale
Returns
true if the given
locale is supported by this locale service provider.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Locale |
AccessibleContext.getLocale()
Gets the locale of the component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AccessibleBundle.toDisplayString(Locale
Obtains the key as a localized string.
|
protected String |
AccessibleBundle.toDisplayString(String
Obtains the key as a localized string.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
ProcessingEnvironment.getLocale()
Returns the current locale or
null if no locale is in effect.
|
| Modifier and Type | Field and Description |
|---|---|
protected Locale |
ImageWriter.availableLocales
An array of
Locales that may be used to localize warning messages and compression setting values, or
null if localization is not supported.
|
protected Locale |
ImageReader.availableLocales
An array of
Locales which may be used to localize warning messages, or
null if localization is not supported.
|
protected Locale |
ImageWriteParam.locale
A
Locale to be used to localize compression type names and quality descriptions, or
null to use a default
Locale.
|
protected Locale |
ImageWriter.locale
The current
Locale to be used for localization, or
null if none has been set.
|
protected Locale |
ImageReader.locale
The current
Locale to be used for localization, or
null if none has been set.
|
| Modifier and Type | Field and Description |
|---|---|
protected List |
ImageWriter.warningLocales
A
List of
Locales, one for each element of
warningListeners, initialized by default
null, which is synonymous with an empty
List.
|
protected List |
ImageReader.warningLocales
A
List of the
Locales associated with each currently registered
IIOReadWarningListener, initialized by default to
null, which is synonymous with an empty
List.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
ImageWriter.getAvailableLocales()
Returns an array of
Locales that may be used to localize warning listeners and compression settings.
|
Locale |
ImageReader.getAvailableLocales()
Returns an array of
Locales that may be used to localize warning listeners and compression settings.
|
Locale |
ImageWriteParam.getLocale()
Returns the currently set
Locale, or
null if only a default
Locale is supported.
|
Locale |
ImageWriter.getLocale()
Returns the currently set
Locale, or
null if none has been set.
|
Locale |
ImageReader.getLocale()
Returns the currently set
Locale, or
null if none has been set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageWriter.setLocale(Locale
Sets the current
Locale of this
ImageWriter to the given value.
|
void |
ImageReader.setLocale(Locale
Sets the current
Locale of this
ImageReader to the given value.
|
| Constructor and Description | |
|---|---|
ImageWriteParam(Locale
Constructs an
ImageWriteParam set to use a given
Locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IIOMetadataFormatImpl.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormat.getAttributeDescription(String
Returns a
String containing a description of the named attribute, or
null.
|
String |
IIOMetadataFormatImpl.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
String |
IIOMetadataFormat.getElementDescription(String
Returns a
String containing a description of the named element, or
null.
|
| Constructor and Description | |
|---|---|
BMPImageWriteParam(Locale
Constructs a
BMPImageWriteParam set to use a given
Locale and with default values for all parameters.
|
| Constructor and Description | |
|---|---|
JPEGImageWriteParam(Locale
Constructs a
JPEGImageWriteParam.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
IIOServiceProvider.getDescription(Locale
Returns a brief, human-readable description of this service provider and its associated implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
TextSyntax.getLocale()
Returns this text attribute's text string's natural language (locale).
|
| Constructor and Description | |
|---|---|
TextSyntax(String
Constructs a TextAttribute with the specified string and locale.
|
| Constructor and Description | |
|---|---|
DocumentName(String
Constructs a new document name attribute with the given document name and locale.
|
|
JobMessageFromOperator(String
Constructs a new job message from operator attribute with the given message and locale.
|
|
JobName(String
Constructs a new job name attribute with the given job name and locale.
|
|
JobOriginatingUserName(String
Constructs a new job originating user name attribute with the given user name and locale.
|
|
OutputDeviceAssigned(String
Constructs a new output device assigned attribute with the given device name and locale.
|
|
PrinterInfo(String
Constructs a new printer info attribute with the given information string and locale.
|
|
PrinterLocation(String
Constructs a new printer location attribute with the given location and locale.
|
|
PrinterMakeAndModel(String
Constructs a new printer make and model attribute with the given make and model string and locale.
|
|
PrinterMessageFromOperator(String
Constructs a new printer message from operator attribute with the given message and locale.
|
|
PrinterName(String
Constructs a new printer name attribute with the given name and locale.
|
|
RequestingUserName(String
Constructs a new requesting user name attribute with the given user name and locale.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
LanguageCallback.getLocale()
Get the retrieved
Locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LanguageCallback.setLocale(Locale
Set the retrieved
Locale.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
UIDefaults.getDefaultLocale()
Returns the default locale.
|
static Locale |
JComponent.getDefaultLocale()
Returns the default locale used to initialize each JComponent's locale property upon creation.
|
Locale |
ProgressMonitor.AccessibleProgressMonitor.getLocale()
Gets the locale of the component.
|
Locale |
JTree.AccessibleJTree.AccessibleJTreeNode.getLocale()
Gets the locale of the component.
|
Locale |
ImageIcon.AccessibleImageIcon.getLocale()
Returns the locale of this object.
|
Locale |
JTable.AccessibleJTable.AccessibleJTableCell.getLocale()
Gets the locale of the component.
|
Locale |
JList.AccessibleJList.AccessibleJListChild.getLocale()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
UIDefaults.get(Object
Returns the value for key associated with the given locale.
|
static Object |
UIManager.get(Object
Returns an object from the defaults that is appropriate for the given locale.
|
boolean |
UIDefaults.getBoolean(Object
If the value of
key for the given
Locale is boolean, return the boolean value, otherwise return false.
|
static boolean |
UIManager.getBoolean(Object
Returns a boolean from the defaults which is associated with the key value and the given
Locale.
|
Border |
UIDefaults.getBorder(Object
If the value of
key for the given
Locale is a
Border return it, otherwise return
null.
|
static Border |
UIManager.getBorder(Object
Returns a border from the defaults that is appropriate for the given locale.
|
Color |
UIDefaults.getColor(Object
If the value of
key for the given
Locale is a
Color return it, otherwise return
null.
|
static Color |
UIManager.getColor(Object
Returns a color from the defaults that is appropriate for the given locale.
|
Dimension |
UIDefaults.getDimension(Object
If the value of
key for the given
Locale is a
Dimension return it, otherwise return
null.
|
static Dimension |
UIManager.getDimension(Object
Returns a dimension from the defaults that is appropriate for the given locale.
|
Font |
UIDefaults.getFont(Object
If the value of
key for the given
Locale is a
Font return it, otherwise return
null.
|
static Font |
UIManager.getFont(Object
Returns a font from the defaults that is appropriate for the given locale.
|
Icon |
UIDefaults.getIcon(Object
If the value of
key for the given
Locale is an
Icon return it, otherwise return
null.
|
static Icon |
UIManager.getIcon(Object
Returns an
Icon from the defaults that is appropriate for the given locale.
|
Insets |
UIDefaults.getInsets(Object
If the value of
key for the given
Locale is an
Insets return it, otherwise return
null.
|
static Insets |
UIManager.getInsets(Object
Returns an
Insets object from the defaults that is appropriate for the given locale.
|
int |
UIDefaults.getInt(Object
If the value of
key for the given
Locale is an
Integer return its integer value, otherwise return 0.
|
static int |
UIManager.getInt(Object
Returns an integer from the defaults that is appropriate for the given locale.
|
String |
UIDefaults.getString(Object
If the value of
key for the given
Locale is a
String return it, otherwise return
null.
|
static String |
UIManager.getString(Object
Returns a string from the defaults that is appropriate for the given locale.
|
void |
UIDefaults.setDefaultLocale(Locale
Sets the default locale.
|
static void |
JComponent.setDefaultLocale(Locale
Sets the default locale used to initialize each JComponent's locale property upon creation.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getLocale()
|
| Modifier and Type | Method and Description |
|---|---|
String |
Diagnostic.getMessage(Locale
Gets a localized message for the given locale.
|
StandardJavaFileManager |
DocumentationTool.getStandardFileManager(DiagnosticListener
Gets a new instance of the standard file manager implementation for this tool.
|
StandardJavaFileManager |
JavaCompiler.getStandardFileManager(DiagnosticListener
Gets a new instance of the standard file manager implementation for this tool.
|
void |
DocumentationTool.DocumentationTask.setLocale(Locale
Set the locale to be applied when formatting diagnostics and other localized data.
|
void |
JavaCompiler.CompilationTask.setLocale(Locale
Set the locale to be applied when formatting diagnostics and other localized data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GregorianCalendar |
XMLGregorianCalendar.toGregorianCalendar(TimeZone
Convert this
XMLGregorianCalendar along with provided parameters to a
GregorianCalendar instance.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
SOAPFault.getFaultStringLocale()
Gets the locale of the fault string for this
SOAPFault object.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
void |
SOAPFault.addFaultReasonText(String
Appends or replaces a Reason Text item containing the specified text message and an
xml:lang derived from
locale.
|
String |
SOAPFault.getFaultReasonText(Locale
Returns the Reason Text associated with the given
Locale.
|
void |
SOAPFault.setFaultString(String
Sets the fault string for this
SOAPFault object to the given string and localized to the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setLocale(Locale
Deprecated.
Allow an application to request a locale for errors and warnings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLReaderAdapter.setLocale(Locale
Set the locale for error reporting.
|