MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / clearSearch

Method clearSearch

platform/java/example/Viewer.java:542–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540 }
541
542 protected void clearSearch() {
543 cancelSearch();
544 searchField.setText("");
545 searchStatus.setText("");
546 searchStatusPanel.validate();
547 validate();
548 hits = null;
549 redraw();
550 }
551
552 public void search(int direction) {
553 if (searchField.isEnabled()) {

Callers 3

searchFieldKeyTypedMethod · 0.95
canvasKeyTypedMethod · 0.95
editSearchNeedleMethod · 0.95

Calls 2

cancelSearchMethod · 0.95
redrawMethod · 0.95

Tested by

no test coverage detected