Android
java.text
public static class

java.text.Format.Field

java.lang.Object
java.text.AttributedCharacterIterator.Attribute Serializable
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

Summary

Constants inherited from class java.text.AttributedCharacterIterator.Attribute

Protected Constructors

            Format.Field(String fieldName)
Constructs a new instance of Field with the given fieldName.
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected Format.Field(String fieldName)

Constructs a new instance of Field with the given fieldName.

Parameters

fieldName The field name.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48