MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / setName

Method setName

src/org/opensourcephysics/frames/PlotFrame.java:77–82  ·  view source on GitHub ↗

Sets the name of this component and the Dataset Manager.

(String name)

Source from the content-addressed store, hash-verified

75 * Sets the name of this component and the Dataset Manager.
76 */
77 @Override
78 public void setName(String name) {
79 name = TeXParser.parseTeX(name);
80 super.setName(name);
81 datasetManager.setName(name);
82 }
83
84 /**
85 * Adds Views menu items on the menu bar.

Callers

nothing calls this directly

Calls 2

parseTeXMethod · 0.95
setNameMethod · 0.65

Tested by

no test coverage detected