Interface TabPanelModuleDescriptor<T extends TabPanel>

All Superinterfaces:
Comparable, JiraResourcedModuleDescriptor<T>, com.atlassian.plugin.ModuleDescriptor<T>, OrderableModuleDescriptor, PluggableTabPanelModuleDescriptor<T>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware
All Known Subinterfaces:
ComponentTabPanelModuleDescriptor, ProjectTabPanelModuleDescriptor, VersionTabPanelModuleDescriptor
All Known Implementing Classes:
AbstractTabPanelModuleDescriptor, ComponentTabPanelModuleDescriptorImpl, ProjectTabPanelModuleDescriptorImpl, VersionTabPanelModuleDescriptorImpl

public interface TabPanelModuleDescriptor<T extends TabPanel> extends PluggableTabPanelModuleDescriptor<T>, Comparable
Copyright 2007 Atlassian Software. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor

    getHtml, getHtml, getI18nBean, writeHtml

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken

    Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor

    getOrder

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey
  • Method Details

    • getLabel

      String getLabel()
    • getLabelKey

      String getLabelKey()