java.text
public
static
class
java.text.Format.Field
This inner class is used to represent Format attributes in the
AttributedCharacterIterator that formatToCharacterIterator() method
returns in the Format subclasses.
Known Direct Subclasses
DateFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
SimpleDateFormat.formatToCharacterIterator() method returns. |
MessageFormat.Field |
The instances of this inner class are used as attribute keys in
AttributedCharacterIterator that
MessageFormat.formatToCharacterIterator() method returns. |
NumberFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
NumberFormat.formatToCharacterIterator() method returns. |
Summary
Protected Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Protected Constructors
protected
Format.Field(String fieldName)
Constructs a new instance of Field with the given fieldName.
Parameters
fieldName
| The field name.
|