Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Editor with additional pages
Editor with additional pages [message #217337] Fri, 02 June 2006 18:20 Go to next message
Eclipse UserFriend
Originally posted by: alexander2108.gmx.de

Hello!

I have a problem with my editor and i could not find a solution ...

In my editor i have elements which contain other elements. These elements
should be displayed on additional editor pages which can be opended by the
user by an action. Unfortunately I do not know how to open such an
additional editor page.
My editor subclasses the GraphicalEditorWithPalette class and on these
additional pages the palette should can be used too.

Has anyone an idea how to implement this?
Re: Editor with additional pages [message #217551 is a reply to message #217337] Wed, 07 June 2006 22:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ecng.oows.de

Hello Alexander,

did you ever thought about to implement your gef application within a multipage editor ?
Then each page within this multipageeditor could be used for drawing a subset of your diagram on a
other page.

Bye
Christian

Alexander schrieb:
> Hello!
>
> I have a problem with my editor and i could not find a solution ...
>
> In my editor i have elements which contain other elements. These
> elements should be displayed on additional editor pages which can be
> opended by the user by an action. Unfortunately I do not know how to
> open such an additional editor page. My editor subclasses the
> GraphicalEditorWithPalette class and on these additional pages the
> palette should can be used too.
>
> Has anyone an idea how to implement this?
>
>
Re: Editor with additional pages [message #217839 is a reply to message #217551] Wed, 14 June 2006 15:15 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.chris-lott.org

The Workflow example from IBM shows a multi-page editor. This editor
happens to put GEF on both pages. If you want GEF on only one page that's
possible too; things get a bit hairy with Palettes and EditDomains though.
It's not clear to me that the GEF design was done with multi-page editors
in mind.

This example is documented in the IBM RedBook, number 246302, editing with
GEF and EMF. The example runs well in Eclipse 2 with EMF 1. I did not
make a serious attempt at upgrading it for Eclipse 3 and EMF 2, but some
others have reported success there.

Hope this helps.

chris...
Previous Topic:Remove Figure handles
Next Topic:Tutorial: How to add PopUp Menu..?
Goto Forum:
  


Current Time: Tue Apr 23 13:50:07 GMT 2024

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

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

Back to the top