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

Method setText

src/ch/hsr/ogv/view/ArrowLabel.java:144–148  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

142 }
143
144 public void setText(String text) {
145 showLabel(text != null && !text.isEmpty());
146 this.arrowText.setText(text);
147 this.arrowTextField.setText(text);
148 }
149
150 public Font getFont() {
151 return this.arrowTextField.getFont();

Callers 9

enableTopTextInputMethod · 0.45
adaptArrowLabelMethod · 0.45
adaptBoxTopFieldMethod · 0.45
createCenterFieldMethod · 0.45
setTopTextMethod · 0.45
setCenterTextMethod · 0.45
setChoiceMethod · 0.45
showLabelMethod · 0.45

Calls 1

showLabelMethod · 0.95

Tested by

no test coverage detected