|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicSpi public interface TabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext>
Unified interface for all fragment-based tab panels.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||