[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: Newbie Question: Gef + DND
|
- From: giant1972@xxxxxxxxxxx (Gino)
- Date: Mon, 26 Jan 2004 15:47:22 +0000 (UTC)
- Newsgroups: eclipse.tools.gef
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
> > public class MappingTemplateTransferDropTargetListener extends
> > TemplateTransferDropTargetListener {
> >
> > public MappingTemplateTransferDropTargetListener(EditPartViewer
> viewer)
> > {
> >
> > super(viewer);
> >
> > }
> >
> > protected CreationFactory getFactory(Object template) {
> >
> > return new MappingElementCreationFactory(template);
> >
> > }
> >
> > }
A little re-question.
I see in the tutorials and articles it is recommanded use Abstract... .
Why now you don't use the Template... one?
Sorry, Gino.