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

Method toString

src/org/opensourcephysics/tools/Library.java:136–139  ·  view source on GitHub ↗

Returns a string representation of this library. @return the name of the library

()

Source from the content-addressed store, hash-verified

134 * @return the name of the library
135 */
136 @Override
137 public String toString() {
138 return getName();
139 }
140
141
142//_____________________ protected and private methods _________________________

Callers 15

wrapToolTipMethod · 0.45
getCellRendererMethod · 0.45
stateChangedMethod · 0.45
createManifestMethod · 0.45
compressListMethod · 0.45
actionPerformedMethod · 0.45
refreshPanelsMethod · 0.45
saveAsMethod · 0.45
refreshNodeMethod · 0.45
addTabMethod · 0.45
actionPerformedMethod · 0.45
setExpandedNodesMethod · 0.45

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected