Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF infrastructure in Views instead of Editors
GEF infrastructure in Views instead of Editors [message #193089] Wed, 24 August 2005 14:06 Go to next message
Eclipse UserFriend
Originally posted by: cleversons.gmail.com

Hi,

Is it possible to use Views instead of Editors when using GEF?
I'm currently extending GraphicalEditorWithFlyoutPalette on my application
and I would like to know if I could use some specific ViewPart
implementation instead.

Any help is much appreciated.
Re: GEF infrastructure in Views instead of Editors [message #193096 is a reply to message #193089] Wed, 24 August 2005 14:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gslade.no.spam.us.ibm.com

I've embedded a GEF 'editor' into a view. It was used purely as a viewer
though so you could not manipulate it in anyway..... it showed a tree
representation of a language constract.... as the line of code in the
text editor changed so did the GEF based tree view of it.

Guy



Cleverson Schmidt wrote:
> Hi,
>
> Is it possible to use Views instead of Editors when using GEF?
> I'm currently extending GraphicalEditorWithFlyoutPalette on my
> application and I would like to know if I could use some specific
> ViewPart implementation instead.
>
> Any help is much appreciated.
>
Re: GEF infrastructure in Views instead of Editors [message #193103 is a reply to message #193089] Wed, 24 August 2005 15:00 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You can use GEF anywhere. I wouldn't recommend trying to force the editor
inside a view since that requires a lot of hacking. You can just write your
own View implementation and create a graphical viewer inside it.

"Cleverson Schmidt" <cleversons@gmail.com> wrote in message
news:31a26c1befb720b1e0ed5439a56cbf17$1@www.eclipse.org...
> Hi,
>
> Is it possible to use Views instead of Editors when using GEF?
> I'm currently extending GraphicalEditorWithFlyoutPalette on my application
> and I would like to know if I could use some specific ViewPart
> implementation instead.
>
> Any help is much appreciated.
>
Previous Topic:Handle delete key in RCP application using GEF
Next Topic:Source refreshing
Goto Forum:
  


Current Time: Thu Apr 25 08:45:03 GMT 2024

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

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

Back to the top