Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » how I can customize my Outline View?
how I can customize my Outline View? [message #245994] Thu, 30 October 2008 09:02 Go to next message
Matteo is currently offline MatteoFriend
Messages: 23
Registered: July 2009
Junior Member
Hi to All! I'm new and sorry for my english. I have run the GMF Tools with
mindmap.ecore. Now I would to now, how can customized my outline view, for
example with right clicking and with options fo creat, delete, clone. It
is possible? or I can do it with GEF? THANKS Matteo
Re: how I can customize my Outline View? [message #246007 is a reply to message #245994] Thu, 30 October 2008 15:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shady_86.sify.com

i dont know exactly how your code is and exactly what all functionality you want in your outline view.
when you are using the outline view (for i think the tree edit parts), you are attaching a viewer also, so if you want to have a context menu for those actions that you have mentioned then you can set a context menu to that viewer. you wont have to do any thing special with the outline view.
Re: how I can customize my Outline View? [message #246010 is a reply to message #246007] Thu, 30 October 2008 16:11 Go to previous messageGo to next message
Matteo is currently offline MatteoFriend
Messages: 23
Registered: July 2009
Junior Member
Thanks, however in my outline view I would a right click on class or
referenche with some functions (rename, delete, create, clone). I don't
know how do this, is there a tutorial, book or article?
Re: how I can customize my Outline View? [message #246013 is a reply to message #246010] Thu, 30 October 2008 18:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shady_86.sify.com

i think you just want to manipulate the tree entry in your outline view right? then you dont need to use GEF for this,
if you need the actions to occur on right click then you need to know the following things, roughly...
1. how to create and work with context menu
2. how to create custom actions
3. how to work with dialogs
4. and understanding the model of the tree structure used by you in the outline view.

these all are not very trivial tasks and can be done easily if tried..,
Re: how I can customize my Outline View? [message #246022 is a reply to message #246013] Fri, 31 October 2008 11:12 Go to previous messageGo to next message
Matteo is currently offline MatteoFriend
Messages: 23
Registered: July 2009
Junior Member
Thanks a lot... are there some tutorials, books or guides in which I see
this? THANKS Matteo
Re: how I can customize my Outline View? [message #246034 is a reply to message #246022] Sat, 01 November 2008 03:28 Go to previous message
Eclipse UserFriend
Originally posted by: shady_86.sify.com

well personally i know how to do these things... but i dont know anything about tutorials... but still try out this link

http://www.vogella.de/articles/RichClientPlatform/article.ht ml

may be it will solve some problem.
Previous Topic:Input to GEF Editor - PLEASE HELP
Next Topic:Ok now it works.
Goto Forum:
  


Current Time: Fri Apr 26 19:13:43 GMT 2024

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

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

Back to the top