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

Interface Embeddable

src/debugging/applets/Embeddable.java:18–20  ·  view source on GitHub ↗

Title: Embeddable Embeddable programs can run inside an html page using the Davidson WrapperApplet and the Davidson ViewerApplet. @author Wolfgang Christian @version 1.0

Source from the content-addressed store, hash-verified

16 * @version 1.0
17 */
18public interface Embeddable extends Controllable {
19 public ObjectManager getManager();
20}

Callers 1

actionPerformedMethod · 0.65

Implementers 4

IsingWRAppsrc/debugging/physicsapps/IsingWRApp.j
AbstractEmbeddableAnimationsrc/debugging/applets/AbstractEmbeddab
AbstractEmbeddableSimulationsrc/debugging/applets/AbstractEmbeddab
LibraryBrowsersrc/org/opensourcephysics/tools/Librar

Calls

no outgoing calls

Tested by

no test coverage detected