MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / getString

Method getString

src/org/opensourcephysics/controls/Control.java:110–110  ·  view source on GitHub ↗

Gets a stored string from the control. Srings have usually been initialized with the setValue (String name, Object val)<\code> method. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter

(String name)

Source from the content-addressed store, hash-verified

108 * @return the value of the parameter
109 */
110 public String getString(String name);
111
112 /**
113 * Gets a stored boolean from the control. Srings have usually been initialized

Callers 15

loadObjectMethod · 0.65
createObjectMethod · 0.65
loadObjectMethod · 0.65
createMethod · 0.65
confirmOverwriteMethod · 0.65
compressListMethod · 0.65
processFileMethod · 0.65
getStringMethod · 0.65
createObjectMethod · 0.65
loadObjectMethod · 0.65
createObjectMethod · 0.65
loadObjectMethod · 0.65

Implementers 6

OSPControlTablesrc/org/opensourcephysics/controls/OSP
HiddenControlsrc/org/opensourcephysics/controls/Hid
ShadowControlsrc/org/opensourcephysics/controls/Abs
XMLControlElementsrc/org/opensourcephysics/controls/XML
OSPControlsrc/org/opensourcephysics/controls/OSP
ControlFramesrc/org/opensourcephysics/controls/Con

Calls

no outgoing calls

Tested by

no test coverage detected