com.atlassian.jira.projectconfig.tab
Class ScreensTab

java.lang.Object
  extended by com.atlassian.jira.projectconfig.tab.WebPanelTab
      extended by com.atlassian.jira.projectconfig.tab.ScreensTab
All Implemented Interfaces:
ProjectConfigTab

public class ScreensTab
extends WebPanelTab

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME, EXTRA_URL_PARAM
 
Constructor Summary
ScreensTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory factory)
           
 
Method Summary
 String getTitle(ProjectConfigTabRenderContext context)
          Return the title to display in the browser when the tab is displayed.
 
Methods inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
addResourceForProject, getId, getLinkId, getTab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreensTab

public ScreensTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                  VelocityContextFactory factory)
Method Detail

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.