| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| Uses of Format.Field in java.text | 
|---|
| Subclasses of Format.Field in java.text | |
|---|---|
| static class | DateFormat.FieldDefines constants that are used as attribute keys in the AttributedCharacterIteratorreturned
 fromDateFormat.formatToCharacterIteratorand as
 field identifiers inFieldPosition. | 
| static class | MessageFormat.FieldDefines constants that are used as attribute keys in the AttributedCharacterIteratorreturned
 fromMessageFormat.formatToCharacterIterator. | 
| static class | NumberFormat.FieldDefines constants that are used as attribute keys in the AttributedCharacterIteratorreturned
 fromNumberFormat.formatToCharacterIteratorand as
 field identifiers inFieldPosition. | 
| Methods in java.text that return Format.Field | |
|---|---|
|  Format.Field | FieldPosition.getFieldAttribute()Returns the field identifier as an attribute constant from one of the Fieldsubclasses. | 
| 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 FieldPositionobject for the given field. | |
| Uses of Format.Field in javax.swing.text | 
|---|
| Methods in javax.swing.text that return Format.Field | |
|---|---|
|  Format.Field[] | InternationalFormatter.getFields(int offset)Returns the Format.Fieldconstants associated with
 the text atoffset. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.