Implements a virtual keyboard component.
The following tables list the members exposed by the VirtualKeyboard type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the VirtualKeyboard class. |
Name | Description | |
---|---|---|
![]() |
Registers listener so that it will receive events when users press keyboard keys. |
|
![]() |
Overloaded. |
|
![]() |
|
|
![]() ![]() |
Gets the state of the AltGr key. |
|
![]() ![]() |
Gets the state of the Alt key. |
|
![]() |
Gets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts). |
|
![]() |
Gets whether pressing a regular key automatically releases modifier keys such as shift, alt, control etc. (except CapsLock). |
|
![]() |
Gets whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released. |
|
![]() ![]() |
Gets the state of the Caps-lock key. |
|
![]() ![]() |
Gets the state of the Control key. |
|
![]() |
Gets the default keyboard layout. |
|
![]() |
Gets the current input language. |
|
![]() |
Gets the appearance of key buttons. |
|
![]() |
Gets the folder where layout files are located. |
|
![]() |
Gets the layout mode. |
|
![]() ![]() |
Gets the state of the Num-lock key. |
|
![]() |
Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled. |
|
![]() |
Gets whether keys repeat only key-down events, with a single key-up generated in the end. |
|
![]() |
Gets the delay in milliseconds between consecutive key-down events synthesized in AutoRepeat mode. |
|
![]() ![]() |
Gets the state of the Scroll-lock key. |
|
![]() ![]() |
Gets the state of the Shift key. |
|
![]() |
Gets whether the keyboard is the only content of the application's window. |
|
![]() |
Gets the keyboard's layout template. |
|
![]() |
Gets the keyboard appearance theme. |
|
![]() |
Loads an IME table file for specified locale. |
|
![]() |
JComponent.paintComponent override. |
|
![]() |
Unregisters listener so that it will no longer receive keyboard events. |
|
![]() |
Sends the specified key input to active window. |
|
![]() |
Sets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts). |
|
![]() |
Sets whether pressing a regular key automatically releases modifier keys such as shift, alt, control etc. (except CapsLock). |
|
![]() |
Sets whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released. |
|
![]() |
Sets the default keyboard layout. |
|
![]() |
JComponent.setFont override. |
|
![]() |
Sets the current input language. |
|
![]() |
Sets the appearance of key buttons. |
|
![]() |
Sets the folder where layout files are located. |
|
![]() ![]() |
Sets the component's license key string, disabling evaluation mode. |
|
![]() |
Sets the layout mode. |
|
![]() |
Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled. |
|
![]() |
Sets whether keys repeat only key-down events, with a single key-up generated in the end. |
|
![]() |
Sets the delay in milliseconds between consecutive key-down events synthesized in AutoRepeat mode. |
|
![]() |
Sets whether the keyboard is the only content of the application's window. |
|
![]() |
Sets the keyboard's layout template. |
|
![]() |
Sets the keyboard appearance theme. |
|
![]() |
Unlocks all modifier keys. |