I just finished documenting my free Presenter Generator and have uploaded it
to my site :
http://www.mitchellscientific.com/smalltalk/ . This is alpha
code recommended for experienced users (for now). I have been using it for
a few months, and it seems to behave well, but as usual: Use at your own
risk. I finally forced my self to bite the bullet and document it. ;)
After you create a view with named sub views (textboxes, etc...) the
presenter generator will create some boilerplate presenter code for you.
Presenter instance variables will be created and a createComponents method
will be produced. My code will handle sub classed presenters (it knows not
to recreate super class presenters).
This is very different from the code that Bill recently posted as his seems
to be programmatically (you write code to use it) driven, mine is view
driven (my package generates presenter code based on your view). Each
approach has different uses.
Please give me feedback, and feel free to ask if you have any questions.
After all that documentation I am tired of writing for now. ;) See the site
for more information.
Chris