Uses of Class
com.atlassian.confluence.selenium.client.MacroBrowser.Category

Packages that use MacroBrowser.Category
com.atlassian.confluence.selenium.client   
 

Uses of MacroBrowser.Category in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return MacroBrowser.Category
static MacroBrowser.Category MacroBrowser.Category.getByTitle(java.lang.String title)
           
 MacroBrowser.Category MacroBrowser.getSelectedCategory()
           
static MacroBrowser.Category MacroBrowser.Category.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MacroBrowser.Category[] MacroBrowser.Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.selenium.client with parameters of type MacroBrowser.Category
static java.lang.String MacroBrowser.getBrowseCategoryMacroId(MacroBrowser.Category category, java.lang.String macroName)
           
 boolean MacroBrowser.hasCategory(MacroBrowser.Category category)
           
 void MacroBrowser.selectCategory(MacroBrowser.Category category)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.