Uses of Class
com.atlassian.confluence.pageobjects.component.theme.AvailableTheme

Packages that use AvailableTheme
com.atlassian.confluence.pageobjects.component.theme   
 

Uses of AvailableTheme in com.atlassian.confluence.pageobjects.component.theme
 

Methods in com.atlassian.confluence.pageobjects.component.theme that return types with arguments of type AvailableTheme
 java.util.Collection<AvailableTheme> ChooseThemeComponent.getAvailableThemes()
          Returns a collection of installed themes which may be selected as the new active theme.
 

Methods in com.atlassian.confluence.pageobjects.component.theme with parameters of type AvailableTheme
 boolean ChooseThemeComponent.setTheme(AvailableTheme theme)
          Chooses a new theme from the list of available themes (see ChooseThemeComponent.getAvailableThemes() and submits the Form.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.