Uses of Class
org.xnap.gui.shortcut.ActionShortcut

Packages that use ActionShortcut
org.xnap.gui.shortcut   
 

Uses of ActionShortcut in org.xnap.gui.shortcut
 

Methods in org.xnap.gui.shortcut that return ActionShortcut
 ActionShortcut ShortcutManager.add(javax.swing.Action action)
          A convenience wrapper for ShortcutManager.add(Action, JComponent).
 ActionShortcut ShortcutManager.add(javax.swing.Action action, javax.swing.JComponent c)
          A convenience wrapper for ShortcutManager.add(Action, JComponent, PreferencesProvider).
 ActionShortcut ShortcutManager.add(javax.swing.Action action, javax.swing.JComponent c, PreferencesProvider prefs)
          Creates a new ActionShortcut for the action if there isn't already one and returns it.
 

Methods in org.xnap.gui.shortcut with parameters of type ActionShortcut
 void ShortcutManager.remove(ActionShortcut shortcut, javax.swing.JComponent c)
          Removes a component from a currently registered action shortcut.
 



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