java.lang.Object
org.gjt.sp.jedit.gui.KeyEventTranslator.Key
- Enclosing class:
KeyEventTranslator
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal charprotected booleanWhether this Key event applies to all jEdit windows (and not only a specific jEdit GUI component).final intfinal String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetIsFromGlobalContext(boolean to) toString()
-
Field Details
-
modifiers
-
key
public final int key -
input
public final char input -
isFromGlobalContext
protected boolean isFromGlobalContextWhether this Key event applies to all jEdit windows (and not only a specific jEdit GUI component).
-
-
Constructor Details
-
Key
-
-
Method Details