- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- java.text.Format.Field
-
- 实现的所有接口
-
Serializable
- 已知直接子类:
-
DateFormat.Field,MessageFormat.Field,NumberFormat.Field
- Enclosing class:
- Format
public static class Format.Field extends AttributedCharacterIterator.Attribute
定义了用于作为属性键常数AttributedCharacterIterator从返回Format.formatToCharacterIterator和字段标识符在FieldPosition。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
字段汇总
-
声明的属性在类 java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
-
-
构造方法详细信息
-
字段
protected Field(String name)
创建具有指定名称的Field。- 参数
-
name- 属性的名称
-
-