@PublicSpi
public interface TabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext>
Modifier and Type | Method and Description |
---|---|
String |
getHtml(C ctx)
Used to render the tab.
|
void |
init(D descriptor)
Initialize the tab panel panel with the plugins ProjectTabPanelModuleDescriptor.
|
boolean |
showPanel(C ctx)
Determine whether or not to show this.
|
void init(D descriptor)
descriptor
- the descriptor for this module as defined in the plugin xml descriptor.String getHtml(C ctx)
ctx
- The current context the tab is rendering in.boolean showPanel(C ctx)
ctx
- The current context the tab is rendering in.Copyright © 2002-2022 Atlassian. All Rights Reserved.