|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyboardEvent
An event providing information on input from a keyboard.
| Method Summary | |
|---|---|
KeystrokeInput |
getInput()
|
Key |
getKey()
The key that was pressed. |
| Methods inherited from interface com.guiseframework.event.GestureInputEvent |
|---|
getKeys, hasAltKey, hasControlKey, hasShiftKey |
| Methods inherited from interface com.guiseframework.event.InputEvent |
|---|
consume, isConsumed |
| Methods inherited from interface com.guiseframework.event.GuiseEvent |
|---|
getSession |
| Methods inherited from interface com.globalmentor.event.Event |
|---|
getSource |
| Method Detail |
|---|
Key getKey()
KeystrokeInput getInput()
getInput in interface GestureInputEventgetInput in interface InputEventnull if there is no input associated with this event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||