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

Method showLabel

src/ch/hsr/ogv/view/ArrowLabel.java:207–220  ·  view source on GitHub ↗
(boolean show)

Source from the content-addressed store, hash-verified

205 }
206
207 public void showLabel(boolean show) {
208 if(!show) {
209 setLabelSelected(false);
210 allowTextInput(false);
211 this.arrowText.setText("");
212 this.arrowTextField.setText("");
213 }
214 this.arrowText.setVisible(show);
215 this.arrowText.setDisable(!show);
216 this.arrowTextField.setVisible(show);
217 this.arrowTextField.setEditable(show);
218 this.arrowTextField.setDisable(!show);
219 setMouseTransparent(!show);
220 }
221
222}

Callers 2

ArrowLabelMethod · 0.95
setTextMethod · 0.95

Calls 4

setLabelSelectedMethod · 0.95
allowTextInputMethod · 0.95
setVisibleMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected