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

Method editSearchNeedle

platform/java/example/Viewer.java:532–536  ·  view source on GitHub ↗
(int direction)

Source from the content-addressed store, hash-verified

530 }
531
532 protected void editSearchNeedle(int direction) {
533 clearSearch();
534 searchDirection = direction;
535 searchField.requestFocusInWindow();
536 }
537
538 protected void cancelSearch() {
539 doc.cancelSearch(null);

Callers 1

canvasKeyTypedMethod · 0.95

Calls 1

clearSearchMethod · 0.95

Tested by

no test coverage detected