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

Packages that use KeyboardShortcut
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.rest.v1.keyboardshortcuts   
com.atlassian.jira.web.action.util   
 

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

Methods in com.atlassian.jira.plugin.keyboardshortcut that return KeyboardShortcut
protected  KeyboardShortcut KeyboardShortcutModuleDescriptor.createModule()
           
 

Methods in com.atlassian.jira.plugin.keyboardshortcut that return types with arguments of type KeyboardShortcut
 List<KeyboardShortcut> CachingKeyboardShortcutManager.getAllShortcuts()
           
 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 CachingKeyboardShortcutManager.registerShortcut(String pluginModuleKey, 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.
 

Uses of KeyboardShortcut in com.atlassian.jira.rest.v1.keyboardshortcuts
 

Constructors in com.atlassian.jira.rest.v1.keyboardshortcuts with parameters of type KeyboardShortcut
KeyboardShortcutResource.Shortcut(KeyboardShortcut shortcut)
           
 

Constructor parameters in com.atlassian.jira.rest.v1.keyboardshortcuts with type arguments of type KeyboardShortcut
KeyboardShortcutResource.Shortcuts(Collection<KeyboardShortcut> origShortcuts)
           
 

Uses of KeyboardShortcut in com.atlassian.jira.web.action.util
 

Methods in com.atlassian.jira.web.action.util that return types with arguments of type KeyboardShortcut
 Map<KeyboardShortcutManager.Context,List<KeyboardShortcut>> ViewKeyboardShortcuts.getShortcutsForContext()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.