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(java.lang.String contextName)
           
 KeyboardShortcutManager.Context KeyboardShortcut.getContext()
           
static KeyboardShortcutManager.Context KeyboardShortcutManager.Context.valueOf(java.lang.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 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).
 

Constructors in com.atlassian.jira.plugin.keyboardshortcut with parameters of type KeyboardShortcutManager.Context
KeyboardShortcut(KeyboardShortcutManager.Context context, KeyboardShortcutManager.Operation operation, java.lang.String parameter, int order, java.util.Set<java.util.List<java.lang.String>> shortcuts, java.lang.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
 java.util.Map<KeyboardShortcutManager.Context,java.util.List<KeyboardShortcut>> ViewKeyboardShortcuts.getShortcutsForContext()
           
 

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



Copyright © 2002-2010 Atlassian. All Rights Reserved.