MCPcopy Index your code
hub / github.com/benfry/processing4 / setFindText

Method setFindText

app/src/processing/app/ui/FindReplace.java:477–480  ·  view source on GitHub ↗
(String t)

Source from the content-addressed store, hash-verified

475
476
477 public void setFindText(String t) {
478 findField.setText(t);
479 findString = t;
480 }
481
482
483 public void findNext() {

Callers 2

buildEditMenuMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected