|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShortcutKeyMapper
Provides mappings between shortcut keycodes and their representation in design attributes. Contains a default framework implementation as a field.
| Field Summary | |
|---|---|
static ShortcutKeyMapper |
DEFAULT
An instance of a default keymapper. |
| Method Summary | |
|---|---|
int |
getKeycodeForString(java.lang.String attributePresentation)
Gets the key code for a given string. |
java.lang.String |
getStringForKeycode(int keyCode)
Returns a string for a given key code. |
| Field Detail |
|---|
static final ShortcutKeyMapper DEFAULT
| Method Detail |
|---|
int getKeycodeForString(java.lang.String attributePresentation)
attributePresentation - String
java.lang.String getStringForKeycode(int keyCode)
keyCode - Key code.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||