|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||