Returns an (unmodifiable) list of currently opened tabs.
()
| 1432 | * Returns an (unmodifiable) list of currently opened tabs. |
| 1433 | */ |
| 1434 | public List<EditorTab> getTabs() { |
| 1435 | return Collections.unmodifiableList(tabs); |
| 1436 | } |
| 1437 | |
| 1438 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 1439 | /** |
no outgoing calls
no test coverage detected