Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
buildHelpMenu
Method · 0.95
buildEditMenu
Method · 0.95
menuSelected
Method · 0.95
updateUndoRedoState
Method · 0.95
selectTab
Method · 0.95
addLineHighlight
Method · 0.95
updateTitle
Method · 0.95
handlePrint
Method · 0.95
statusError
Method · 0.95
executeInEDT
Method · 0.80
run
Method · 0.80
okActionPerformed
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
1
executeInEDT
Method · 0.64