MCPcopy Index your code
hub / github.com/processing/processing / getEditors

Method getEditors

app/src/processing/app/Base.java:577–579  ·  view source on GitHub ↗

Get the list of currently active editor windows.

()

Source from the content-addressed store, hash-verified

575
576 /** Get the list of currently active editor windows. */
577 public List<Editor> getEditors() {
578 return editors;
579 }
580
581
582 /**

Callers 6

rebuildLibraryListMethod · 0.80
isModeActiveMethod · 0.80
removeMethod · 0.80
applyFrameMethod · 0.80
menuSelectedMethod · 0.80
actionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected