Searched defs:MessageFormat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java53 * <code>MessageFormat</code> provides a means to produce concatenated
58 * <code>MessageFormat</code> takes a set of objects, formats them, then
63 * <code>MessageFormat</code> differs from the other <code>Format</code>
64 * classes in that you create a <code>MessageFormat</code> object with one
66 * method). The factory methods aren't necessary because <code>MessageFormat</code>
73 * <code>MessageFormat</code> uses patterns of the following form:
134 * bundle source files) which strings will be processed by {@code MessageFormat}.
228 * The first example uses the static method <code>MessageFormat.format</code>,
229 * which internally creates a <code>MessageFormat</code> for one-time use:
234 * String result = MessageFormat
346 public class MessageFormat extends Format { class in inherits:Format
361 public MessageFormat(String pattern) { method in class:MessageFormat
379 public MessageFormat(String pattern, Locale locale) { method in class:MessageFormat
[all...]

Completed in 24 milliseconds