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

Method getCurrentTab

app/src/processing/app/Editor.java:1420–1422  ·  view source on GitHub ↗

Gets the currently displaying tab.

()

Source from the content-addressed store, hash-verified

1418 * Gets the currently displaying tab.
1419 */
1420 public EditorTab getCurrentTab() {
1421 return tabs.get(currentTabIndex);
1422 }
1423
1424 /**
1425 * Gets the index of the currently displaying tab.

Callers 15

buildHelpMenuMethod · 0.95
buildEditMenuMethod · 0.95
menuSelectedMethod · 0.95
updateUndoRedoStateMethod · 0.95
selectTabMethod · 0.95
addLineHighlightMethod · 0.95
updateTitleMethod · 0.95
handlePrintMethod · 0.95
statusErrorMethod · 0.95
executeInEDTMethod · 0.80
runMethod · 0.80
okActionPerformedMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 1

executeInEDTMethod · 0.64