Added in API level 1
Format.Field
public
static
class
Format.Field
extends AttributedCharacterIterator.Attribute
| java.lang.Object | ||
| ↳ | java.text.AttributedCharacterIterator.Attribute | |
| ↳ | java.text.Format.Field | |
Known Direct Subclasses
|
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from Format.formatToCharacterIterator and as
field identifiers in FieldPosition.
Summary
Inherited fields |
|---|
From
class
java.text.AttributedCharacterIterator.Attribute
|
Protected constructors | |
|---|---|
Format.Field(String name)
Creates a Field with the specified name. |
|
Inherited methods | |
|---|---|
From
class
java.text.AttributedCharacterIterator.Attribute
| |
From
class
java.lang.Object
| |
Protected constructors
Format.Field
Added in API level 1
Format.Field (String name)
Creates a Field with the specified name.
| Parameters | |
|---|---|
name |
String:
Name of the attribute
|
Interfaces
Classes
- Annotation
- AttributedCharacterIterator.Attribute
- AttributedString
- Bidi
- BreakIterator
- ChoiceFormat
- CollationElementIterator
- CollationKey
- Collator
- DateFormat
- DateFormat.Field
- DateFormatSymbols
- DecimalFormat
- DecimalFormatSymbols
- FieldPosition
- Format
- Format.Field
- MessageFormat
- MessageFormat.Field
- Normalizer
- NumberFormat
- NumberFormat.Field
- ParsePosition
- RuleBasedCollator
- SimpleDateFormat
- StringCharacterIterator
Enums
Exceptions


