Uses of Class
com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut

Packages that use KeyboardShortcut
com.atlassian.jira.plugin.keyboardshortcut   
 

Uses of KeyboardShortcut in com.atlassian.jira.plugin.keyboardshortcut
 

Methods in com.atlassian.jira.plugin.keyboardshortcut that return types with arguments of type KeyboardShortcut
 List<KeyboardShortcut> KeyboardShortcutManager.getAllShortcuts()
          Returns an ordered list of all KeyboardShortcuts available using the plugin descriptor's 'order' attribute for sorting.
 

Methods in com.atlassian.jira.plugin.keyboardshortcut with parameters of type KeyboardShortcut
 int KeyboardShortcut.compareTo(KeyboardShortcut shortcut)
           
 void KeyboardShortcutManager.registerShortcut(String pluginModuleKey, KeyboardShortcut shortcut)
          Given a complete plugin module key, this method registers a keyboard shortcut with the manager, which will make it available in the UI to end-users.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.