GNU Classpath (0.17) | ||
Frames | No Frames |
Methods with return type java.text.AttributedCharacterIterator.Attribute | |
AttributedCharacterIterator.Attribute[] | Returns an array of chracter attribute keys which this font understands.
|
Classes derived from java.text.AttributedCharacterIterator.Attribute | |
class | |
class | |
class | |
class |
Constructors with parameter type java.text.AttributedCharacterIterator.Attribute | |
AttributedString.AttributedString(AttributedCharacterIterator aci, int begin_index, int end_index, AttributedCharacterIterator.Attribute[] attributes) This method 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 | This method adds a new attribute that will cover the entire string.
|
void | AttributedString.addAttribute(AttributedCharacterIterator.Attribute attrib, Object value, int begin_index, int end_index) This method adds a new attribute that will cover the specified subrange
of the string.
|
Object | This method returns the value of the specified attribute for the
current character. |
AttributedCharacterIterator | This method returns an AttributedCharacterIterator that
will iterate over the entire string. |
AttributedCharacterIterator | AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes, int begin_index, int end_index) This method returns an AttributedCharacterIterator that
will iterate over the specified subrange. |
int | This methods returns the index of the character after the end of the run
that contains the specified attribute defined for the current character.
|
int | This method returns the index of the first character in the run that
contains the specified attribute defined for the current character.
|
Classes derived from java.text.AttributedCharacterIterator.Attribute | |
class | Attributes (and associated values) that can be used to define an
AttributedString .
|
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. |
GNU Classpath (0.17) |