KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > MessageFormat.Field

java.text
Class MessageFormat.Field

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.text.Format.Field
          extended by java.text.MessageFormat.Field
All Implemented Interfaces:
Serializable
Enclosing class:
MessageFormat
See Also:
Source Code

public static final MessageFormat.Field ARGUMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected MessageFormat.Field(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object readResolve()
                      throws InvalidObjectException
See Also:
AttributedCharacterIterator.Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags