Loads an object with data from an XMLControl. The object must be castable to the class control.getObjectClass(). @param control the xml control @param obj the object @return the loaded object
(XMLControl control, Object obj)
| 554 | * @return the loaded object |
| 555 | */ |
| 556 | public Object loadObject(XMLControl control, Object obj); |
| 557 | |
| 558 | } |
| 559 |
no outgoing calls
no test coverage detected