(int index)
| 916 | /// |
| 917 | /// label of the tab at the given index |
| 918 | public String getTabTitle(int index) { |
| 919 | checkIndex(index); |
| 920 | return getTabTitle(tabsContainer.getComponentAt(index)); |
| 921 | } |
| 922 | |
| 923 | /// Returns the title of the tab component. This method should be used when overriding |
| 924 | /// createTab |