Stores a reference to a view. @param key the key that identifies the object @param view the graphical object
(String key, Container view)
| 54 | * @param view the graphical object |
| 55 | */ |
| 56 | public void addView (String key, Container view){ |
| 57 | myViews.put(key, view); |
| 58 | } |
| 59 | |
| 60 | |
| 61 | /** |
no test coverage detected