Uses of Class
com.atlassian.jira.plugin.browsepanel.AbstractFragmentBasedTabPanel

Packages that use AbstractFragmentBasedTabPanel
com.atlassian.jira.plugin.componentpanel.impl   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.versionpanel.impl   
 

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

Subclasses of AbstractFragmentBasedTabPanel in com.atlassian.jira.plugin.componentpanel.impl
 class AbstractFragmentBasedComponentTabPanel
          Abstract child of AbstractFragmentBasedTabPanel that implements ComponentTabPanel, so that all the concrete tab panels don't have to.
 class IssuesComponentTabPanel
          Issues component tab panel.
 class SummaryComponentTabPanel
          Summary component tab panel.
 

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

Subclasses of AbstractFragmentBasedTabPanel in com.atlassian.jira.plugin.projectpanel.impl
 class IssuesProjectTabPanel
          Issues project tab panel.
 class SummaryProjectTabPanel
          Summary project tab panel.
 

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

Subclasses of AbstractFragmentBasedTabPanel in com.atlassian.jira.plugin.versionpanel.impl
 class AbstractFragmentBasedVersionTabPanel
          Abstract child of AbstractFragmentBasedTabPanel that implements VersionTabPanel, so that all the concrete tab panels don't have to.
 class IssuesVersionTabPanel
          Issues version tab panel.
 class SummaryVersionTabPanel
          Summary version tab panel.
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.