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

Method toggleOutline

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

Source from the content-addressed store, hash-verified

735 }
736
737 protected void toggleOutline() {
738 if (outlineList.getItemCount() <= 0)
739 return;
740
741 outlinePanel.setVisible(!outlinePanel.isVisible());
742 pack();
743 validate();
744 }
745
746 protected void toggleLinks() {
747 showLinks = !showLinks;

Callers 1

canvasKeyTypedMethod · 0.95

Calls 1

packMethod · 0.80

Tested by

no test coverage detected