Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.text.Format
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 info = ws.dateFormat.format(data);
2 ).format (new Object[] {getClassFilter ()});
3 return msgFormat.format(args);
4 String res = icons[type + ib].format (base);
5 return getHomeFormat ().format (new Object[] { s });
6 text = formatter.format(value);
7 return NumberFormat.getInstance(locale).format(obj); // fix
8 String s = errors.format(new Object[] {
9 setText(m_nFormat.format(value));
10 System.err.println (new MessageFormat(getString("CTL_CannotCreate_text")).format(arg));
11 getAccessibleContext().setAccessibleName(nameFormat.format(new Object[] {firstComponent == null || !(firstComponent instanceof Accessible) ? null : firstComponent.getAccessibleContext().getAccessibleName(),
12 Indent().Append(measurement.LongName()).Append(" (").Append(measurement.ShortName()).Append("): ").Append(value_format.format(measurement.Value()));
13 Date date=(Date)__dateReceive[i].parseObject(val);
14 tf_tooltipmask.setToolTipText(new FileNameFormat(tf_tooltipmask.getText()).format(controller.sampleJpeg));
15 m_display = m_format.format(evaluate());
16 return (format.format(args));
17 returnString = formatter().format(aString);
18 String parsedNotice = noticeFormat.format(notice.getValues());
19 String ID = nf.format(new Integer(id));
20 result = dateFormat.format(value);

Links to utility classes and functions:

1 org.apache.commons.lang.time.DateFormatUtils
2 org.ofbiz.core.util.UtilFormatOut
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.