|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Set<MacroCategory> |
MacroBrowserManager.getMacroCategories()
Retrieves a set of macro categories for display in the Macro Browser. |
java.util.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(java.lang.String name)
|
static MacroCategory |
MacroCategory.valueOf(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||