Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] looking for EditorPart class


You need to import GEF using the PDE.  EditPart is there, but it's a different plug-in.  Actually, you don't even need to import the GEF plug-in into your workspace.  You can just require it and PDE will find it in the target runtime.



Sandrine Balley <Sandrine.Balley@xxxxxx>
Sent by: gef-dev-admin@xxxxxxxxxxx

01/14/2005 05:15 AM

Please respond to
gef-dev

To
gef-dev@xxxxxxxxxxx
cc
Subject
[gef-dev] looking for EditorPart class





Hello,

I am a beginner with GEF and I would like to reuse the default
GraphicalEditor class. This class subclasses org.eclipse.ui.EditorPart,
which seems to be missing in my workspace.
I am using eclipse3.0.1 with the plugins org.eclipse.gef_3.0.1,
org.eclipse.ui_3.0.1 and org.eclipse.ui.ide_3.0.1... but I can't find
EditorPart in the corresponding jars.

Did someone experience the same problem and find EditorPart ?

Thanks a lot
Sandrine

                                                                                                                                       


_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top