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

Method cancelSearch

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

Source from the content-addressed store, hash-verified

536 }
537
538 protected void cancelSearch() {
539 doc.cancelSearch(null);
540 }
541
542 protected void clearSearch() {
543 cancelSearch();

Callers 12

clearSearchMethod · 0.95
searchMethod · 0.95
showInfoMethod · 0.95
markMethod · 0.95
jumpHistoryBackMethod · 0.95
jumpHistoryForwardMethod · 0.95
smartMoveMethod · 0.95
flipPagesMethod · 0.95
gotoPageMethod · 0.95
gotoLastPageMethod · 0.95
saveMethod · 0.95
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected