Uses of Interface
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel3
Packages that use IssueTabPanel3
-
Uses of IssueTabPanel3 in com.atlassian.jira.plugin.issuetabpanel
Classes in com.atlassian.jira.plugin.issuetabpanel that implement IssueTabPanel3Modifier and TypeClassDescriptionclass
An abstract class that can be used as a base for creating implementations of IssueTabPanel3;class
Adapts old IssueTabPanel and IssueTabPanel2 implementations to the new IssueTabPanel3 interface.Methods in com.atlassian.jira.plugin.issuetabpanel that return IssueTabPanel3Modifier and TypeMethodDescriptionstatic IssueTabPanel3
IssueTabPanel3Adaptor.createFrom
(IssueTabPanel issueTabPanel) Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueTabPanel3Modifier and TypeMethodDescriptionstatic PaginatedIssueTabPanel
PaginatedIssueTabPanelAdaptor.createFrom
(IssueTabPanel3 issueTabPanel) Constructors in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueTabPanel3