com.atlassian.jira.projectconfig.tab
Class ComponentsTab
java.lang.Object
com.atlassian.jira.projectconfig.tab.WebPanelTab
com.atlassian.jira.projectconfig.tab.ComponentsTab
- All Implemented Interfaces:
- ProjectConfigTab
public class ComponentsTab
- extends WebPanelTab
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentsTab
public ComponentsTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory factory)
getTitle
public String getTitle(ProjectConfigTabRenderContext context)
- Description copied from interface:
ProjectConfigTab
- Return the title to display in the browser when the tab is displayed.
- Parameters:
context
- contains information that may be useful for tab renderering.
- Returns:
- the title to display on the screen.
addResourceForProject
public void addResourceForProject(ProjectConfigTabRenderContext context)
- Description copied from interface:
ProjectConfigTab
- Add any webresource that the tab needs to render itself.
- Specified by:
addResourceForProject
in interface ProjectConfigTab
- Overrides:
addResourceForProject
in class WebPanelTab
- Parameters:
context
- contains information that may be useful for tab renderering.
Copyright © 2002-2012 Atlassian. All Rights Reserved.