Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2f94e10156287bbd58f591927fade075c09b8e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="ASCII"?>
<environment:Environment
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:environment="http://www.eclipse.org/papyrus/properties/environment/0.9">
  <constraintTypes
      label="GMF Appearance Constraint"
      constraintClass="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.AppearanceConstraint"/>
  <constraintTypes
      label="HasEditPolicy"
      constraintClass="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.HasEditPolicy"/>
  <constraintTypes
      label="isGMFEditPart"
      constraintClass="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.IsEditPartConstraint"/>
  <constraintTypes
      label="GMF Notation Constraint"
      constraintClass="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.GMFNotationConstraint"/>
  <constraintTypes
      label="isDecorableElementConstraint"
      constraintClass="org.eclipse.papyrus.infra.gmfdiag.properties.constraint.IsDecorableElementConstraint"/>
  <modelElementFactories
      name="GMF Appearance Factory"
      factoryClass="org.eclipse.papyrus.infra.gmfdiag.properties.modelelement.AppearanceModelElementFactory"/>
  <modelElementFactories
      name="GMF Custom Style"
      factoryClass="org.eclipse.papyrus.infra.gmfdiag.properties.modelelement.CustomStyleModelElementFactory"/>
  <modelElementFactories
      name="GMF Notation Factory"
      factoryClass="org.eclipse.papyrus.infra.gmfdiag.properties.modelelement.NotationModelElementFactory"/>
  <modelElementFactories
      name="Decorated Element Factory"
      factoryClass="org.eclipse.papyrus.infra.gmfdiag.properties.modelelement.DecoratedModelElementFactory"/>
  <modelElementFactories
      name="Rulers And Grid Element Factory"
      factoryClass="org.eclipse.papyrus.infra.gmfdiag.properties.modelelement.RulersAndGridModelElementFactory"/>
  <widgetTypes
      label="DiagramPreferencesDefaultButton"
      widgetClass="DiagramPreferencesDefaultButton"
      namespace="//@namespaces.0"/>
  <namespaces
      name="ppeg"
      value="org.eclipse.papyrus.infra.gmfdiag.properties.widget"/>
</environment:Environment>

Back to the top