|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin |
|---|
| Classes in com.atlassian.jira.plugin that implement TabPanelModuleDescriptor | |
|---|---|
class |
AbstractTabPanelModuleDescriptor<T extends TabPanel>
Copyright 2007 Atlassian Software. |
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.browsepanel |
|---|
| Classes in com.atlassian.jira.plugin.browsepanel with type parameters of type TabPanelModuleDescriptor | |
|---|---|
class |
AbstractFragmentBasedTabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext,F extends ProjectTabPanelFragment>
Abstract base for TabPanel implementers to extend. |
interface |
TabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext>
Unified interface for all fragment-based tab panels. |
| Fields in com.atlassian.jira.plugin.browsepanel declared as TabPanelModuleDescriptor | |
|---|---|
protected D |
AbstractFragmentBasedTabPanel.moduleDescriptor
|
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.componentpanel |
|---|
| Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.componentpanel | |
|---|---|
interface |
ComponentTabPanelModuleDescriptor
A project component tab panel plugin adds extra panel tabs to JIRA's Browse Component page. |
| Classes in com.atlassian.jira.plugin.componentpanel that implement TabPanelModuleDescriptor | |
|---|---|
class |
ComponentTabPanelModuleDescriptorImpl
A project component tab panel plugin adds extra panel tabs to JIRA's Browse Component page. |
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.projectpanel |
|---|
| Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.projectpanel | |
|---|---|
interface |
ProjectTabPanelModuleDescriptor
A project tab panel plugin adds extra panel tabs to JIRA's Browse Project page. |
| Classes in com.atlassian.jira.plugin.projectpanel that implement TabPanelModuleDescriptor | |
|---|---|
class |
ProjectTabPanelModuleDescriptorImpl
A project tab panel plugin adds extra panel tabs to JIRA's Browse Project page. |
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.plugin.versionpanel |
|---|
| Subinterfaces of TabPanelModuleDescriptor in com.atlassian.jira.plugin.versionpanel | |
|---|---|
interface |
VersionTabPanelModuleDescriptor
A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page. |
| Classes in com.atlassian.jira.plugin.versionpanel that implement TabPanelModuleDescriptor | |
|---|---|
class |
VersionTabPanelModuleDescriptorImpl
A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page. |
| Uses of TabPanelModuleDescriptor in com.atlassian.jira.web.action.browser |
|---|
| Methods in com.atlassian.jira.web.action.browser with parameters of type TabPanelModuleDescriptor | |
|---|---|
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 |
protected boolean |
BrowseComponent.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
|
protected boolean |
BrowseVersion.isTabPanelHidden(TabPanelModuleDescriptor<? extends TabPanel> descriptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||