Interface IKeyEvent
-
public interface IKeyEvent
Project: User: rufenec Date: 11/24/2014 Time: 3:20 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IKeyCode
getCode()
java.lang.String
getText()
boolean
isAltDown()
boolean
isControlDown()
boolean
isShiftDown()
-
-
-
Method Detail
-
getCode
IKeyCode getCode()
-
getText
java.lang.String getText()
-
isShiftDown
boolean isShiftDown()
-
isControlDown
boolean isControlDown()
-
isAltDown
boolean isAltDown()
-
-