Package loggerForms

Class FormsHotKeyControl

java.lang.Object
loggerForms.FormsHotKeyControl

public class FormsHotKeyControl extends Object
Functions for handling hotkey events.
Author:
Doug Gillespie
  • Constructor Details

    • FormsHotKeyControl

      public FormsHotKeyControl(FormsControl formsControl)
  • Method Details

    • removeAllListeners

      public void removeAllListeners()
    • addKeyListener

      public void addKeyListener(FormDescription aFD, String hotKey)
      Add a new listener for a hotkey.
      Parameters:
      aFD - form description for the hotkey
      hotKey - hotkey name, e.g. "F5"