Uses of Class
org.dellroad.stuff.text.MessageFmt.FormatArgumentSegment
Packages that use MessageFmt.FormatArgumentSegment
-
Uses of MessageFmt.FormatArgumentSegment in org.dellroad.stuff.text
Subclasses of MessageFmt.FormatArgumentSegment in org.dellroad.stuff.textModifier and TypeClassDescriptionstatic classAnMessageFmt.ArgumentSegmentthat formats its argument using aChoiceFormat.static classAnMessageFmt.ArgumentSegmentthat formats its argument using theNumberFormatcurrency instance for the locale.static classMessageFmt.DateFormatArgumentSegment<T extends DateFormat>AMessageFormatargument segment that formats the argument using aDateFormat.static classAnMessageFmt.ArgumentSegmentthat formats its argument using aDecimalFormat.static classAnMessageFmt.ArgumentSegmentthat formats its argument using the defaultNumberFormatfor the locale.static classAnMessageFmt.ArgumentSegmentthat formats its argument using theNumberFormatinteger instance for the locale.static classAnMessageFmt.ArgumentSegmentthat formats its argument using aNumberFormat.static classAnMessageFmt.ArgumentSegmentthat formats its argument using theNumberFormatpercent instance for the locale.static classAMessageFormatargument segment that formats the argument using aSimpleDateFormat.static classAnMessageFmt.ArgumentSegmentthat formats its argument using one of the standardDateFormatdate instances for the locale.static classAnMessageFmt.ArgumentSegmentthat formats its argument using one of the standardDateFormattime instances for the locale.Methods in org.dellroad.stuff.text that return MessageFmt.FormatArgumentSegmentModifier and TypeMethodDescriptionstatic <T extends Format>
MessageFmt.FormatArgumentSegment<T>Map the given argumentFormatinto the correspondingMessageFmt.ArgumentSegment.Methods in org.dellroad.stuff.text with parameters of type MessageFmt.FormatArgumentSegmentModifier and TypeMethodDescriptionprotected <T extends Format>
voidMessageFmt.SegmentSwitchAdapter.caseFormatArgumentSegment(MessageFmt.FormatArgumentSegment<T> segment) Internal roll-up method.