org.annotation.wordfreak
Interface WordFreakKeyboardFocusManager.HotKeyListener

All Known Implementing Classes:
AnnotationScheme, TreeTableViewer, TreeViewer
Enclosing interface:
WordFreakKeyboardFocusManager

public static interface WordFreakKeyboardFocusManager.HotKeyListener

Interface by which listener components are notified of hot key presses.


Method Summary
 void hotKeyPressed(java.lang.String name)
          Indicates that the hot key with the specified name has been pressed.
 

Method Detail

hotKeyPressed

public void hotKeyPressed(java.lang.String name)
Indicates that the hot key with the specified name has been pressed.

Parameters:
name - The name of the hot key.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.