Uses of Class
java.text.Format.Field
| Package | Description |
|---|---|
| java.text |
-
Uses of Format.Field in java.text
Subclasses of Format.Field in java.text Modifier and Type Class Description static classDateFormat.FieldThe instances of this inner class are used as attribute keys and values inAttributedCharacterIteratorthat theSimpleDateFormat.formatToCharacterIterator(Object)method returns.static classMessageFormat.FieldThe instances of this inner class are used as attribute keys inAttributedCharacterIteratorthat theMessageFormat.formatToCharacterIterator(Object)method returns.static classNumberFormat.FieldThe instances of this inner class are used as attribute keys and values inAttributedCharacterIteratorthat theFormat.formatToCharacterIterator(Object)method returns.Methods in java.text that return Format.Field Modifier and Type Method Description Format.FieldFieldPosition. getFieldAttribute()Returns the attribute which is being identified.Constructors in java.text with parameters of type Format.Field Constructor Description FieldPosition(Format.Field attribute)Constructs a newFieldPositionfor the specifiedFieldattribute.FieldPosition(Format.Field attribute, int field)Constructs a newFieldPositionfor the specifiedFieldattribute and field id.