com.atlassian.jira.util
Class BrowserUtils

java.lang.Object
  extended by com.atlassian.jira.util.BrowserUtils

public class BrowserUtils
extends Object


Constructor Summary
BrowserUtils()
           
 
Method Summary
static String getModifierKey()
          Returns the modifier key appropriate for the user's browser and platform (used for access keys)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserUtils

public BrowserUtils()
Method Detail

getModifierKey

public static String getModifierKey()
Returns the modifier key appropriate for the user's browser and platform (used for access keys)

Returns:
Key or key combinations e.g. "Alt" or "Ctrl"


Copyright © 2002-2007 Atlassian. All Rights Reserved.