Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Property Section
Property Section [message #1807389] Wed, 29 May 2019 07:12
Sonja Riethig is currently offline Sonja RiethigFriend
Messages: 4
Registered: May 2019
Junior Member
I have taken on a legacy project and I have a question.

In the plugin.xml of the generated diagram module, where are following lines defined so that they are generated into the plugin.xml:

<propertySection
            id="property.section.domain" 
            tab="property.tab.domain"
            class="de.bmw.smard.modeller.statemachine.diagram.sheet.StatemachinePropertySection">
            <input type="org.eclipse.gmf.runtime.notation.View"/>
            <input type="org.eclipse.gef.EditPart"/>        
</propertySection>


In the legacy code there were several other input types generated, but I can't get this to re-generate. (But I also upgraded to GMF Tooling, while the legacy code was generated with an older version of GMF, don't know if this might be the reason?!)

Where do I have to define that other classes should also be input types for the property section?
Previous Topic:GraphicalViewer
Next Topic:Disable or Hide the Menubar items
Goto Forum:
  


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

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

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

Back to the top