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

Method setFound

app/src/processing/app/ui/FindReplace.java:416–419  ·  view source on GitHub ↗
(boolean found)

Source from the content-addressed store, hash-verified

414
415
416 protected void setFound(boolean found) {
417 replaceButton.setEnabled(found);
418 replaceAndFindButton.setEnabled(found);
419 }
420
421/**
422 * Replace the current selection with whatever's in the

Callers 4

FindReplaceMethod · 0.95
findMethod · 0.95
replaceMethod · 0.95
replaceAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected