Uses of Class java.text.AttributedCharacterIterator.Attribute

Uses in package java.text

Classes derived from java.text.AttributedCharacterIterator.Attribute

class
class
class
class

Constructors with parameter type java.text.AttributedCharacterIterator.Attribute

Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.

Fields of type java.text.AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute
This is the attribute for input method segments.
AttributedCharacterIterator.Attribute
This is the attribute for the language of the text.
AttributedCharacterIterator.Attribute
This is the attribute for the reading form of text.

Methods with parameter type java.text.AttributedCharacterIterator.Attribute

void
Adds a new attribute that will cover the entire string.
void
Adds a new attribute that will cover the specified subrange of the string.
Object
Returns the value of the specified attribute for the current character.
AttributedCharacterIterator
Returns an AttributedCharacterIterator that will iterate over the entire string.
AttributedCharacterIterator
AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes, int beginIndex, int endIndex)
Returns an AttributedCharacterIterator that will iterate over the specified subrange.
int
Returns the index of the character after the end of the run that contains the specified attribute defined for the current character.
int
Returns the index of the first character in the run that contains the specified attribute defined for the current character.

Uses in package java.awt

Methods with return type java.text.AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute[]
Returns an array of chracter attribute keys which this font understands.

Uses in package java.awt.im

Methods with parameter type java.text.AttributedCharacterIterator.Attribute

AttributedCharacterIterator
Gets the latest committed text, and removes it from the component's text body.
AttributedCharacterIterator
InputMethodRequests.getCommittedText(int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes)
Gets an interator which provides access to the text and its attributes, except for the uncommitted text.
AttributedCharacterIterator
Gets the currently selected text.

Uses in package java.awt.font

Classes derived from java.text.AttributedCharacterIterator.Attribute

class
Attributes (and associated values) that can be used to define an AttributedString.