|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.text.NumberFormat.NumberFormatFactory
com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
public abstract static class NumberFormat.SimpleNumberFormatFactory
A NumberFormatFactory that supports a single locale. It can be visible or invisible.
| Field Summary |
|---|
| Fields inherited from class com.ibm.icu.text.NumberFormat.NumberFormatFactory |
|---|
FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC |
| Constructor Summary | |
|---|---|
NumberFormat.SimpleNumberFormatFactory(Locale locale)
Constructs a SimpleNumberFormatFactory with the given locale. |
|
NumberFormat.SimpleNumberFormatFactory(Locale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the visibility. |
|
NumberFormat.SimpleNumberFormatFactory(ULocale locale)
Constructs a SimpleNumberFormatFactory with the given locale. |
|
NumberFormat.SimpleNumberFormatFactory(ULocale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the visibility. |
|
| Method Summary | |
|---|---|
Set<String> |
getSupportedLocaleNames()
Returns an immutable collection of the locale names directly supported by this factory. |
boolean |
visible()
Returns true if this factory is visible. |
| Methods inherited from class com.ibm.icu.text.NumberFormat.NumberFormatFactory |
|---|
createFormat, createFormat |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberFormat.SimpleNumberFormatFactory(Locale locale)
public NumberFormat.SimpleNumberFormatFactory(Locale locale,
boolean visible)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale,
boolean visible)
| Method Detail |
|---|
public final boolean visible()
visible in class NumberFormat.NumberFormatFactorypublic final Set<String> getSupportedLocaleNames()
getSupportedLocaleNames in class NumberFormat.NumberFormatFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||