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

Method getView

src/debugging/applets/ObjectManager.java:100–102  ·  view source on GitHub ↗

Gets a view. @param key the key that identifies the view @return the view

(String key)

Source from the content-addressed store, hash-verified

98 * @return the view
99 */
100 public Container getView (String key){
101 return (Container) myViews.get(key);
102 }
103
104 /**
105 * Gets the views.

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected