Frames | No Frames |
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. |
Classes derived from java.text.AttributedCharacterIterator.Attribute | |
class | Attributes (and associated values) that can be used to define an
AttributedString .
|
Methods with return type java.text.AttributedCharacterIterator.Attribute | |
AttributedCharacterIterator.Attribute[] | Returns an array of chracter attribute keys which this font understands.
|
Methods with return type java.text.AttributedCharacterIterator.Attribute | |
AttributedCharacterIterator.Attribute[] | Implementation of Font.getAvailableAttributes()
|
Classes derived from java.text.AttributedCharacterIterator.Attribute | |
class | |
class | |
class | |
class |
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 | |
Object | Returns the value of the specified attribute for the
current character. |
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.
|