> >> Note that in general we cannot do general Eclipse programming support >> here on this list. It would be ideal if you could use the generic >> Eclipse mailing lists and only get back to us if you are sure that >> the >> issues are related to TopBraid, Jena etc. >> > I understand/agree and I look at Eclipse forums and tutorials too, but > all I want to know is how do I treat and integrate the functionalities > developed by myself with TBC. > > I'm trying to extend the org.topbraidcomposer.gef.page.AbstractGEFPage > class now. It prescribes "protected void createViewer(IManagedForm > managedForm)" procedure. My idea is to integrate all functionalities > that I need (GraphicalViewer, perhaps > org.topbraidcomposer.gef.viewer.AbstractGEFViewer, context menus or > some widgets) in this managedForm? Is it enougth to use this procedure > or maybe should I override "createFormContent(IManagedForm)"? I don't > know how does the "AbstractGEFPage" works
AbstractGEFViewer is not really part of our official API, so whatever code is there may change without warning. I will be better if you use your own GEF classes and set up menus and toolbars independently of that particular API. Holger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
