Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreceiver.util.text
Class HelperMessageFormat  view HelperMessageFormat download HelperMessageFormat.java

java.lang.Object
  extended byjreceiver.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.