Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » what is org.eclipse.ui.part?
what is org.eclipse.ui.part? [message #207236] Thu, 12 January 2006 09:26 Go to next message
Eclipse UserFriend
Originally posted by: philip.zuniga.gmail.com

hello again,

When I try running some codes in GEF I get an error saying that the
GraphicalEditor class is not resolved, the usual thing that I do to solve
this problem is to add the plugin that contains the said class in the
external jars of the project. So I tried locating for the jar file that
contains the GraphicalEditor class, ( which by the way is the
org.eclipse.ui.part file), and I could not find them in the list of
plugins of eclipse 3.1...what shall I do?
Re: what is org.eclipse.ui.part? [message #207303 is a reply to message #207236] Thu, 12 January 2006 21:33 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
You left out the 'gef' in the package name:

org.eclipse.gef.ui.parts.GraphicalEditor

"philip" <philip.zuniga@gmail.com> wrote in message
news:63229d38b3916f34d2e0368aa9b403eb$1@www.eclipse.org...
> hello again,
>
> When I try running some codes in GEF I get an error saying that the
> GraphicalEditor class is not resolved, the usual thing that I do to solve
> this problem is to add the plugin that contains the said class in the
> external jars of the project. So I tried locating for the jar file that
> contains the GraphicalEditor class, ( which by the way is the
> org.eclipse.ui.part file), and I could not find them in the list of
> plugins of eclipse 3.1...what shall I do?
>
Re: what is org.eclipse.ui.part? [message #207312 is a reply to message #207303] Fri, 13 January 2006 00:26 Go to previous message
Eclipse UserFriend
Originally posted by: philip.zuniga.gmail.com

Actually the error that I am recieving is:

The type org.eclipse.ui.part.EditorPart cannot be resolved. It is
indirectly referenced from required .class files,

and this points to the use of the GraphicalEditor class...

Btw the way I am using a sample code that was made for an earlier version
of GEF... would you know how I can solve the error

thanks!!!
Previous Topic:Shold I start from EMF or GMF?
Next Topic:Redirect Plugin System.out to console view
Goto Forum:
  


Current Time: Mon Jan 13 15:07:39 GMT 2025

Powered by FUDForum. Page generated in 0.03858 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top