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