|
|||||||||
| Home >> All >> jreceiver >> util >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jreceiver.util.text
Class HelperMessageFormat

java.lang.Objectjreceiver.util.text.HelperMessageFormat
- public final class HelperMessageFormat
- extends java.lang.Object
routines for using Maps
- Version:
- $Revision: 1.3 $ $Date: 2002/12/29 00:44:08 $
| Constructor Summary | |
HelperMessageFormat()
|
|
| Method Summary | |
static java.text.MessageFormat |
build(java.lang.String pattern)
KLUDGE: the pattern to support hex strings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HelperMessageFormat
public HelperMessageFormat()
| Method Detail |
build
public static java.text.MessageFormat build(java.lang.String pattern)
- KLUDGE: the pattern to support hex strings
Note that NumberFormat confusingly doesn't yet support hexadecimal, so we emulate it here.
|
|||||||||
| Home >> All >> jreceiver >> util >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jreceiver.util.text.HelperMessageFormat