Fernando,
> I thought every view was a different subclass of some View class, not
> instances.
Views are instances, but then so are classes =:0 You might search for
"The Strap" as a little Dolphin history. I should mention that I recall
reading about it; I do not recall where I read it.
Anecdotes aside, the view in an MVP triad is indeed an instance of a
class that is probably derived from View. A given presenter might be
able to work with any number of views, which do not necessarily need to
be of one class.
Hwee Boon's reference to prototype instances is quite correct, and
refers to the GoF prototype pattern. The idea is that the VC edits one
instance that is "once" tweaked and saved (serialized using the binary
filer), and "many times" later copied (deserialized) for use.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]