Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Problem creating RCP Editor with GEF
Problem creating RCP Editor with GEF [message #245695] Sun, 28 September 2008 16:46 Go to next message
Jan Ehrhardt is currently offline Jan EhrhardtFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

I've tried to create a basic RCP application with an editor, which is
based on GEF. For this, I used the GraphicalEditor class from GEF instead
of EditorPart class from standard RCP. I've used a normal
org.eclipse.ui.editors extension definition. The result was an no class
def found exception for the class
org.eclipse.ui.views.properties.IPropertySheetEntry.

What's wrong with this?
How can integrate GEF correctly into a RCP application, using
org.eclipse.ui.editors extension point?

I also didn't find a complete example doing this.

Thanks
Jan
Re: Problem creating RCP Editor with GEF [message #245701 is a reply to message #245695] Sun, 28 September 2008 20:09 Go to previous messageGo to next message
Richard Adams is currently offline Richard AdamsFriend
Messages: 77
Registered: July 2009
Location: Edinburgh
Member
Just a guess, but if you're trying to run the RCP outside Eclipse have you
included the org.eclipse.ui.views plugin in the list of exported plugins?
Gef has a dependency on this plugin.

Richard


Re: Problem creating RCP Editor with GEF [message #245706 is a reply to message #245695] Tue, 30 September 2008 01:27 Go to previous message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
Hi Jan,

GEF as an RCP application example is available here:
http://www.eclipse.org/gef/reference/digraph1.php#Digraph1Ap plication

Cheers...
Anthony

"Jan Ehrhardt" <jan.ehrhardt@googlemail.com> wrote in message
news:81596e93ef35fecee9018753a3614299$1@www.eclipse.org...
> Hi,
>
> I've tried to create a basic RCP application with an editor, which is
> based on GEF. For this, I used the GraphicalEditor class from GEF instead
> of EditorPart class from standard RCP. I've used a normal
> org.eclipse.ui.editors extension definition. The result was an no class
> def found exception for the class
> org.eclipse.ui.views.properties.IPropertySheetEntry.
>
> What's wrong with this?
> How can integrate GEF correctly into a RCP application, using
> org.eclipse.ui.editors extension point?
>
> I also didn't find a complete example doing this.
>
> Thanks
> Jan
>
Previous Topic:Zest custom figures
Next Topic:Help with edit policies
Goto Forum:
  


Current Time: Thu Sep 19 17:06:56 GMT 2024

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

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

Back to the top