Uses of Interface
com.atlassian.confluence.themes.Theme

Packages that use Theme
com.atlassian.confluence.core.actions   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.themes   
 

Uses of Theme in com.atlassian.confluence.core.actions
 

Methods in com.atlassian.confluence.core.actions that return Theme
 Theme StylesheetAction.getTheme()
          Deprecated.  
 Theme CombinedStylesheetAction.getTheme()
           
 Theme AdminStylesheetAction.getTheme()
           
 

Uses of Theme in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor that return Theme
 Theme ThemeModuleDescriptor.getModule()
           
 

Uses of Theme in com.atlassian.confluence.themes
 

Classes in com.atlassian.confluence.themes that implement Theme
 class BasicTheme
          A theme that is loaded from a Confluence plugin.
 class DefaultTheme
          Represents the default Confluence theme with stylesheets.
 

Methods in com.atlassian.confluence.themes that return Theme
 Theme ThemeManager.getGlobalTheme()
           
 Theme DefaultThemeManager.getGlobalTheme()
           
static Theme DefaultTheme.getInstance()
           
 Theme ThemeManager.getSpaceTheme(java.lang.String spaceKey)
           
 Theme DefaultThemeManager.getSpaceTheme(java.lang.String spaceKey)
          Retrieve the theme configured for an identified space.
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.