C D E F G I J L M N R S T U W

C

compare(String, String) - Method in class javax.microedition.global.StringComparator
Compares the two strings using the rules specific to the associated locale of this instance.

D

DATA_ERROR - Static variable in class javax.microedition.global.ResourceException
A data error occurred when reading the resource file.
DATETIME_LONG - Static variable in class javax.microedition.global.Formatter
Constant for the long date and time style.
DATETIME_SHORT - Static variable in class javax.microedition.global.Formatter
Constant for the short date and time style.
DATE_LONG - Static variable in class javax.microedition.global.Formatter
Constant for the long date style.
DATE_SHORT - Static variable in class javax.microedition.global.Formatter
Constant for the short date style.
DEVICE - Static variable in class javax.microedition.global.ResourceManager
Constant to indicate device resources.

E

equals(String, String) - Method in class javax.microedition.global.StringComparator
Tests if the two strings are equal according to the rules specific to the associated locale of this instance.

F

Formatter - class javax.microedition.global.Formatter.
Creates locale-specific renditions of data items.
Formatter() - Constructor for class javax.microedition.global.Formatter
Constructs a formatter based on the current locale, which is the value of the microedition.locale system property.
Formatter(String) - Constructor for class javax.microedition.global.Formatter
Constructs a formatter for the specified locale.
formatCurrency(double) - Method in class javax.microedition.global.Formatter
Formats a currency amount using locale-specific rules.
formatCurrency(double, String) - Method in class javax.microedition.global.Formatter
Formats a currency amount using the locale-specific rules but using the symbol of the specified currency.
formatDateTime(Calendar, int) - Method in class javax.microedition.global.Formatter
Formats a date/time instance using locale-specific rules.
formatMessage(String, String[]) - Static method in class javax.microedition.global.Formatter
Formats a message with a variable number of ordered parameters.
formatNumber(long) - Method in class javax.microedition.global.Formatter
Formats an integer using locale-specific rules.
formatNumber(double) - Method in class javax.microedition.global.Formatter
Formats a decimal number using locale-specific rules.
formatNumber(double, int) - Method in class javax.microedition.global.Formatter
Formats a decimal number using locale-specific rules, with the specified number of decimals.
formatPercentage(float, int) - Method in class javax.microedition.global.Formatter
Formats a percentage with the specified number of decimals using locale-specific rules.
formatPercentage(long) - Method in class javax.microedition.global.Formatter
Formats an integral percentage value using locale-specific rules.

G

getBaseName() - Method in class javax.microedition.global.ResourceManager
Gets the base name of this resource manager.
getData(int) - Method in class javax.microedition.global.ResourceManager
Gets a resource with the specified resource ID as a byte array containing arbitrary binary data.
getErrorCode() - Method in class javax.microedition.global.ResourceException
Returns the error code associated with this exception.
getLevel() - Method in class javax.microedition.global.StringComparator
Gets the current comparison level.
getLocale() - Method in class javax.microedition.global.Formatter
Gets the locale of this formatter.
getLocale() - Method in class javax.microedition.global.ResourceManager
Gets the locale of this resource manager.
getLocale() - Method in class javax.microedition.global.StringComparator
Gets the locale of this StringComparator.
getManager(String) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and the system's default locale.
getManager(String, String) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and locale.
getManager(String, String[]) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and the first matching locale in the supplied array.
getResource(int) - Method in class javax.microedition.global.ResourceManager
Gets a resource with the specified ID.
getString(int) - Method in class javax.microedition.global.ResourceManager
Gets a string with the specified resource ID.
getSupportedLocales() - Static method in class javax.microedition.global.Formatter
Gets the list of the locales supported by the formatter, as an array of valid microedition.locale values.
getSupportedLocales(String) - Static method in class javax.microedition.global.ResourceManager
Gets the locales supported by this resource manager for the given base name.
getSupportedLocales() - Static method in class javax.microedition.global.StringComparator
Gets the locales for which a StringComparator is available in this implementation.

I

IDENTICAL - Static variable in class javax.microedition.global.StringComparator
Constant for the comparison level that takes all differences between characters into account.
isCaching() - Method in class javax.microedition.global.ResourceManager
Returns the caching status of this resource manager.
isValidResourceID(int) - Method in class javax.microedition.global.ResourceManager
Determines if the given resource ID is valid in this implementation.

J

javax.microedition.global - package javax.microedition.global
Contains classes that implement the JSR-238, "Mobile Internationalization API".

L

LEVEL1 - Static variable in class javax.microedition.global.StringComparator
Constant for the primary collation level.
LEVEL2 - Static variable in class javax.microedition.global.StringComparator
Constant for the secondary collation level.
LEVEL3 - Static variable in class javax.microedition.global.StringComparator
Constant for the tertiary collation level.

M

METAFILE_NOT_FOUND - Static variable in class javax.microedition.global.ResourceException
Meta-information file containing information about supported locales not found for base name.

N

NO_RESOURCES_FOR_BASE_NAME - Static variable in class javax.microedition.global.ResourceException
No resources for this base name found.
NO_SYSTEM_DEFAULT_LOCALE - Static variable in class javax.microedition.global.ResourceException
The system's default locale is not defined (is null).

R

RESOURCE_NOT_FOUND - Static variable in class javax.microedition.global.ResourceException
A resource with the specified ID was not found.
ResourceException - exception javax.microedition.global.ResourceException.
Thrown when a resource manager operation fails.
ResourceException(int, String) - Constructor for class javax.microedition.global.ResourceException
Constructs an exception instance with an error code and a detail message.
ResourceManager - class javax.microedition.global.ResourceManager.
Resource manager for applications.

S

StringComparator - class javax.microedition.global.StringComparator.
Compares two strings using locale-specific rules.
StringComparator(String, int) - Constructor for class javax.microedition.global.StringComparator
Constructs an instance using the specified locale and collation level.
StringComparator() - Constructor for class javax.microedition.global.StringComparator
Constructs an instance using the default locale indicated by the microedition.locale system property, using the default collation level StringComparator.LEVEL1.
StringComparator(String) - Constructor for class javax.microedition.global.StringComparator
Constructs an instance using the specified locale and the default collation level StringComparator.LEVEL1.

T

TIME_LONG - Static variable in class javax.microedition.global.Formatter
Constant for the long time style.
TIME_SHORT - Static variable in class javax.microedition.global.Formatter
Constant for the short time style.

U

UNKNOWN_ERROR - Static variable in class javax.microedition.global.ResourceException
Unknown error.
UNKNOWN_RESOURCE_TYPE - Static variable in class javax.microedition.global.ResourceException
Encountered an unknown resource type in the resource file.
UnsupportedLocaleException - exception javax.microedition.global.UnsupportedLocaleException.
Thrown when an operation is attempted that is not supported for the specified locale.
UnsupportedLocaleException() - Constructor for class javax.microedition.global.UnsupportedLocaleException
Constructs an UnsupportedLocaleException without a detail message.
UnsupportedLocaleException(String) - Constructor for class javax.microedition.global.UnsupportedLocaleException
Constructs an UnsupportedLocaleException with a detail message.

W

WRONG_RESOURCE_TYPE - Static variable in class javax.microedition.global.ResourceException
Wrong resource type.

C D E F G I J L M N R S T U W

Copyright © 2004-2005 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.