Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroCategory

Packages that use MacroCategory
com.atlassian.confluence.macro.browser   
com.atlassian.confluence.macro.browser.beans   
 

Uses of MacroCategory in com.atlassian.confluence.macro.browser
 

Methods in com.atlassian.confluence.macro.browser that return types with arguments of type MacroCategory
 Set<MacroCategory> MacroBrowserManager.getMacroCategories()
          Retrieves a set of macro categories for display in the Macro Browser.
 Set<MacroCategory> DefaultMacroBrowserManager.getMacroCategories()
          Returns the available macro categories.
 

Uses of MacroCategory in com.atlassian.confluence.macro.browser.beans
 

Methods in com.atlassian.confluence.macro.browser.beans that return MacroCategory
static MacroCategory MacroCategory.get(String name)
           
static MacroCategory MacroCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MacroCategory[] MacroCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.