Create a new TabTitle instance for a specific tab. @param tab The tab to be represented.
(Tab tab)
| 46 | * @param tab The tab to be represented. |
| 47 | */ |
| 48 | public TabTitle(Tab tab) |
| 49 | { |
| 50 | this(tab.label(), tab); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Create a new TabTitle instance for a specific tab. |