Package loggerForms
Class FormsHotKeyControl
java.lang.Object
loggerForms.FormsHotKeyControl
Functions for handling hotkey events.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyListener
(FormDescription aFD, String hotKey) Add a new listener for a hotkey.void
-
Constructor Details
-
FormsHotKeyControl
-
-
Method Details
-
removeAllListeners
public void removeAllListeners() -
addKeyListener
Add a new listener for a hotkey.- Parameters:
aFD
- form description for the hotkeyhotKey
- hotkey name, e.g. "F5"
-