(tab: BaseTabComponent|null)
| 426 | } |
| 427 | |
| 428 | maximize (tab: BaseTabComponent|null): void { |
| 429 | this.maximizedTab = tab |
| 430 | this.layout() |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * Focuses the first available tab inside the given [[SplitContainer]] |
no test coverage detected