Uses of Interface
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanelModuleDescriptor

Packages that use IssueTabPanelModuleDescriptor
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.plugin.issuetabpanel   
 

Uses of IssueTabPanelModuleDescriptor in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type IssueTabPanelModuleDescriptor
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor, ChangeHistory changeHistory, boolean showHeader, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatter formatter, Issue issue, DateTimeFieldChangeLogHelper changeLogHelper)
           
CommentAction(IssueTabPanelModuleDescriptor descriptor, Comment comment, boolean canEditComment, boolean canDeleteComment, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, DateTimeFormatter dateTimeFormatter)
           
CVSAction(IssueTabPanelModuleDescriptor descriptor, CVSCommit commit)
           
WorklogAction(IssueTabPanelModuleDescriptor descriptor, Worklog worklog, JiraDurationUtils jiraDurationUtils, boolean canEditWorklog, boolean canDeleteWorklog, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager)
           
 

Uses of IssueTabPanelModuleDescriptor in com.atlassian.jira.plugin.issuetabpanel
 

Classes in com.atlassian.jira.plugin.issuetabpanel that implement IssueTabPanelModuleDescriptor
 class IssueTabPanelModuleDescriptorImpl
          An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
 

Fields in com.atlassian.jira.plugin.issuetabpanel declared as IssueTabPanelModuleDescriptor
protected  IssueTabPanelModuleDescriptor AbstractIssueTabPanel.descriptor
           
protected  IssueTabPanelModuleDescriptor AbstractIssueAction.descriptor
           
 

Methods in com.atlassian.jira.plugin.issuetabpanel that return IssueTabPanelModuleDescriptor
protected  IssueTabPanelModuleDescriptor AbstractIssueTabPanel2.descriptor()
           
 

Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueTabPanelModuleDescriptor
 void AbstractIssueTabPanel.init(IssueTabPanelModuleDescriptor descriptor)
           
 void IssueTabPanel.init(IssueTabPanelModuleDescriptor descriptor)
           
 void AbstractIssueTabPanel2.init(IssueTabPanelModuleDescriptor descriptor)
          Initialises this AbstractIssueTabPanel2's descriptor and calls the initialisation hook in the subclass.
 GetActionsReply IssueTabPanelInvokerImpl.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
           
 GetActionsReply IssueTabPanelInvoker.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
          Calls the getActions method on the IssueTabPanel.
 ShowPanelReply IssueTabPanelInvokerImpl.invokeShowPanel(ShowPanelRequest request, IssueTabPanelModuleDescriptor descriptor)
           
 ShowPanelReply IssueTabPanelInvoker.invokeShowPanel(ShowPanelRequest request, IssueTabPanelModuleDescriptor descriptor)
          Calls the showPanel method in the IssueTabPanel.
 

Constructors in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueTabPanelModuleDescriptor
AbstractIssueAction(IssueTabPanelModuleDescriptor descriptor)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.