Uses of Interface
com.atlassian.jira.plugin.browsepanel.TabPanel

Packages that use TabPanel
com.atlassian.jira.dev.reference.plugin.tabpanels   
com.atlassian.jira.plugin   
com.atlassian.jira.plugin.browsepanel   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.componentpanel.impl   
com.atlassian.jira.plugin.projectpanel   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.plugin.versionpanel.impl   
com.atlassian.jira.web.action.browser   
 

Uses of TabPanel in com.atlassian.jira.dev.reference.plugin.tabpanels
 

Classes in com.atlassian.jira.dev.reference.plugin.tabpanels that implement TabPanel
 class ReferenceProjectTabPanel
          Represents a simple reference project tab panel.
 

Uses of TabPanel in com.atlassian.jira.plugin
 

Classes in com.atlassian.jira.plugin with type parameters of type TabPanel
 class AbstractTabPanelModuleDescriptor<T extends TabPanel>
          Copyright 2007 Atlassian Software.
 interface TabPanelModuleDescriptor<T extends TabPanel>
          Copyright 2007 Atlassian Software.
 

Uses of TabPanel in com.atlassian.jira.plugin.browsepanel
 

Classes in com.atlassian.jira.plugin.browsepanel that implement TabPanel
 class AbstractFragmentBasedTabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext,F extends ProjectTabPanelFragment>
          Abstract base for TabPanel implementers to extend.
 

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

Subinterfaces of TabPanel in com.atlassian.jira.plugin.componentpanel
 interface ComponentTabPanel
           
 

Uses of TabPanel in com.atlassian.jira.plugin.componentpanel.impl
 

Classes in com.atlassian.jira.plugin.componentpanel.impl that implement TabPanel
 class AbstractFragmentBasedComponentTabPanel
          Abstract child of AbstractFragmentBasedTabPanel that implements ComponentTabPanel, so that all the concrete tab panels don't have to.
 class ChangeLogTabPanel
          This class implements change log tab panel.
 class IssuesComponentTabPanel
          Issues component tab panel.
 class RoadMapTabPanel
          This class implements road map tab panel.
 class SummaryComponentTabPanel
          Summary component tab panel.
 

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

Subinterfaces of TabPanel in com.atlassian.jira.plugin.projectpanel
 interface ProjectTabPanel
          A Tab panel to be displayed on the Browse Project page.
 

Uses of TabPanel in com.atlassian.jira.plugin.projectpanel.impl
 

Classes in com.atlassian.jira.plugin.projectpanel.impl that implement TabPanel
 class AbstractProjectTabPanel
          Abstract tab panel for browse project.
 class ChangeLogProjectTabPanel
          Project Tab Panel displaying past versions and their issues.
 class ComponentsProjectTabPanel
          Displays the components of a project.
 class ComponentsVersionsProjectTabPanel
           
 class GenericProjectTabPanel
          Deprecated. Please extend AbstractProjectTabPanel instead. Since v5.0.
 class GenericVersionsProjectTabPanel
          Deprecated. Extend AbstractProjectTabPanel instead. Since v5.0.
 class ImportantProjectTabPanel
           
 class IssuesProjectTabPanel
          Issues project tab panel.
 class LabelsHeatmapProjectTabPanel
          Implements a heatmap project tab panel modeled after the one found in Confluence labels.
 class PopularIssuesProjectTabPanel
          Displays popular issues for a project.
 class RoadMapProjectTabPanel
          Project Tab Panel displaying upcoming versions and their issues.
 class SummaryProjectTabPanel
          Summary project tab panel.
 class VersionsProjectTabPanel
          Displays the versions of a project.
 

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

Subinterfaces of TabPanel in com.atlassian.jira.plugin.versionpanel
 interface VersionTabPanel
          Version Tab Panel
 

Uses of TabPanel in com.atlassian.jira.plugin.versionpanel.impl
 

Classes in com.atlassian.jira.plugin.versionpanel.impl that implement TabPanel
 class AbstractFragmentBasedVersionTabPanel
          Abstract child of AbstractFragmentBasedTabPanel that implements VersionTabPanel, so that all the concrete tab panels don't have to.
 class GenericTabPanel
           
 class IssuesVersionTabPanel
          Issues version tab panel.
 class PopularIssuesTabPanel
          Version tab panel that displayes popular issues sorted by number of votes.
 class SummaryVersionTabPanel
          Summary version tab panel.
 

Uses of TabPanel in com.atlassian.jira.web.action.browser
 

Method parameters in com.atlassian.jira.web.action.browser with type arguments of type TabPanel
protected  boolean BrowseComponent.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
           
protected  boolean BrowseVersion.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
           
protected  boolean BrowseProject.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
          Returns true if the tab panel of the given descriptor should be hidden from the current view
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.