Public Member Functions | |
| void | init () |
| void | stop () |
| String | copyText () |
| Returns content or selection of the input field and copies it into the local clipboard. | |
| void | setClipboardContent (String data) |
| Sets the content of the local clipboard. | |
| void | noButtons () |
| Removes the copy/clear-buttons. | |
| void | clearText () |
| Clears the content of the input field. | |
| String | getDocumentation (String group) |
| Returns the documentation for an input method. | |
| void | loadConfig (String config) |
| Loads a configuration file. | |
| void | loadConfigString (String config) throws IOException |
| Loads a configuration from a string. | |
| String | getLog () |
| void | pasteText (boolean temporary) |
| String | getCurrentDocumentation () |
Static Public Member Functions | |
| String | getenv (String name) |
| void | initHttpClient () |
| void | main (String args[]) |
Static Public Attributes | |
| final int | MAX_LOG_SIZE = 10000 |
| final int | LOG_CUT_SIZE = 9000 |
| final String | FRAME_TITLE = "International Input" |
Package Attributes | |
| InternationalInput | internationalInput |
| StringBuffer | log = new StringBuffer() |
|
|
Clears the content of the input field. The composition is interrupted beforehand. Filtered through a "Todo", since calling clearText() directly from JavaScript LiveConnect hangs.
Definition at line 376 of file InternationalInputApp.java. |
|
|
Returns content or selection of the input field and copies it into the local clipboard. Prior to this the current composition is interrupted. Definition at line 340 of file InternationalInputApp.java. |
|
|
Definition at line 443 of file InternationalInputApp.java. |
|
|
Returns the documentation for an input method.
Definition at line 385 of file InternationalInputApp.java. |
|
|
Definition at line 229 of file InternationalInputApp.java. |
|
|
Definition at line 430 of file InternationalInputApp.java. |
|
|
Definition at line 323 of file InternationalInputApp.java. |
|
|
Definition at line 246 of file InternationalInputApp.java. |
|
|
Loads a configuration file. Forwarded to InputManager.loadConfig. Filtered through a "Todo", since calling loadConfig directly from JavaScript LiveConnect hangs. Definition at line 409 of file InternationalInputApp.java. |
|
|
Loads a configuration from a string. Forwarded to InputManager.loadConfig. Filtered through a "Todo", since calling loadConfig directly from JavaScript LiveConnect hangs. Definition at line 422 of file InternationalInputApp.java. |
|
|
Definition at line 286 of file InternationalInputApp.java. References InternationalInput::loadConfig(), and InternationalInput::ready(). |
|
|
Removes the copy/clear-buttons.
Definition at line 367 of file InternationalInputApp.java. |
|
|
Definition at line 436 of file InternationalInputApp.java. |
|
|
Sets the content of the local clipboard.
Definition at line 347 of file InternationalInputApp.java. |
|
|
Definition at line 331 of file InternationalInputApp.java. |
|
|
Definition at line 17 of file InternationalInputApp.java. |
|
|
Definition at line 19 of file InternationalInputApp.java. |
|
|
Definition at line 20 of file InternationalInputApp.java. Referenced by InternationalInputApp::AppletInternationalInputContext::showInfo(). |
|
|
Definition at line 16 of file InternationalInputApp.java. |
|
|
Definition at line 15 of file InternationalInputApp.java. |
1.3.7