Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canvasKeyTyped
Method · 0.95
windowClosing
Method · 0.95
paint
Method · 0.80
messageBox
Method · 0.80
passwordDialog
Method · 0.80
actionPerformed
Method · 0.80
keyTyped
Method · 0.80
showHelp
Method · 0.80
showInfo
Method · 0.80
save
Method · 0.80
done
Method · 0.80
progress
Method · 0.80
Calls
2
stop
Method · 0.80
cancelSearch
Method · 0.45
Tested by
no test coverage detected