| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| KeyId | GetId
()
Get method for attribute "Id" |
| KeyModifiers | GetModifiers
()
Get method for attribute "Modifiers" |
| int | GetValue
()
Get method for attribute "Value" |
| void | SetId
(KeyId value)
Set method for attribute "Id" |
| void | SetModifiers
(KeyModifiers value)
Set method for attribute "Modifiers" |
| void | SetValue
(int value)
Set method for attribute "Value" |
| void | SetVIM
(int V, KeyId I, KeyModifiers M)
|
| Method Detail |
|---|
| GetValue/SetValue |
|---|
| int | GetValue | () |
| void | SetValue | (int value) |
| |
| GetId/SetId |
|---|
| KeyId | GetId | () |
| void | SetId | (KeyId value) |
| |
| GetModifiers/SetModifiers |
|---|
| KeyModifiers | GetModifiers | () |
| void | SetModifiers | (KeyModifiers value) |
| |
| SetVIM |
|---|
| void | SetVIM | (int V, KeyId I, KeyModifiers M) |
|