JavaTM 2 Platform
Standard Ed. 6

java.text
类 Format.Field

java.lang.Object
  继承者 java.text.AttributedCharacterIterator.Attribute
      继承者 java.text.Format.Field
所有已实现的接口:
Serializable
直接已知子类:
DateFormat.Field, MessageFormat.Field, NumberFormat.Field
正在封闭类:
Format

public static class Format.Field
extends AttributedCharacterIterator.Attribute

定义在 AttributedCharacterIterator(从 Format.formatToCharacterIterator 返回)中用作属性键和在 FieldPosition 中用作字段标识符的常量。

从以下版本开始:
1.4
另请参见:
序列化表格

字段摘要
 
从类 java.text.AttributedCharacterIterator.Attribute 继承的字段
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
构造方法摘要
protected Format.Field(String name)
          创建具有指定名称的 Field。
 
方法摘要
 
从类 java.text.AttributedCharacterIterator.Attribute 继承的方法
equals, getName, hashCode, readResolve, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Format.Field

protected Format.Field(String name)
创建具有指定名称的 Field。

参数:
name - 属性的名称

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only