MCPcopy
hub / github.com/arduino/Arduino / getTabs

Method getTabs

app/src/processing/app/Editor.java:1434–1436  ·  view source on GitHub ↗

Returns an (unmodifiable) list of currently opened tabs.

()

Source from the content-addressed store, hash-verified

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

Callers 5

findMethod · 0.80
mousePressedMethod · 0.80
paintComponentMethod · 0.80
rebuildMenuMethod · 0.80
addFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected