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

Method setLabelSelected

src/ch/hsr/ogv/view/PaneBox.java:479–483  ·  view source on GitHub ↗
(int rowIndex, boolean selected)

Source from the content-addressed store, hash-verified

477 }
478
479 public void setLabelSelected(int rowIndex, boolean selected) {
480 if (rowIndex >= 0 && rowIndex < this.centerLabels.size()) {
481 setLabelSelected(this.centerLabels.get(rowIndex), selected);
482 }
483 }
484
485 public void setLabelSelected(Label label, boolean selected) {
486 if (selected) {

Callers 10

handleMoveAttributeUpMethod · 0.95
adaptCenterFieldsMethod · 0.95
allowTopTextInputMethod · 0.95
setAllLabelSelectedMethod · 0.95
showLabelMethod · 0.45
selectOnMouseClickedMethod · 0.45
setAllLabelSelectedMethod · 0.45

Calls 2

recalcHasCenterGridMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected