public class RecordingKeyBoardListener extends Object implements KeyListener
| Modifier and Type | Class and Description |
|---|---|
class |
RecordingKeyBoardListener.KeyPress |
| Constructor and Description |
|---|
RecordingKeyBoardListener(TafHtmlTextPane outputArea) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addIdentifiedTypeCommandIfApplicable() |
static boolean |
isApplied(Component c) |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
public RecordingKeyBoardListener(TafHtmlTextPane outputArea)
public void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic static void addIdentifiedTypeCommandIfApplicable()
public static boolean isApplied(Component c)
Copyright © 2019. All rights reserved.