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