JavaTM 2 Platform
Standard Ed. 5.0

java.text
类 AttributedCharacterIterator.Attribute

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

public static class AttributedCharacterIterator.Attribute
extends Object
implements Serializable

定义用于标识文本属性的属性键。这些键用于 AttributedCharacterIterator 和 AttributedString 中。

从以下版本开始:
1.2
另请参见:
AttributedCharacterIterator, AttributedString, 序列化表格

字段摘要
static AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
          输入法段的属性键。
static AttributedCharacterIterator.Attribute LANGUAGE
          某些文本的语言的属性键。
static AttributedCharacterIterator.Attribute READING
          某些文本的读法的属性键。
 
构造方法摘要
protected AttributedCharacterIterator.Attribute(String name)
          构造具有给定名称的 Attribute。
 
方法摘要
 boolean equals(Object obj)
          比较两个对象的相等性。
protected  String getName()
          返回此属性的名称。
 int hashCode()
          返回此对象的哈希码值。
protected  Object readResolve()
          解析将被反序列化为预定义常量的实例。
 String toString()
          返回该对象的字符串表示形式。
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

LANGUAGE

public static final AttributedCharacterIterator.Attribute LANGUAGE
某些文本的语言的属性键。

值是 Locale 的实例。

另请参见:
Locale

READING

public static final AttributedCharacterIterator.Attribute READING
某些文本的读法的属性键。在某些书写形式与单词发音仅仅松散关联的语言(比如日语)中,将读法(发音)与书写形式保存在一起也往往是必要的。

值是保存 String 实例的 Annotation 的实例。

另请参见:
Annotation, String

INPUT_METHOD_SEGMENT

public static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
输入法段的属性键。通常与单词对应,输入法经常把文本分解成段。

值是保存 null 引用的 Annotation 的实例。

另请参见:
Annotation
构造方法详细信息

AttributedCharacterIterator.Attribute

protected AttributedCharacterIterator.Attribute(String name)
构造具有给定名称的 Attribute。

方法详细信息

equals

public final boolean equals(Object obj)
比较两个对象的相等性。此版本仅当 x.equals(y)(即 xy 引用同一个对象并且保证其子类也这样)时返回 true。

覆盖:
Object 中的 equals
参数:
obj - 要与之比较的引用对象。
返回:
如果此对象与 obj 参数相同,则返回 true;否则返回 false
另请参见:
Object.hashCode(), Hashtable

hashCode

public final int hashCode()
返回此对象的哈希码值。此版本与 Object 中的哈希码相同,但也是 final 类型的。

覆盖:
Object 中的 hashCode
返回:
此对象的一个哈希码值。
另请参见:
Object.equals(java.lang.Object), Hashtable

toString

public String toString()
返回该对象的字符串表示形式。此版本返回类名、"("、标识属性的名称和 ")" 连接成的字符串。

覆盖:
Object 中的 toString
返回:
该对象的字符串表示形式。

getName

protected String getName()
返回此属性的名称。


readResolve

protected Object readResolve()
                      throws InvalidObjectException
解析将被反序列化为预定义常量的实例。

抛出:
InvalidObjectException

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策