Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.text.Format.Field

Packages that use Format.Field
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. 
 

Uses of Format.Field in java.text
 

Subclasses of Format.Field in java.text
static class DateFormat.Field
          Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
static class MessageFormat.Field
          Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
static class NumberFormat.Field
          Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from NumberFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
 

Methods in java.text that return Format.Field
 Format.Field FieldPosition.getFieldAttribute()
          Returns the field identifier as an attribute constant from one of the Field subclasses.
 

Constructors in java.text with parameters of type Format.Field
FieldPosition(Format.Field attribute)
          Creates a FieldPosition object for the given field constant.
FieldPosition(Format.Field attribute, int fieldID)
          Creates a FieldPosition object for the given field.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.