public class KeyboardLayoutCorrectorOptions extends Object
Provides options for the keyboard layout corrector.
Learn more
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Gets a value indicating whether the keyboard layout corrector is enabled.
|
void |
setEnabled(boolean value)
Sets a value indicating whether the keyboard layout corrector is enabled.
|
public final boolean getEnabled()
Gets a value indicating whether the keyboard layout corrector is enabled.
The default value is false
.
public final void setEnabled(boolean value)
Sets a value indicating whether the keyboard layout corrector is enabled.
The default value is false
.
value
- A value indicating whether the keyboard layout corrector is enabled.