Uses of Class
org.dellroad.stuff.text.MessageFmt.FormatArgumentSegment
-
Uses of MessageFmt.FormatArgumentSegment in org.dellroad.stuff.text
Modifier and TypeClassDescriptionstatic class
AnMessageFmt.ArgumentSegment
that formats its argument using aChoiceFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
currency instance for the locale.static class
MessageFmt.DateFormatArgumentSegment<T extends DateFormat>
AMessageFormat
argument segment that formats the argument using aDateFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using aDecimalFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using the defaultNumberFormat
for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
integer instance for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using aNumberFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
percent instance for the locale.static class
AMessageFormat
argument segment that formats the argument using aSimpleDateFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using one of the standardDateFormat
date instances for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using one of the standardDateFormat
time instances for the locale.Modifier and TypeMethodDescriptionstatic <T extends Format>
MessageFmt.FormatArgumentSegment<T>Map the given argumentFormat
into the correspondingMessageFmt.ArgumentSegment
.Modifier and TypeMethodDescriptionprotected <T extends Format>
voidMessageFmt.SegmentSwitchAdapter.caseFormatArgumentSegment
(MessageFmt.FormatArgumentSegment<T> segment) Internal roll-up method.