MCPcopy Index your code
hub / github.com/arduino/Arduino / getCurrentTabIndex

Method getCurrentTabIndex

app/src/processing/app/Editor.java:1427–1429  ·  view source on GitHub ↗

Gets the index of the currently displaying tab.

()

Source from the content-addressed store, hash-verified

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.

Callers 2

findMethod · 0.80
paintComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected