java.lang.Object
org.gjt.sp.jedit.gui.KeyEventTranslator.Key
- Enclosing class:
- KeyEventTranslator
-
Field Summary
Modifier and TypeFieldDescriptionfinal char
protected boolean
Whether this Key event applies to all jEdit windows (and not only a specific jEdit GUI component).final int
final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setIsFromGlobalContext
(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