Uses of Class
com.ibm.icu.text.DisplayContext.Type
-
Packages that use DisplayContext.Type Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of DisplayContext.Type in com.ibm.icu.text
Methods in com.ibm.icu.text that return DisplayContext.Type Modifier and Type Method Description DisplayContext.Type
DisplayContext. type()
Get the Type part of the enum item (e.g.static DisplayContext.Type
DisplayContext.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DisplayContext.Type[]
DisplayContext.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type DisplayContext.Type Modifier and Type Method Description DisplayContext
DateFormat. getContext(DisplayContext.Type type)
Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.abstract DisplayContext
LocaleDisplayNames. getContext(DisplayContext.Type type)
Returns the current value for a specified DisplayContext.Type.DisplayContext
NumberFormat. getContext(DisplayContext.Type type)
Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.
-