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

Packages that use PluggableTabPanelModuleDescriptor
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.profile   
com.atlassian.jira.plugin.projectpanel   
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.web.action   
 

Uses of PluggableTabPanelModuleDescriptor in com.atlassian.jira.plugin
 

Subinterfaces of PluggableTabPanelModuleDescriptor in com.atlassian.jira.plugin
 interface TabPanelModuleDescriptor<T extends TabPanel>
          Copyright 2007 Atlassian Software.
 

Classes in com.atlassian.jira.plugin that implement PluggableTabPanelModuleDescriptor
 class AbstractTabPanelModuleDescriptor<T extends TabPanel>
          Copyright 2007 Atlassian Software.
 

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

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

Classes in com.atlassian.jira.plugin.componentpanel that implement PluggableTabPanelModuleDescriptor
 class ComponentTabPanelModuleDescriptorImpl
          A project component tab panel plugin adds extra panel tabs to JIRA's Browse Component page.
 

Uses of PluggableTabPanelModuleDescriptor in com.atlassian.jira.plugin.profile
 

Subinterfaces of PluggableTabPanelModuleDescriptor in com.atlassian.jira.plugin.profile
 interface ViewProfilePanelModuleDescriptor
          Defines a plugin point for rendering content on the JIRA view profile page.
 

Classes in com.atlassian.jira.plugin.profile that implement PluggableTabPanelModuleDescriptor
 class ViewProfilePanelModuleDescriptorImpl
          Defines a plugin point for rendering content on the JIRA view profile page.
 

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

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

Classes in com.atlassian.jira.plugin.projectpanel that implement PluggableTabPanelModuleDescriptor
 class ProjectTabPanelModuleDescriptorImpl
          A project tab panel plugin adds extra panel tabs to JIRA's Browse Project page.
 

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

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

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

Uses of PluggableTabPanelModuleDescriptor in com.atlassian.jira.web.action
 

Classes in com.atlassian.jira.web.action with type parameters of type PluggableTabPanelModuleDescriptor
 class AbstractPluggableTabPanelAction<TabPanelClass extends PluggableTabPanelModuleDescriptor>
          Manages the setting, retrieval, checking and activating of a "selected tab" for any page that wishes to provide navigation to "tab panels".
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.