|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 Format.Field 的軟體套件 | |
---|---|
java.text | 提供以與自然語言無關的方式來處理文本、日期、數字和訊息的類別和介面。 |
javax.swing.text | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
java.text 中 Format.Field 的使用 |
---|
java.text 中 Format.Field 的子類別 | |
---|---|
static class |
DateFormat.Field
定義了各種常數,這些常數用作 DateFormat.formatToCharacterIterator 所返回的 AttributedCharacterIterator 中的屬性鍵和 FieldPosition 中的欄位標識符。 |
static class |
MessageFormat.Field
在從 MessageFormat.formatToCharacterIterator 返回的 AttributedCharacterIterator 中定義用作屬性鍵的常數。 |
static class |
NumberFormat.Field
定義將用作從 NumberFormat.formatToCharacterIterator 返回的 AttributedCharacterIterator 中屬性鍵以及 FieldPosition 中欄位標識符的常數。 |
返回 Format.Field 的 java.text 中的方法 | |
---|---|
Format.Field |
FieldPosition.getFieldAttribute()
以來自 Field 子類別之一的屬性常數返回該欄位的標識符。 |
參數型別為 Format.Field 的 java.text 中的建構子 | |
---|---|
FieldPosition(Format.Field attribute)
為給定的欄位常數創建一個 FieldPosition 物件。 |
|
FieldPosition(Format.Field attribute,
int fieldID)
為給定的欄位創建一個 FieldPosition 物件。 |
javax.swing.text 中 Format.Field 的使用 |
---|
返回 Format.Field 的 javax.swing.text 中的方法 | |
---|---|
Format.Field[] |
InternationalFormatter.getFields(int offset)
返回與 offset 處的文本相關的 Format.Field 常數。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。