| Package | Description |
|---|---|
| com.atlassian.jira.plugin.keyboardshortcut | |
| com.atlassian.jira.rest.v1.keyboardshortcuts | |
| com.atlassian.jira.web.action.util |
| Modifier and Type | Method and Description |
|---|---|
protected KeyboardShortcut |
KeyboardShortcutModuleDescriptor.createModule() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyboardShortcut> |
CachingKeyboardShortcutManager.getActiveShortcuts() |
List<KeyboardShortcut> |
KeyboardShortcutManager.getActiveShortcuts()
Deprecated.
|
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. |
List<KeyboardShortcut> |
CachingKeyboardShortcutManager.listActiveShortcutsUniquePerContext(Map<String,Object> userContext) |
List<KeyboardShortcut> |
KeyboardShortcutManager.listActiveShortcutsUniquePerContext(Map<String,Object> userContext)
Returns an ordered list of active
KeyboardShortcuts, sorted using the plugin descriptor's
order attribute. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<KeyboardShortcut> |
KeyboardShortcutResource.getKeyboardShortcutsFor(Set<String> contextNames) |
| Constructor and Description |
|---|
Shortcut(KeyboardShortcut shortcut) |
| Constructor and Description |
|---|
Shortcuts(Collection<KeyboardShortcut> origShortcuts) |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyboardShortcutManager.Context,List<KeyboardShortcut>> |
ViewKeyboardShortcuts.getShortcutsForContext() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.