JavaScript is disabled on your browser.
 
 
Field Summary 
Fields   
Modifier and Type 
Field 
Description 
 
protected booleanisKeyDown 
Set to true while keyPressed is active.
 
 
protected Action repeatKeyAction 
Key code that is being generated for.
 
 
 
 
 
 
 
Method Summary 
All Methods Instance Methods Concrete Methods 
Modifier and Type 
Method 
Description 
 
voidkeyTyped KeyEvent  e)
Invoked when a key has been typed.
 
 
 
 
 
 
Methods declared in class java.lang.Object  
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
 
 
 
 
 
Constructor Detail 
 
KeyHandler 
public KeyHandler() 
 
 
 
 
 
Method Detail 
 
keyTyped 
public void keyTyped(KeyEvent  e) 
Invoked when a key has been typed.
 Moves the keyboard focus to the first element
 whose first letter matches the alphanumeric key
 pressed by the user. Subsequent same key presses
 move the keyboard focus to the next object that
 starts with the same letter.
Specified by: keyTyped KeyListener Overrides: keyTyped KeyAdapter Parameters: e - the event to be processed 
 
 
 
 
 
 
 
 
 
 
 
Report a bug or suggest an enhancement Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.Copyright  © 1993, 2019, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.license terms  and the documentation redistribution policy . 
 
Scripting on this page tracks web page traffic, but does not change the content in any way.