Uses of Class
org.dellroad.stuff.text.MessageFmt.Segment
Packages that use MessageFmt.Segment
-
Uses of MessageFmt.Segment in org.dellroad.stuff.text
Subclasses of MessageFmt.Segment in org.dellroad.stuff.textModifier and TypeClassDescriptionstatic classAMessageFmt.Segmentwithin aMessageFormatpattern that formats one of the arguments.static 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 simply formats the argument using the default formatting for its type.static classAnMessageFmt.ArgumentSegmentthat formats its argument using the defaultNumberFormatfor the locale.static classMessageFmt.FormatArgumentSegment<T extends Format>AnMessageFmt.ArgumentSegmentthat formats its argument using aFormatof some kind.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.static classRepresents a stretch of plain text in aMessageFormatpattern string.Methods in org.dellroad.stuff.text that return types with arguments of type MessageFmt.SegmentModifier and TypeMethodDescription@NotNull @Valid List<@NotNull MessageFmt.Segment>MessageFmt.getSegments()Get the individual components of this message format.Methods in org.dellroad.stuff.text with parameters of type MessageFmt.SegmentModifier and TypeMethodDescriptionprotected voidMessageFmt.SegmentSwitchAdapter.caseSegment(MessageFmt.Segment segment) Internal roll-up method.Method parameters in org.dellroad.stuff.text with type arguments of type MessageFmt.SegmentConstructors in org.dellroad.stuff.text with parameters of type MessageFmt.SegmentModifierConstructorDescriptionMessageFmt(MessageFmt.Segment... segments) Create an instance from explicitly givenMessageFmt.Segments.