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

Method getControl

src/debugging/applets/Controllable.java:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17public interface Controllable {
18 public void setControl(Control control);
19 public Control getControl();
20}

Callers 15

IsingTempControlMethod · 0.65
IsingControlMethod · 0.65
getBundleMethod · 0.65
getCurrentControlMethod · 0.65
resetSimulationMethod · 0.65
stepSimulationMethod · 0.65
runSimulationMethod · 0.65
initializeMethod · 0.65
resetAnimationMethod · 0.65
stepAnimationMethod · 0.65
runAnimationMethod · 0.65
resetAnimationMethod · 0.65

Implementers 5

IsingWRAppsrc/debugging/physicsapps/IsingWRApp.j
AbstractEmbeddableAnimationsrc/debugging/applets/AbstractEmbeddab
AbstractEmbeddableSimulationsrc/debugging/applets/AbstractEmbeddab
AbstractAnimationsrc/org/opensourcephysics/controls/Abs
AbstractSimulationsrc/org/opensourcephysics/controls/Abs

Calls

no outgoing calls

Tested by

no test coverage detected