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

Method setTopText

src/ch/hsr/ogv/view/PaneBox.java:252–257  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

250 }
251
252 public void setTopText(String text) {
253 if (this.topTextField == null || this.topLabel == null)
254 return;
255 this.topTextField.setText(text);
256 this.topLabel.setText(text);
257 }
258
259 public void setTopFont(Font font) {
260 if (this.topTextField == null || this.topLabel == null)

Callers 4

changedMethod · 0.95
createBoxMethod · 0.95
createArrayBoxMethod · 0.95
adaptBoxTopFieldMethod · 0.95

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected