Java™ Platform
Standard Ed. 8

Uses of Class
java.text.Format.Field

  • Packages that use Format.Field 
    Package Description
    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 
      Modifier and Type Class and Description
      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 
      Modifier and Type Method and Description
      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 
      Constructor and Description
      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.
    • Uses of Format.Field in javax.swing.text

      Methods in javax.swing.text that return Format.Field 
      Modifier and Type Method and Description
      Format.Field[] InternationalFormatter.getFields(int offset)
      Returns the Format.Field constants associated with the text at offset.
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部