You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all GUI components implement their data models inside themselves.
Exceptions to this are Edit and TextArea, which implement their models as
separate Document objects, which are there to provide pluggable support for
different types of documents (for example, documents that justify themselves).
This kind of separation should be provided for all GUI components.
This would also make it possible to test these components. See:
http://stackoverflow.com/questions/215458/how-can-i-unit-test-a-gui
Original issue reported on code.google.com by [email protected] on 28 Oct 2011 at 10:37
Original issue reported on code.google.com by
[email protected]
on 28 Oct 2011 at 10:37The text was updated successfully, but these errors were encountered: