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

Method toString

src/org/opensourcephysics/controls/OSPCombo.java:103–106  ·  view source on GitHub ↗

Returns the selected String. @return the currently selected String

()

Source from the content-addressed store, hash-verified

101 * @return the currently selected String
102 */
103 @Override
104public String toString() {
105 return items[selected];
106 }
107
108 /**
109 * Returns an ObjectLoader to save and load data for this class.

Callers 15

getStringMethod · 0.95
getValueAtMethod · 0.45
setValueMethod · 0.45
getIntMethod · 0.45
getDoubleMethod · 0.45
copyMethod · 0.45
saveXMLMethod · 0.45
setSelectedNodeMethod · 0.45
displayPropertyMethod · 0.45
showPopupMethod · 0.45
saveObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected