Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-dev] Contributing Views to CME


Hi Phil,

What kind of thing were you thinking of doing with these views?  The different CME views perform very different functions and I'm not sure that abstracting the concept would necessarily gain anything, although if you are thinking of something like updating all views of a certain type after the concern model is built perhaps an observer-style mechanism would work. In this case the interested views could register with ConmanBuilder or an appropriate place and then be notified of every build. Is this the kind of use you had in mind?

Sian




Philip Quitslund <pq@xxxxxxxxxx>
Sent by: cme-dev-bounces@xxxxxxxxxxx

26/04/2005 21:51

Please respond to
"CME developers' discussion"

To
cme-dev@xxxxxxxxxxx
cc
Subject
[cme-dev] Contributing Views to CME





Hi All,

I'm interested in adding a view to CME.  (This view is much like the
ConcernExplorer view but with some extended features.)  Before I do too much
hacking I thought I'd best put the question to you: is there no clean way to do
this, or am I missing something?

I ask because things look pretty hard-wired at first blush: the CMEPlugin
contains references to the ConcernExplorer, SearchView and ResultsView (without
any clear mechanism for adding others) while ConmanBuilder explicitly sets the
ConcernExplorer's input after building the concern model, etc.

There are a number of ways to address this (if it's seen as a short-coming)...
Before I speculate though, I wonder if this is a desired feature.  Should
clients be able to do this kind of thing?  (I think so! ;))

Has anyone thought about this?  If not and assuming there is interest, I'd be
happy to draft a proposal for how this support might be added to start the
conversation.

Thanks!


-phil
_______________________________________________
cme-dev mailing list
cme-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cme-dev


Back to the top