[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: GEF design
|
Actually I already read the redbook and the tutorial.This is great material,
but I'm also looking for information about how the GEF is designed
internally, not only how it should be used. I know that all classes are
javadoc documented, but I wonder if there is any design document describing
the architecture of GEF, the event flows of requests, notifications, etc..
I found during debugging that it can be quite complex (like for example the
GEF implementation of the undoable property page that listens to the
CommandStack).
Thanks,
David
"Randy Hudson" <none@xxxxxxxxxx> wrote in message
news:buslbj$iv1$1@xxxxxxxxxxxxxx
> What type of "events" are you looking for? Mouse events go to the active
> tool, which interprets them and creates "requests" which are sent to your
> editparts. Commands come back and they are executed.
>
> This type of stuff is spread out in the JavaDoc. Also, there is a redbook
> and tutorial for GEF. See our homepage.
>
> "David Michonneau" <david_michonneau@xxxxxxxxxxx> wrote in message
> news:busbe6$aaq$1@xxxxxxxxxxxxxx
> > Is there a document about the GEF internal design, or some UML sequence
> > diagrams of the events that go through GEF?
> >
> > Thanks,
> >
> > David
> >
> >
>
>