Uses of Class
com.atlassian.jira.lookandfeel.LogoChoice

Packages that use LogoChoice
com.atlassian.jira.lookandfeel   
 

Uses of LogoChoice in com.atlassian.jira.lookandfeel
 

Methods in com.atlassian.jira.lookandfeel that return LogoChoice
 LogoChoice LookAndFeelProperties.getFaviconChoice()
           
 LogoChoice LookAndFeelPropertiesImpl.getFaviconChoice()
           
 LogoChoice LookAndFeelProperties.getLogoChoice()
           
 LogoChoice LookAndFeelPropertiesImpl.getLogoChoice()
           
static LogoChoice LogoChoice.safeValueOf(String value)
           
static LogoChoice LogoChoice.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogoChoice[] LogoChoice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.lookandfeel with parameters of type LogoChoice
 void LookAndFeelProperties.setFaviconChoice(LogoChoice choice)
           
 void LookAndFeelPropertiesImpl.setFaviconChoice(LogoChoice choice)
           
 void LookAndFeelProperties.setLogoChoice(LogoChoice choice)
           
 void LookAndFeelPropertiesImpl.setLogoChoice(LogoChoice choice)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.