Uses of Interface java.text.AttributedCharacterIterator

Uses in package java.awt.im.spi

Methods with parameter type java.text.AttributedCharacterIterator

void
Create an input method event and dispatch it to the client.

Uses in package java.text

Constructors with parameter type java.text.AttributedCharacterIterator

Initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
AttributedString.AttributedString(AttributedCharacterIterator aci, int beginIndex, int endIndex)
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
Create a new Bidi object given an attributed character iterator.

Methods with return type java.text.AttributedCharacterIterator

AttributedCharacterIterator
Return an AttributedCharacterIterator as a result of the formatting of the passed Object.
AttributedCharacterIterator
AttributedCharacterIterator
A convinience method to format patterns.
AttributedCharacterIterator
AttributedCharacterIterator
Returns an AttributedCharacterIterator that will iterate over the entire string.
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.

Uses in package java.awt

Methods with parameter type java.text.AttributedCharacterIterator

void
Graphics2D.drawString(AttributedCharacterIterator iterator, float x, float y)
Draws an attributed string at the specified location.
void
void
Draws an attributed string at the specified location.

Uses in package javax.swing

Methods with parameter type java.text.AttributedCharacterIterator

void
drawString

Uses in package java.awt.im

Methods with return type java.text.AttributedCharacterIterator

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

Constructors with parameter type java.text.AttributedCharacterIterator

Creates a TextMeasurer from a given text in the form of an AttributedCharacterIterator and a FontRenderContext.

Methods with parameter type java.text.AttributedCharacterIterator

void
void
TextMeasurer.deleteChar(AttributedCharacterIterator newParagraph, int deletePos)
Update the text if a character is deleted at the position deletePos
void
void
TextMeasurer.insertChar(AttributedCharacterIterator newParagraph, int insertPos)
Update the text if a character is inserted at the position insertPos

Uses in package java.awt.event

Constructors with parameter type java.text.AttributedCharacterIterator

InputMethodEvent.InputMethodEvent(Component source, int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition)
Initializes a new instance of InputMethodEvent with the specified source, id, text, char count, caret, and visible position.
InputMethodEvent.InputMethodEvent(Component source, int id, long when, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition)
Initializes a new instance of InputMethodEvent with the specified source, id, timestamp, text, char count, caret, and visible position.

Methods with return type java.text.AttributedCharacterIterator

AttributedCharacterIterator
This method returns the input method text.