Uses of Interface
com.atlassian.jira.plugin.TabPanelModuleDescriptor

Packages that use TabPanelModuleDescriptor
com.atlassian.jira.plugin.browsepanel   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.projectpanel   
com.atlassian.jira.plugin.versionpanel   
 

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

Classes in com.atlassian.jira.plugin.browsepanel with type parameters of type TabPanelModuleDescriptor
 interface TabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext>
          Unified interface for all fragment-based tab panels.
 

Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.componentpanel
 

Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.componentpanel
 interface ComponentTabPanelModuleDescriptor
          A project component tab panel plugin adds extra panel tabs to JIRA's Browse Component page.
 

Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.projectpanel
 

Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.projectpanel
 interface ProjectTabPanelModuleDescriptor
          A project tab panel plugin adds extra panel tabs to JIRA's Browse Project page.
 

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

Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.versionpanel
 interface VersionTabPanelModuleDescriptor
          A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.