GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | InputMethodContext.dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int count, TextHitInfo caret, TextHitInfo visiblePosition) Create an input method event and dispatch it to the client.
|
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 .
| |
Initializes a new instance of AttributedString
that will use the text and attribute information from the specified
subrange of the specified AttributedCharacterIterator .
| |
AttributedString.AttributedString(AttributedCharacterIterator aci, int begin, int end, AttributedCharacterIterator.Attribute[] attributes) 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. |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | Draws an attributed string at the specified location.
|
void | |
void | Draws an attributed string at the specified location.
|
Methods with parameter type java.text.AttributedCharacterIterator | |
void | drawString
|
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. |
Constructors with parameter type java.text.AttributedCharacterIterator | |
LineBreakMeasurer.LineBreakMeasurer(AttributedCharacterIterator text, BreakIterator breakIter, FontRenderContext frc) | |
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 | Update the text if a character is deleted at the position deletePos
|
void | |
void | Update the text if a character is inserted at the position insertPos
|
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. |
GNU Classpath (0.95) |