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

Method selectNextTab

app/src/processing/app/Editor.java:1468–1470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1466 }
1467
1468 public void selectNextTab() {
1469 selectTab((currentTabIndex + 1) % tabs.size());
1470 }
1471
1472 public void selectPrevTab() {
1473 selectTab((currentTabIndex - 1 + tabs.size()) % tabs.size());

Callers 2

findMethod · 0.80
ActionsClass · 0.80

Calls 2

selectTabMethod · 0.95
sizeMethod · 0.80

Tested by

no test coverage detected