Inheritance diagram for IITextArea:

Public Member Functions | |
| void | addFinal (String input) |
| void | insert (String txt, int pos) |
| void | replaceRange (String txt, int start, int end) |
| void | addTemporary (String input) |
| void | removeTemporary () |
| IITextArea (InputManager _inputManager, InternationalInputContext _context, InternationalInput _internationalInput) | |
| void | specialKey (int key) |
| void | keyPressed (KeyEvent e) |
| void | keyReleased (KeyEvent e) |
| void | keyTyped (KeyEvent e) |
Package Attributes | |
| InputManager | inputManager = null |
| String | temporaryInput = "" |
| int | tempStart = -1 tempEnd |
| Keymap | keymap |
| InternationalInputContext | context = null |
| InternationalInput | internationalInput = null |
| SimpleAttributeSet | tempStyle |
| StyledDocument | document = (StyledDocument)getDocument() |
Definition at line 29 of file InternationalInput.java.
|
||||||||||||||||
|
Definition at line 144 of file InternationalInput.java. References context, inputManager, internationalInput, keymap, and InternationalInput::keyStroke(). |
|
|
Implements InputViewer. Definition at line 41 of file InternationalInput.java. References addFinal(), InternationalInput::autoSetFont, document, InternationalInput::iconify(), insert(), internationalInput, InternationalInput::lastCaret, InternationalInput::noCaretCheck, InternationalInput::normalize(), temporaryInput, and tempStart. Referenced by addFinal(). |
|
|
Implements InputViewer. Definition at line 102 of file InternationalInput.java. References addTemporary(), InternationalInput::autoSetFont, document, internationalInput, InternationalInput::lastCaret, InternationalInput::noCaretCheck, temporaryInput, tempStart, and tempStyle. Referenced by addTemporary(). |
|
||||||||||||
|
Definition at line 91 of file InternationalInput.java. References insert(). Referenced by addFinal(), and insert(). |
|
|
Definition at line 194 of file InternationalInput.java. |
|
|
Definition at line 201 of file InternationalInput.java. |
|
|
Definition at line 204 of file InternationalInput.java. |
|
|
Implements InputViewer. Definition at line 127 of file InternationalInput.java. References internationalInput, InternationalInput::lastCaret, InternationalInput::noCaretCheck, and tempStart. |
|
||||||||||||||||
|
Definition at line 96 of file InternationalInput.java. References replaceRange(). Referenced by replaceRange(). |
|
|
Implements InputViewer. Definition at line 163 of file InternationalInput.java. |
|
|
Definition at line 36 of file InternationalInput.java. Referenced by IITextArea(). |
|
|
Definition at line 39 of file InternationalInput.java. Referenced by addFinal(), and addTemporary(). |
|
|
Definition at line 32 of file InternationalInput.java. Referenced by IITextArea(). |
|
|
Definition at line 37 of file InternationalInput.java. Referenced by addFinal(), addTemporary(), IITextArea(), and removeTemporary(). |
|
|
Definition at line 35 of file InternationalInput.java. Referenced by IITextArea(). |
|
|
Definition at line 33 of file InternationalInput.java. Referenced by addFinal(), and addTemporary(). |
|
|
Definition at line 34 of file InternationalInput.java. Referenced by addFinal(), addTemporary(), and removeTemporary(). |
|
|
Definition at line 38 of file InternationalInput.java. Referenced by addTemporary(). |
1.3.7