com.taursys.util
Class EmptyMessageFormat

java.lang.Object
  extended byjava.text.Format
      extended byjava.text.MessageFormat
          extended bycom.taursys.util.EmptyMessageFormat
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class EmptyMessageFormat
extends java.text.MessageFormat

Author:
marty TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.text.MessageFormat
java.text.MessageFormat.Field
 
Constructor Summary
EmptyMessageFormat()
           
EmptyMessageFormat(java.lang.String pattern)
           
EmptyMessageFormat(java.lang.String pattern, java.util.Locale locale)
           
 
Methods inherited from class java.text.MessageFormat
applyPattern, clone, equals, format, format, format, formatToCharacterIterator, getFormats, getFormatsByArgumentIndex, getLocale, hashCode, parse, parse, parseObject, setFormat, setFormatByArgumentIndex, setFormats, setFormatsByArgumentIndex, setLocale, toPattern
 
Methods inherited from class java.text.Format
format, parseObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyMessageFormat

public EmptyMessageFormat()

EmptyMessageFormat

public EmptyMessageFormat(java.lang.String pattern)
Parameters:
pattern -

EmptyMessageFormat

public EmptyMessageFormat(java.lang.String pattern,
                          java.util.Locale locale)
Parameters:
pattern -
locale -


Copyright © 2007 Martin T Phelan. All Rights Reserved.