B C D F G I L N O P S T V

B

BOOLEAN_FALSE - Static variable in class org.hrodberaht.i18n.formatter.BooleanFormatter
 
BOOLEAN_TRUE - Static variable in class org.hrodberaht.i18n.formatter.BooleanFormatter
 
BooleanFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
BooleanFormatter() - Constructor for class org.hrodberaht.i18n.formatter.BooleanFormatter
 

C

convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.BooleanFormatter
 
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.CurrencyFormatter
 
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.DateFormatter
 
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.DecimalFormatter
Returns an object representation of its argument.
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.Formatter
 
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.IntegerFormatter
Returns an object representation of its argument.
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.LongFormatter
Returns an object representation of its argument.
convertToObject(String) - Method in class org.hrodberaht.i18n.formatter.PercentageFormatter
Unformats its argument and returns a BigDecimal instance initialized with the resulting string value
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.BooleanFormatter
 
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.CurrencyFormatter
Returns a string representation of its argument formatted as a currency value.
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.DateFormatter
Returns a string representation of its argument, formatted as a date with the "MM/dd/yyyy" format.
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.DecimalFormatter
Returns a formatted version of its argument.
convertToString(T) - Method in class org.hrodberaht.i18n.formatter.Formatter
 
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.IntegerFormatter
Returns a formatted version of its argument.
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.LongFormatter
Returns a formatted version of its argument.
convertToString(Object) - Method in class org.hrodberaht.i18n.formatter.PercentageFormatter
Returns a string representation of its argument, formatted as a percentage value.
createLocale(String) - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
createSystemLocale() - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
CurrencyData - Class in org.hrodberaht.i18n.formatter.types
Simple Java Utils
CurrencyData(String) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(String, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(double) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(double, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(BigInteger) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(BigInteger, int) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(BigInteger, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(BigInteger, int, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(int) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(int, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(long) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyData(long, Currency) - Constructor for class org.hrodberaht.i18n.formatter.types.CurrencyData
 
CurrencyFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
CurrencyFormatter() - Constructor for class org.hrodberaht.i18n.formatter.CurrencyFormatter
 

D

DateFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
DateFormatter(DateFormatter.DateConvert) - Constructor for class org.hrodberaht.i18n.formatter.DateFormatter
 
DateFormatter() - Constructor for class org.hrodberaht.i18n.formatter.DateFormatter
 
DateFormatter.DateConvert - Enum in org.hrodberaht.i18n.formatter
 
DecimalFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
DecimalFormatter() - Constructor for class org.hrodberaht.i18n.formatter.DecimalFormatter
 

F

fixCharacterJVMErrorsForDecimalFormat(NumberFormat) - Method in class org.hrodberaht.i18n.formatter.NumberFormatter
 
FormatException - Exception in org.hrodberaht.i18n.formatter
Simple Java Utils
FormatException(String) - Constructor for exception org.hrodberaht.i18n.formatter.FormatException
 
FormatException(String, Object...) - Constructor for exception org.hrodberaht.i18n.formatter.FormatException
 
Formatter<T> - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
Formatter() - Constructor for class org.hrodberaht.i18n.formatter.Formatter
 

G

getFormatter(Class<T>) - Static method in class org.hrodberaht.i18n.formatter.Formatter
 
getFormatter(Class<T>, DateFormatter.DateConvert) - Static method in class org.hrodberaht.i18n.formatter.Formatter
 
getInjectionContainer() - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
Use the injection container to change the implementation fo the LocaleProvider.
getLocale() - Method in class org.hrodberaht.i18n.locale.LocaleProfile
 
getProfile() - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
 
getProfile() - Method in interface org.hrodberaht.i18n.locale.ProviderInterface
 
getProfile() - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
getProfile() - Method in class org.hrodberaht.i18n.locale.ThreadLocaleProvider
 
getSystemLocale() - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
 
getSystemLocale() - Method in interface org.hrodberaht.i18n.locale.ProviderInterface
 
getSystemLocale() - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
getSystemLocale() - Method in class org.hrodberaht.i18n.locale.ThreadLocaleProvider
 

I

IntegerFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
IntegerFormatter() - Constructor for class org.hrodberaht.i18n.formatter.IntegerFormatter
 
isSupportedType(Class) - Static method in class org.hrodberaht.i18n.formatter.Formatter
Returns true if the provided class is an array getType, implements one of the Formatter classes currently supported.

L

locale - Variable in class org.hrodberaht.i18n.formatter.Formatter
 
LocaleProfile - Class in org.hrodberaht.i18n.locale
Simple Java Utils
LocaleProfile(Locale) - Constructor for class org.hrodberaht.i18n.locale.LocaleProfile
 
LocaleProvider - Class in org.hrodberaht.i18n.locale
Simple Java Utils
LongFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
LongFormatter() - Constructor for class org.hrodberaht.i18n.formatter.LongFormatter
 

N

NumberFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
NumberFormatter() - Constructor for class org.hrodberaht.i18n.formatter.NumberFormatter
 

O

org.hrodberaht.i18n.formatter - package org.hrodberaht.i18n.formatter
 
org.hrodberaht.i18n.formatter.types - package org.hrodberaht.i18n.formatter.types
 
org.hrodberaht.i18n.locale - package org.hrodberaht.i18n.locale
 

P

parseAndErrorhandleDate(String, DateFormat) - Method in class org.hrodberaht.i18n.formatter.DateFormatter
 
parseNumber(String, NumberFormat) - Method in class org.hrodberaht.i18n.formatter.NumberFormatter
 
PERCENTAGE_SCALE - Static variable in class org.hrodberaht.i18n.formatter.PercentageFormatter
The default scale for percentage values
PercentageFormatter - Class in org.hrodberaht.i18n.formatter
Simple Java Utils
PercentageFormatter() - Constructor for class org.hrodberaht.i18n.formatter.PercentageFormatter
 
PercentData - Class in org.hrodberaht.i18n.formatter.types
Simple Java Utils
PercentData(String) - Constructor for class org.hrodberaht.i18n.formatter.types.PercentData
 
PercentData(double) - Constructor for class org.hrodberaht.i18n.formatter.types.PercentData
 
PercentData(int) - Constructor for class org.hrodberaht.i18n.formatter.types.PercentData
 
PercentData(long) - Constructor for class org.hrodberaht.i18n.formatter.types.PercentData
 
ProviderInterface - Interface in org.hrodberaht.i18n.locale
Simple Java Utils
ProviderInterface.StatefulProfile - Enum in org.hrodberaht.i18n.locale
 

S

SCALE - Static variable in class org.hrodberaht.i18n.formatter.CurrencyFormatter
 
seDefaultLocaleProvider() - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
 
setProfile(LocaleProfile) - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
 
setStatefulProfile(LocaleProfile) - Method in interface org.hrodberaht.i18n.locale.ProviderInterface
 
setStatefulProfile(LocaleProfile) - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
setStatefulProfile(LocaleProfile) - Method in class org.hrodberaht.i18n.locale.ThreadLocaleProvider
 
setThreadLocaleProvider() - Static method in class org.hrodberaht.i18n.locale.LocaleProvider
 
SimpleLocaleProvider - Class in org.hrodberaht.i18n.locale
Simple Java Utils
SimpleLocaleProvider() - Constructor for class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
statefulProfileSupport() - Method in interface org.hrodberaht.i18n.locale.ProviderInterface
 
statefulProfileSupport() - Method in class org.hrodberaht.i18n.locale.SimpleLocaleProvider
 
statefulProfileSupport() - Method in class org.hrodberaht.i18n.locale.ThreadLocaleProvider
 

T

ThreadLocaleProvider - Class in org.hrodberaht.i18n.locale
Simple Java Utils
ThreadLocaleProvider() - Constructor for class org.hrodberaht.i18n.locale.ThreadLocaleProvider
 
toString() - Method in exception org.hrodberaht.i18n.formatter.FormatException
 

V

valueOf(String) - Static method in enum org.hrodberaht.i18n.formatter.DateFormatter.DateConvert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hrodberaht.i18n.locale.ProviderInterface.StatefulProfile
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hrodberaht.i18n.formatter.DateFormatter.DateConvert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hrodberaht.i18n.locale.ProviderInterface.StatefulProfile
Returns an array containing the constants of this enum type, in the order they are declared.

B C D F G I L N O P S T V

Copyright © 2010. All Rights Reserved.