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

Packages that use Shortcut
org.xnap.gui.shortcut   
 

Uses of Shortcut in org.xnap.gui.shortcut
 

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

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

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



Copyright © 2001-2005 XNap Team. All Rights Reserved.