com.alee.managers.hotkey
Class ButtonHotkeyRunnable

java.lang.Object
  extended by com.alee.managers.hotkey.ButtonHotkeyRunnable
All Implemented Interfaces:
HotkeyRunnable

public class ButtonHotkeyRunnable
extends java.lang.Object
implements HotkeyRunnable

User: mgarin Date: 30.11.12 Time: 17:15


Field Summary
 
Fields inherited from interface com.alee.managers.hotkey.HotkeyRunnable
NONE
 
Constructor Summary
ButtonHotkeyRunnable(javax.swing.AbstractButton button)
           
ButtonHotkeyRunnable(javax.swing.AbstractButton button, int pressTime)
           
 
Method Summary
 void run(java.awt.event.KeyEvent e)
          Performs hotkey action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonHotkeyRunnable

public ButtonHotkeyRunnable(javax.swing.AbstractButton button)

ButtonHotkeyRunnable

public ButtonHotkeyRunnable(javax.swing.AbstractButton button,
                            int pressTime)
Method Detail

run

public void run(java.awt.event.KeyEvent e)
Description copied from interface: HotkeyRunnable
Performs hotkey action.

Specified by:
run in interface HotkeyRunnable
Parameters:
e - occured key event