|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebDriver.ImeHandler
An interface for managing input methods.
| Method Summary | |
|---|---|
void |
activateEngine(String engine)
Make an engines that is available (appears on the list returned by getAvailableEngines) active. |
void |
deactivate()
De-activate IME input (turns off the currently activated engine). |
String |
getActiveEngine()
Get the name of the active IME engine. |
List<String> |
getAvailableEngines()
All available engines on the machine. |
boolean |
isActivated()
Indicates whether IME input active at the moment (not if it's available). |
| Method Detail |
|---|
List<String> getAvailableEngines()
ImeNotAvailableException - if the host does not support IME.String getActiveEngine()
ImeNotAvailableException - if the host does not support IME.boolean isActivated()
ImeNotAvailableException - if the host does not support IME.void deactivate()
ImeNotAvailableException - if the host does not support IME.void activateEngine(String engine)
engine - name of engine to activate.
ImeNotAvailableException - if the host does not support IME.
ImeActivationFailedException - if the engine is not available or if activation failed
for other reasons.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||