|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyboardShortcutManager.Context | |
|---|---|
| com.atlassian.jira.plugin.keyboardshortcut | |
| Uses of KeyboardShortcutManager.Context in com.atlassian.jira.plugin.keyboardshortcut |
|---|
| Methods in com.atlassian.jira.plugin.keyboardshortcut that return KeyboardShortcutManager.Context | |
|---|---|
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. |
| Methods in com.atlassian.jira.plugin.keyboardshortcut with parameters of type KeyboardShortcutManager.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). |
| Constructors in com.atlassian.jira.plugin.keyboardshortcut with parameters of type KeyboardShortcutManager.Context | |
|---|---|
KeyboardShortcut(KeyboardShortcutManager.Context context,
KeyboardShortcutManager.Operation operation,
String parameter,
int order,
Set<List<String>> shortcuts,
String descriptionI18nKey,
boolean hidden)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||