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

Method addView

src/debugging/applets/ObjectManager.java:56–58  ·  view source on GitHub ↗

Stores a reference to a view. @param key the key that identifies the object @param view the graphical object

(String key, Container view)

Source from the content-addressed store, hash-verified

54 * @param view the graphical object
55 */
56 public void addView (String key, Container view){
57 myViews.put(key, view);
58 }
59
60
61 /**

Callers 3

setControlMethod · 0.80
IsingTempControlMethod · 0.80
IsingControlMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected