| Package | Description |
|---|---|
| com.atlassian.jira.plugin.keyboardshortcut | |
| com.atlassian.jira.web.action.issue | |
| com.atlassian.jira.web.action.util |
| Modifier and Type | Method and Description |
|---|---|
static KeyboardShortcutManager.Context |
KeyboardShortcutManager.Context.fromString(String contextName) |
KeyboardShortcutManager.Context |
KeyboardShortcut.getContext() |
static KeyboardShortcutManager.Context |
KeyboardShortcutManager.Context.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardShortcutManager.Context[] |
KeyboardShortcutManager.Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingKeyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context context) |
void |
KeyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context context)
Register that the keyboard shortcuts for the context should be included by
KeyboardShortcutManager.includeShortcuts() (in
addition to the global shortcuts, which are always included). |
| Constructor and Description |
|---|
KeyboardShortcut(String moduleKey,
KeyboardShortcutManager.Context context,
KeyboardShortcutManager.Operation operation,
String parameter,
int order,
Set<List<String>> shortcuts,
String descriptionI18nKey,
boolean hidden) |
KeyboardShortcut(String moduleKey,
KeyboardShortcutManager.Context context,
KeyboardShortcutManager.Operation operation,
String parameter,
int order,
Set<List<String>> shortcuts,
String descriptionI18nKey,
boolean hidden,
com.atlassian.plugin.web.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
static KeyboardShortcutManager.Context |
AbstractIssueLinkAction.getKeyboardShortcutContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyboardShortcutManager.Context,List<KeyboardShortcut>> |
ViewKeyboardShortcuts.getShortcutsForContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
ViewKeyboardShortcuts.getContextName(KeyboardShortcutManager.Context context) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.