Browse Source

Registered property sections for nested edit parts.

Alexander Nyßen 14 years ago
parent
commit
cd65cb44d6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      plugins/org.yakindu.sct.ui.editor/plugin.xml

+ 5 - 1
plugins/org.yakindu.sct.ui.editor/plugin.xml

@@ -479,14 +479,18 @@
             tab="property.tab.domain"
             class="org.yakindu.sct.ui.editor.propertysheets.StatePropertySection">
            <input type="org.yakindu.sct.ui.editor.editparts.StateEditPart"/>
+           <input type="org.yakindu.sct.ui.editor.editparts.StateNameEditPart"/>
+           <input type="org.yakindu.sct.ui.editor.editparts.StateTextCompartmentEditPart"/>
+           <input type="org.yakindu.sct.ui.editor.editparts.StateTextCompartmentExpressionEditPart"/>
          </propertySection>
         <!-- Statechart model section -->         
          <propertySection
             id="property.section.domain.statechart" 
             tab="property.tab.domain"
             class="org.yakindu.sct.ui.editor.propertysheets.StatechartPropertySection">
+            <input type="org.yakindu.sct.ui.editor.editparts.StatechartNameEditPart"/>
             <input type="org.yakindu.sct.ui.editor.editparts.StatechartTextEditPart"/>
-              <input type="org.yakindu.sct.ui.editor.editparts.StatechartNameEditPart"/>
+            <input type="org.yakindu.sct.ui.editor.editparts.StatechartTextExpressionEditPart"/>
          </propertySection>
         <!-- Transition model section -->         
          <propertySection