Uses of Interface
com.atlassian.confluence.plugins.macros.dashboard.RecentlyUpdatedMacroTab

Packages that use RecentlyUpdatedMacroTab
com.atlassian.confluence.plugins.macros.dashboard   
 

Uses of RecentlyUpdatedMacroTab in com.atlassian.confluence.plugins.macros.dashboard
 

Classes in com.atlassian.confluence.plugins.macros.dashboard that implement RecentlyUpdatedMacroTab
 class AbstractTab
          Shared tab logic.
 class AllContentTab
          Implements the "All Updates" tab
 class FavouriteSpacesTab
          Implements the "Favourite Spaces" tab, which displays updates from a user's favourite spaces.
 class NetworkTab
          Implements the "Network" tab, which displays updates from users that the current user follows
 class PopularTab
           
 class SpaceCategoryTab
          Implements the space category tab, which displays updates in spaces that have a space category label
 

Methods in com.atlassian.confluence.plugins.macros.dashboard that return RecentlyUpdatedMacroTab
 RecentlyUpdatedMacroTab RecentlyUpdatedMacroTabProvider.getDefaultTab()
           
 RecentlyUpdatedMacroTab RecentlyUpdatedMacroTabProvider.getTabByName(String name)
          Returns the tab with the specified name, or a default tab if no tab matches the name.
 

Methods in com.atlassian.confluence.plugins.macros.dashboard that return types with arguments of type RecentlyUpdatedMacroTab
 List<RecentlyUpdatedMacroTab> RecentlyUpdatedMacroTabProvider.getAvailableTabs()
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.