|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Format factory.
Method Summary | |
java.text.Format |
getFormat(java.lang.String name,
java.lang.String arguments,
java.util.Locale locale)
Create or retrieve a format instance. |
Method Detail |
public java.text.Format getFormat(java.lang.String name, java.lang.String arguments, java.util.Locale locale)
name
- The format type namearguments
- Arguments used to create the format instance. This allows the
FormatFactory
to implement the "format style"
concept from java.text.MessageFormat
.locale
- The locale, may be null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |