MCPcopy Index your code
hub / github.com/Nurtak/ObjectGraphVisualization / setSelected

Method setSelected

src/ch/hsr/ogv/view/PaneBox.java:446–455  ·  view source on GitHub ↗
(boolean selected)

Source from the content-addressed store, hash-verified

444 }
445
446 @Override
447 public void setSelected(boolean selected) {
448 this.selection.setVisible(selected);
449 if (selected) {
450 get().toFront();
451 }
452 else {
453 setAllLabelSelected(false);
454 }
455 }
456
457 @Override
458 public boolean isSelected() {

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
setAllLabelSelectedMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected