MessageFormat.Field


MessageFormat.Field java.text

Java 1.4 serializable

This class defines an ARGUMENT AttributedCharacterIterator.Attribute constant that is be used by the AttributedCharacterIterator returned by MessageFormat.formatToCharacterIterator( ) to identify portions of the formatted message that are derived from the arguments passed to formatToCharacterIterator( ) . The value associated with this ARGUMENT attribute will be an Integer specifying the argument number.

 public static class  MessageFormat.Field  extends Format.Field {  // Protected Constructors  protected  Field  (String  name  );  // Public Constants  public static final MessageFormat.Field  ARGUMENT  ;  // Protected Methods Overriding AttributedCharacterIterator.Attribute  protected Object  readResolve  ( ) throws java.io.InvalidObjectException;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net