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

Method getEditors

app/src/processing/app/Base.java:2436–2438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2434 }
2435
2436 public List<Editor> getEditors() {
2437 return new LinkedList<>(editors);
2438 }
2439
2440 public PdeKeywords getPdeKeywords() {
2441 return pdeKeywords;

Callers 9

handleFontSizeChangeMethod · 0.95
initComponentsMethod · 0.80
windowGainedFocusMethod · 0.80
runMethod · 0.80
windowGainedFocusMethod · 0.80
appReOpenedMethod · 0.80
openFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected