Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Opening a view when an EMF Generated editor opens
Opening a view when an EMF Generated editor opens [message #550335] Thu, 29 July 2010 23:21
Jon Svede is currently offline Jon SvedeFriend
Messages: 83
Registered: July 2009
Member
I posted the following in the EMF forum and was advised to post it here (and in the RCP forum but I'll wait to post there).

I have an RCP app using Galileo that leverages an EMF model . When the user selects File >> Open and selects a serialized model, the standard generated editor opens, as expected. However, I want to have a view that will display a subset of the data in the model.

Currently my view is opened by default in the perspective. The view has a TableViewer to display the data. Ideally I want this TableViewer to reflect the number of columns to display based on the model (it can vary). Currently, I can't seem to figure out how to make it change the number of columns or label text (the column labels are years, and the user will have some ability to change the years in the model). It seems that after the TableViewer is constructed I am stuck with the columns. I have read that one way people deal with this is by hiding columns - and I haven't really seen any other strategies for this.

So that is my first question: is that right? or is there a way to tell the Viewer to change the number and labels for the columns?

My second question is: instead of dealing with things the way I am as explained above, would it be better to launch this Viewer when the file is opened rather than have it already open ahead of the editor? If the answer there is yes, how do I do that? Right now my editor is being launched by it's registered extension (rather than through a Command/DefaultHandler of my own creation). Is the proper way to write my own command/handler, or is the something I can listen in on and react to?

Thanks for any guidance!

Jon
Previous Topic:Product's 'windowImages' property - transparency not working
Next Topic:Hiding project name in CommonNavigator
Goto Forum:
  


Current Time: Sat Apr 20 02:09:13 GMT 2024

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

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

Back to the top