| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.text.AttributedCharacterIterator.Attribute
Defines attribute keys that are used to identify text attributes. These keys are used in AttributedCharacterIterator and AttributedString.
| Field Summary | |
| static AttributedCharacterIterator.Attribute | INPUT_METHOD_SEGMENTAttribute key for input method segments. | 
| static AttributedCharacterIterator.Attribute | LANGUAGEAttribute key for the language of some text. | 
| static AttributedCharacterIterator.Attribute | READINGAttribute key for the reading of some text. | 
| Constructor Summary | |
| protected  | AttributedCharacterIterator.Attribute(String name)Constructs an Attribute with the given name. | 
| Method Summary | |
|  boolean | equals(Object obj)Compares two objects for equality. | 
| protected  String | getName()Returns the name of the attribute. | 
|  int | hashCode()Returns a hash code value for the object. | 
| protected  Object | readResolve()Resolves instances being deserialized to the predefined constants. | 
|  String | toString()Returns a string representation of the object. | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final AttributedCharacterIterator.Attribute LANGUAGE
Values are instances of Locale.
Localepublic static final AttributedCharacterIterator.Attribute READING
Values are instances of Annotation holding instances of String.
Annotation, 
Stringpublic static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
Values are instances of Annotation holding a null reference.
Annotation| Constructor Detail | 
protected AttributedCharacterIterator.Attribute(String name)
| Method Detail | 
public final boolean equals(Object obj)
x.equals(y) if x and y refer
 to the same object, and guarantees this for all subclasses.java.lang.Objectobj - the reference object with which to compare.true if this object is the same as the obj
          argument; false otherwise.Boolean.hashCode(), 
Hashtablepublic final int hashCode()
java.lang.ObjectObject.equals(java.lang.Object), 
Hashtablepublic String toString()
java.lang.Objectprotected String getName()
protected Object readResolve() throws InvalidObjectException
| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.