Implementing Visualizable
interface
This is a draft document
- show how to implement toComponent
- explain the OO aspects, similarity to toString
- Allen's article
- explain bean aspects, the "here's the layout strategy, here are the objects.
Do it" idiom (ohh, what a name)
mention support class, basic label implementation
listener - generator event idiom to tie the component to objects state, and
changes in state propagating to the component, semi-automatically (do I dare say
fully automatic?)