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

Method dispose

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

Source from the content-addressed store, hash-verified

403 }
404
405 public void dispose() {
406 doc.cancelSearch(null);
407 doc.worker.stop();
408 super.dispose();
409 }
410
411 public void keyPressed(KeyEvent e) {
412 }

Callers 13

canvasKeyTypedMethod · 0.95
windowClosingMethod · 0.95
paintMethod · 0.80
messageBoxMethod · 0.80
passwordDialogMethod · 0.80
actionPerformedMethod · 0.80
keyTypedMethod · 0.80
showHelpMethod · 0.80
showInfoMethod · 0.80
saveMethod · 0.80
doneMethod · 0.80
progressMethod · 0.80

Calls 2

stopMethod · 0.80
cancelSearchMethod · 0.45

Tested by

no test coverage detected