Java.Text.MessageFormat: Method Members

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

Public Methods

ApplyPattern(string)
Changes this MessageFormat to use the specified pattern.
static
Format(string, params Java.Lang.Object[]) : string
Documentation for this section has not yet been entered.
override
Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition) : Java.Lang.StringBuffer
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) : Java.Lang.StringBuffer
Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.
GetFormats() : _Format[]
Returns the Format instances used by this message format.
GetFormatsByArgumentIndex() : _Format[]
Returns the formats used for each argument index.
Parse(string) : Java.Lang.Object[]
Parses the message arguments from the specified string using the rules of this message format.
Parse(string, ParsePosition) : Java.Lang.Object[]
Parses the message argument from the specified string starting at the index specified by position.
override
ParseObject(string, ParsePosition) : Java.Lang.Object
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() : string
Returns the pattern of this message format.