(boolean selected)
| 425 | } |
| 426 | |
| 427 | public void setAllLabelSelected(boolean selected) { |
| 428 | this.labelStartLeft.setLabelSelected(selected); |
| 429 | this.labelStartRight.setLabelSelected(selected); |
| 430 | this.labelEndLeft.setLabelSelected(selected); |
| 431 | this.labelEndRight.setLabelSelected(selected); |
| 432 | } |
| 433 | |
| 434 | public ArrowLabel getSelectedLabel() { |
| 435 | if (this.labelStartLeft.isLabelSelected()) { |
no test coverage detected