
protected static interface SwingUI.TabPanelCollection
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(ModuleTabPanel tabPanel,
ImageIcon icon,
String title,
String tooltip)
Add a new tab containing a ModuleTabPanel.
|
void |
removeTab(ModuleTabPanel tabPanel)
Remove the tab containing a ModuleTabpanel.
|
void addTab(ModuleTabPanel tabPanel, ImageIcon icon, String title, String tooltip)
tabPanel - icon - title - tooltip - void removeTab(ModuleTabPanel tabPanel)
tabPanel - Copyright © 2018. All rights reserved.