MCPcopy
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

selectTabMethod · 0.95
windowActivatedMethod · 0.80
windowGainedFocusMethod · 0.80
windowGainedFocusMethod · 0.80
editMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected