Uses of Class
com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor

Packages that use ThemeModuleDescriptor
com.atlassian.confluence.admin.actions.lookandfeel   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.themes   
com.atlassian.confluence.util   
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.admin.actions.lookandfeel
 

Methods in com.atlassian.confluence.admin.actions.lookandfeel that return ThemeModuleDescriptor
 ThemeModuleDescriptor AbstractThemeAction.getCurrentThemeDescriptor()
           
 

Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type ThemeModuleDescriptor
 String ChooseThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the global configuration.
protected abstract  String AbstractThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the Config Path for the theme defined in the theme plugin.xml
 boolean AbstractThemeAction.hasIcon(ThemeModuleDescriptor descriptor)
           
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeModuleDescriptor
 String ChooseThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the space configuration.
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes with parameters of type ThemeModuleDescriptor
 void Theme.init(ThemeModuleDescriptor moduleDescriptor)
          Initialise the theme details from the given theme module descriptor.
 void ExperimentalUnsupportedTheme.init(ThemeModuleDescriptor moduleDescriptor)
           
 void DefaultTheme.init(ThemeModuleDescriptor moduleDescriptor)
           
 void BasicTheme.init(ThemeModuleDescriptor moduleDescriptor)
           
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return ThemeModuleDescriptor
 ThemeModuleDescriptor LayoutHelper.findThemeDescriptor(String moduleCompleteKey)
           
 

Methods in com.atlassian.confluence.util with parameters of type ThemeModuleDescriptor
 String LayoutHelper.getConfigPath(ThemeModuleDescriptor descriptor, String configPath)
           
 boolean LayoutHelper.hasIcon(ThemeModuleDescriptor descriptor)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.