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

Method askPassword

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

Source from the content-addressed store, hash-verified

1969 }
1970
1971 public String askPassword() {
1972 return passwordDialog(null, "Password");
1973 }
1974 public void onChapterCountChange(int chapters) {
1975 this.chapters = chapters;
1976 }

Callers

nothing calls this directly

Calls 1

passwordDialogMethod · 0.95

Tested by

no test coverage detected