MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / setPaneVisible

Method setPaneVisible

src/ch/hsr/ogv/view/PaneBox.java:654–656  ·  view source on GitHub ↗
(boolean visible)

Source from the content-addressed store, hash-verified

652 }
653
654 public void setPaneVisible(boolean visible) {
655 this.borderPane.setVisible(visible);
656 }
657
658 public void setBoxVisible(boolean visible) {
659 this.box.setVisible(visible);

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected