Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ requestFocusInWindow
Method
requestFocusInWindow
app/src/processing/app/EditorTab.java:627–631 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
625
}
626
627
@Override
628
public
boolean requestFocusInWindow() {
629
/** If focus is requested, focus the textarea instead. */
630
return
textarea.requestFocusInWindow();
631
}
632
633
}
Callers
5
selectTab
Method · 0.95
windowActivated
Method · 0.80
windowGainedFocus
Method · 0.80
windowGainedFocus
Method · 0.80
edit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected