Uses of Interface
com.atlassian.jira.plugin.projectpanel.fragment.MenuFragment

Packages that use MenuFragment
com.atlassian.jira.plugin.browsepanel   
com.atlassian.jira.plugin.componentpanel.impl   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.versionpanel.impl   
 

Uses of MenuFragment in com.atlassian.jira.plugin.browsepanel
 

Methods in com.atlassian.jira.plugin.browsepanel that return types with arguments of type MenuFragment
protected  List<MenuFragment> AbstractFragmentBasedTabPanel.getMenuFragments()
           
 

Uses of MenuFragment in com.atlassian.jira.plugin.componentpanel.impl
 

Methods in com.atlassian.jira.plugin.componentpanel.impl that return types with arguments of type MenuFragment
protected  List<MenuFragment> SummaryComponentTabPanel.getMenuFragments()
           
 

Uses of MenuFragment in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Classes in com.atlassian.jira.plugin.projectpanel.fragment.impl that implement MenuFragment
 class FiltersMenuComponentFragment
          A filters menu fragment that produces a list of preset filters based on a component.
 class FiltersMenuFragment
          Displays a Project Filters dropdown on the browse project page.
 class FiltersMenuVersionFragment
          A filters menu fragment that produces a list of preset filters based on a version.
 class ProjectAdminMenuFragment
          Renders the Project Admin link
 class ReleaseNotesMenuFragment
          Release Notes Link for a version
 class ReportsMenuFragment
          Displays a reports dropdown on the browse project page.
 

Uses of MenuFragment in com.atlassian.jira.plugin.projectpanel.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.impl that return types with arguments of type MenuFragment
protected  List<MenuFragment> SummaryProjectTabPanel.getMenuFragments()
           
 

Uses of MenuFragment in com.atlassian.jira.plugin.versionpanel.impl
 

Methods in com.atlassian.jira.plugin.versionpanel.impl that return types with arguments of type MenuFragment
protected  List<MenuFragment> SummaryVersionTabPanel.getMenuFragments()
           
protected  List<MenuFragment> AbstractFragmentBasedVersionTabPanel.getMenuFragments()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.