|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharBindingMap
Defines char-to-key binding. The generation of a symbol will,
in general, require modifier keys to be pressed prior to pressing
a primary key. Classes that implement CharBindingMap
communicate what modifiers and primary key are required to generate
a given symbol.
DefaultCharBindingMap
Method Summary | |
---|---|
int |
getCharKey(char c)
Returns the code of the primary key used to type a symbol. |
int |
getCharModifiers(char c)
Returns the modifiers that should be pressed to type a symbol. |
Method Detail |
---|
int getCharKey(char c)
c
- Symbol code.
InputEvent
int getCharModifiers(char c)
c
- Symbol code.
InputEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |