[UI] ToolBuilder

Jason Johnson jason.johnson.081 at gmail.com
Mon Sep 10 05:44:41 UTC 2007


Hrm, so it does sound like Morphic tries to connect the morph directly
to the model.  If we switch to MVP then we don't need the plugables
because the the morph's "model" will be the presenter, for which many
can connect to the same model.

On 9/10/07, tim Rowledge <tim at rowledge.org> wrote:
>
> One of the original reasons for plugability of views was so that
> several views of the same kind could be connected to the same model;
> without having pluggable selectors (or the alternative pluggable
> adaptors as proposed by the Tek gang in about 1985) you would have to
> have a separate subclass of list view for each pane in a browser.
>
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> A clear conscience is usually the sign of a bad memory.


More information about the UI mailing list