Class KeyEventMsg
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.messages.KeyEventMsg
 
- 
 public class KeyEventMsg extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description booleanaltKeyjava.lang.StringcodebooleanctrlKeybooleanisComposingjava.lang.Stringkeyintlocationjava.util.ArrayList<java.lang.String>matchesbooleanmetaKeyjava.lang.Stringnamestatic java.lang.StringPROTOCOLbooleanrepeatbooleanshiftKey
 - 
Constructor SummaryConstructors Constructor Description KeyEventMsg()
 
- 
- 
- 
Field Detail- 
PROTOCOLpublic static final java.lang.String PROTOCOL - See Also:
- Constant Field Values
 
 - 
namepublic java.lang.String name 
 - 
altKeypublic boolean altKey 
 - 
codepublic java.lang.String code 
 - 
ctrlKeypublic boolean ctrlKey 
 - 
isComposingpublic boolean isComposing 
 - 
keypublic java.lang.String key 
 - 
locationpublic int location 
 - 
matchespublic java.util.ArrayList<java.lang.String> matches 
 - 
metaKeypublic boolean metaKey 
 - 
repeatpublic boolean repeat 
 - 
shiftKeypublic boolean shiftKey 
 
- 
 
-