API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. AttributedCharacterIterator.Attribute View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Object
      AttributedCharacterIterator.Attribute
Implements
 Serializable
Subclasses
Description
publicstatic class AttributedCharacterIterator.Attribute
  Defines attribute keys that are used to identify text attributes.
Constructors
protected AttributedCharacterIterator.Attribute (String name)
Constructs an Attribute with the given name.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Compares two objects for equality.
protected String getName ()
Returns the name of the attribute.
publicfinal int hashCode ()
  Returns a hash code value for the object.
protected Object readResolve () throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.
public String toString ()
  Returns a string representation of the object.
Fields
Hide/Show inherited fields
publicfinalstatic Attribute INPUT_METHOD_SEGMENT
  Attribute key for input method segments.
publicfinalstatic Attribute LANGUAGE
  Attribute key for the language of some text.
publicfinalstatic Attribute READING
  Attribute key for the reading of some text.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar