Gets the index of the currently displaying tab.
()
| 1425 | * Gets the index of the currently displaying tab. |
| 1426 | */ |
| 1427 | public int getCurrentTabIndex() { |
| 1428 | return currentTabIndex; |
| 1429 | } |
| 1430 | |
| 1431 | /** |
| 1432 | * Returns an (unmodifiable) list of currently opened tabs. |
no outgoing calls
no test coverage detected