Uses of Interface
com.atlassian.confluence.macro.browser.MacroIconManager
-
Packages that use MacroIconManager Package Description com.atlassian.confluence.diff com.atlassian.confluence.macro.browser com.atlassian.confluence.tinymceplugin.placeholder -
-
Uses of MacroIconManager in com.atlassian.confluence.diff
Constructors in com.atlassian.confluence.diff with parameters of type MacroIconManager Constructor Description MacroIconInsertingPostProcessor(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, I18NBeanFactory i18NBeanFactory)
-
Uses of MacroIconManager in com.atlassian.confluence.macro.browser
Classes in com.atlassian.confluence.macro.browser that implement MacroIconManager Modifier and Type Class Description class
DefaultMacroIconManager
-
Uses of MacroIconManager in com.atlassian.confluence.tinymceplugin.placeholder
Constructors in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type MacroIconManager Constructor Description MacroIconPlaceholderServlet(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory)
MacroPlaceholderServlet(MacroMetadataManager macroMetadataManager, MacroIconManager macroIconManager, PlaceholderImageFactory placeholderImageFactory, I18NBeanFactory i18NBeanFactory, MacroDefinitionDeserializer macroDefinitionDeserializer)
-