()
| 1451 | |
| 1452 | /// Hide the tabs bar |
| 1453 | public void hideTabs() { |
| 1454 | removeComponent(tabsContainerHost != null ? tabsContainerHost : tabsContainer); |
| 1455 | revalidateLater(); |
| 1456 | } |
| 1457 | |
| 1458 | /// Show the tabs bar if it was hidden |
| 1459 | public void showTabs() { |
nothing calls this directly
no test coverage detected