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

Packages that use OrderableModuleDescriptor
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.issuetabpanel   
com.atlassian.jira.plugin.issueview   
com.atlassian.jira.plugin.language   
com.atlassian.jira.plugin.navigation   
com.atlassian.jira.plugin.profile   
com.atlassian.jira.plugin.projectoperation   
com.atlassian.jira.plugin.projectpanel   
com.atlassian.jira.plugin.searchrequestview   
com.atlassian.jira.plugin.util   
com.atlassian.jira.plugin.versionpanel   
 

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin
 

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

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

Subinterfaces of OrderableModuleDescriptor 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 OrderableModuleDescriptor in com.atlassian.jira.plugin.issuetabpanel
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.issuetabpanel
 interface IssueTabPanelModuleDescriptor
          An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
 

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin.issueview
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.issueview
 interface IssueViewModuleDescriptor
          An issue view allows you to view an issue in different ways (eg XML, Word, PDF)
 

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin.language
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.language
 interface TranslationTransformModuleDescriptor
          Interface defining module descriptors for the TranslationTransform plugin point.
 

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin.navigation
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.navigation
 interface FooterModuleDescriptor
          Module descriptor for footer modules.
 interface TopNavigationModuleDescriptor
          Module descriptor used for plugins that render the top navigation in JIRA.
 

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

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

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin.projectoperation
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.projectoperation
 interface ProjectOperationModuleDescriptor
          A project operation plugin adds extra operations to JIRA's Administer project page.
 

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

Subinterfaces of OrderableModuleDescriptor 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 OrderableModuleDescriptor in com.atlassian.jira.plugin.searchrequestview
 

Subinterfaces of OrderableModuleDescriptor in com.atlassian.jira.plugin.searchrequestview
 interface SearchRequestViewModuleDescriptor
          An search request view allows you to view a search request in different ways (eg XML, Word, PDF, Excel)
 

Uses of OrderableModuleDescriptor in com.atlassian.jira.plugin.util
 

Methods in com.atlassian.jira.plugin.util with parameters of type OrderableModuleDescriptor
 int ModuleDescriptorComparator.compare(OrderableModuleDescriptor descriptor1, OrderableModuleDescriptor descriptor2)
           
 

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

Subinterfaces of OrderableModuleDescriptor 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.