Uses of Interface
org.xnap.commons.gui.shortcut.Shortcut

Packages that use Shortcut
org.xnap.commons.gui.shortcut Provides a classes for handling of short cuts. 
 

Uses of Shortcut in org.xnap.commons.gui.shortcut
 

Classes in org.xnap.commons.gui.shortcut that implement Shortcut
 class AbstractShortcut
           
 class ActionShortcut
          Provides an action based shortcut.
 class DefaultShortcut
           
 

Methods in org.xnap.commons.gui.shortcut that return Shortcut
 Shortcut[] ShortcutManager.getShortcuts()
          Returns the array of currently registered shorcuts.
 

Methods in org.xnap.commons.gui.shortcut with parameters of type Shortcut
 void ShortcutManager.add(Shortcut shortcut)
          Adds a shortcut.
 void ShortcutPanel.add(Shortcut shortcut, KeyStroke defaultKeyStroke)
           
 void ShortcutManager.remove(Shortcut shortcut)
          Removes a currently registered shortcut.
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.