The methods of Java.Text.MessageFormat are listed below. For a list of all members, see the MessageFormat Members list.
See Also: Inherited members from Java.Text._Format
ApplyPattern(string)Changes this MessageFormat to use the specified pattern. | ||
static | Format(string, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
override | Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format. | |
Format(Java.Lang.Object[], Java.Lang.StringBuffer, FieldPosition)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format. | ||
GetFormats()Returns the Format instances used by this message format. | ||
GetFormatsByArgumentIndex()Returns the formats used for each argument index. | ||
Parse(string)Parses the message arguments from the specified string using the rules of this message format. | ||
Parse(string, ParsePosition)Parses the message argument from the specified string starting at the index specified by position. | ||
override | ParseObject(string, ParsePosition)Parses the message argument from the specified string starting at the index specified by position. | |
SetFormat(int, _Format)Sets the specified format used by this message format. | ||
SetFormatByArgumentIndex(int, _Format)Sets the format used for the argument at index argIndex to format. | ||
SetFormats(_Format[])Sets the formats used by this message format. | ||
SetFormatsByArgumentIndex(_Format[])Sets the formats used for each argument. | ||
ToPattern()Returns the pattern of this message format. |