Uses of Interface
com.atlassian.jira.plugin.versionpanel.VersionTabPanelModuleDescriptor

Packages that use VersionTabPanelModuleDescriptor
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.plugin.versionpanel.impl   
com.atlassian.jira.web.action.browser   
 

Uses of VersionTabPanelModuleDescriptor in com.atlassian.jira.plugin.versionpanel
 

Classes in com.atlassian.jira.plugin.versionpanel that implement VersionTabPanelModuleDescriptor
 class VersionTabPanelModuleDescriptorImpl
          A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page.
 

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

Methods in com.atlassian.jira.plugin.versionpanel.impl with parameters of type VersionTabPanelModuleDescriptor
 void GenericTabPanel.init(VersionTabPanelModuleDescriptor descriptor)
           
 

Uses of VersionTabPanelModuleDescriptor in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that return types with arguments of type VersionTabPanelModuleDescriptor
 List<VersionTabPanelModuleDescriptor> BrowseVersion.getVersionTabPanels()
           
protected  List<VersionTabPanelModuleDescriptor> BrowseVersion.initTabPanels(Class tabPanelClass)
          Initializes the tab panels and returns a list of ModuleDescriptor objects.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.