Stefan Roock - 2004-09-23

Logged In: YES
user_id=476208

Possible solutions:
* provide special functions in the test language or "phantom
properties"
* extend test language for method call chains like
myList.model.size
* provide special handling for model and allow access to all
model methods directly at the widget, like myList.size - but
this may cause method name clashes (with size at Jlist this
actually is the case)