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 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.Methods in org.dellroad.stuff.text that return MessageFmt.FormatArgumentSegmentModifier and TypeMethodDescriptionstatic <T extends Format>
MessageFmt.FormatArgumentSegment<T>Map the given argumentFormat
into 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.