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

Method getBoolean

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

Gets a stored boolean 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

119 * @return the value of the parameter
120 */
121 public boolean getBoolean(String name);
122
123 /**
124 * Gets the names of all properties stored in this control.

Callers 15

loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
createObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 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