Inheritance diagram for InputManagerContext:

Public Member Functions | |
| void | createIMMenu (String im[]) |
| Creates (or re-creates) the menu for selecting input methods. | |
| void | groupStateChanged (String name, boolean active) |
| Called upon the change of the state of an input method. | |
| void | createWebPageMenu (InputManager.WebPage wp[]) |
| Creates (or re-creates) the menu for accessing web pages. | |
| InternationalInputContext | getInternationalInputContext () |
| Returns the InternationalInputContext. | |
| void | showMessage (String msg) |
| Displays and logs a message. | |
|
|
Creates (or re-creates) the menu for selecting input methods. To be called every time, when the list of available input methods has changed. Input methods to be hidden from the user may be omitted (like default, none)
Implemented in InternationalInput. Referenced by InputManager::createIMMenu(). |
|
|
Creates (or re-creates) the menu for accessing web pages. To be called every time when the list of web pages has changed.
Implemented in InternationalInput. Referenced by InputManager::createWebPageMenu(). |
|
|
Returns the InternationalInputContext.
Implemented in InternationalInput. Referenced by InputManager::InputManager(). |
|
||||||||||||
|
Called upon the change of the state of an input method.
Implemented in InternationalInput. Referenced by InputManager::Group::activate(), and InputManager::Group::deactivate(). |
|
|
Displays and logs a message.
Implemented in InternationalInput. Referenced by InputManager::Group::load(), and InputManager::loadConfig(). |
1.3.7