import "Accessibility_EditableText.idl";
Inheritance diagram for Accessibility::EditableText:

Public Member Functions | |
| boolean | setTextContents (in string newContents) |
| Replace the text contents with a new string, discarding the old contents. | |
| boolean | insertText (in long position, in string text, in long length) |
| Insert new text contents into an existing text object at a given location, while retaining the old contents. | |
| boolean | setAttributes (in string attributes, in long startPos, in long endPos) |
| Apply a particular set of attributes to a range of text. | |
| void | copyText (in long startPos, in long endPos) |
| Copy a range of text into the system clipboard. | |
| boolean | cutText (in long startPos, in long endPos) |
| Excise a range of text from a Text object, copying it into the system clipboard. | |
| boolean | deleteText (in long startPos, in long endPos) |
| Excise a range of text from a Text object without copying it into the system clipboard. | |
| boolean | pasteText (in long position) |
| Copy the text contents of the system clipboard, if any, into a Text object, inserting it at a particular character offset. | |
| boolean | insertTextWithAttributes (in long position, in string text, in long length, in AttributeSet attributes) |
| Insert new text contents into an existing text object at a given location, with a specified set of text attributes, while retaining the old contents. | |
| boolean | setAttributeRun (in AttributeSet attributes, in long startPos, in long endPos, boolean replace) |
| Apply a particular set of attributes to a range of text. | |
| void | unImplemented5 () |
| unImplemented: | |
| void | unImplemented6 () |
| void | unImplemented9 () |
| void | unImplemented10 () |
EditableText also interacts with the system clipboard via copyText, cutText, and pasteText.
Definition at line 39 of file Accessibility_EditableText.idl.
|
|
Replace the text contents with a new string, discarding the old contents.
|
|
||||||||||||||||
|
Insert new text contents into an existing text object at a given location, while retaining the old contents.
|
|
||||||||||||||||
|
Apply a particular set of attributes to a range of text.
|
|
||||||||||||
|
Copy a range of text into the system clipboard.
|
|
||||||||||||
|
Excise a range of text from a Text object, copying it into the system clipboard.
|
|
||||||||||||
|
Excise a range of text from a Text object without copying it into the system clipboard.
|
|
|
Copy the text contents of the system clipboard, if any, into a Text object, inserting it at a particular character offset.
|
|
||||||||||||||||||||
|
Insert new text contents into an existing text object at a given location, with a specified set of text attributes, while retaining the old contents.
|
|
||||||||||||||||||||
|
Apply a particular set of attributes to a range of text.
|
|
|
unImplemented: placeholders for future expansion. Note that these are named 'unimplemented5 and unimplemented6' to avoid conflict with placeholders from Accessibility::Text. |
|
|
|
|
|
|
|
|
|
1.4.3