Uses of Class
com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Context

Packages that use KeyboardShortcutManager.Context
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.web.action.util   
 

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).
 void CachingKeyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context context)
           
 

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)
           
 

Uses of KeyboardShortcutManager.Context in com.atlassian.jira.web.action.util
 

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

Methods in com.atlassian.jira.web.action.util with parameters of type KeyboardShortcutManager.Context
 String ViewKeyboardShortcuts.getContextName(KeyboardShortcutManager.Context context)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.