Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 25360305b7c8f5406c99cede9c984ae8c391801f (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<description:Group
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:description="http://www.eclipse.org/sirius/description/1.1.0"
    xmlns:properties="http://www.eclipse.org/sirius/properties/1.0.0"
    name="PropertiesTests"
    version="11.0.0.201601261200">
  <ownedViewpoints
      name="PropertiesTestsLabel"/>
  <extensions
      xsi:type="properties:ViewExtensionDescription">
    <pages identifier=""
        labelExpression="Label"
        groups="//@extensions.0/@groups.0"/>
    <groups
        identifier="Label"
        labelExpression="Label"
        domainClass="">
      <controls
          xsi:type="properties:LabelDescription"
          labelExpression="Label"
          helpExpression=""
          bodyExpression="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas ac dui eu venenatis. Etiam porta, ligula ut sollicitudin porta, elit tortor laoreet velit, sit amet iaculis risus velit a purus."/>
      <controls
          xsi:type="properties:LabelDescription"
          labelExpression="Style Label"
          helpExpression=""
          bodyExpression="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas ac dui eu venenatis. Etiam porta, ligula ut sollicitudin porta, elit tortor laoreet velit, sit amet iaculis risus velit a purus.">
        <style
            labelFontNameExpression="Times new roman"
            labelFontSize="12"
            fontNameExpression="Times new roman"
            fontSize="12">
          <labelBackgroundColor
              xsi:type="description:SystemColor"
              href="environment:/viewpoint#//@systemColors/@entries[name='dark_gray']"/>
          <labelForegroundColor
              xsi:type="description:SystemColor"
              href="environment:/viewpoint#//@systemColors/@entries[name='blue']"/>
          <labelFontFormat>italic</labelFontFormat>
          <labelFontFormat>bold</labelFontFormat>
          <labelFontFormat>underline</labelFontFormat>
          <labelFontFormat>strike_through</labelFontFormat>
          <backgroundColor
              xsi:type="description:SystemColor"
              href="environment:/viewpoint#//@systemColors/@entries[name='blue']"/>
          <foregroundColor
              xsi:type="description:SystemColor"
              href="environment:/viewpoint#//@systemColors/@entries[name='dark_gray']"/>
          <fontFormat>italic</fontFormat>
          <fontFormat>bold</fontFormat>
          <fontFormat>underline</fontFormat>
          <fontFormat>strike_through</fontFormat>
        </style>
      </controls>
      <controls
          xsi:type="properties:LabelDescription"
          labelExpression="Conditional Style Label"
          helpExpression=""
          bodyExpression="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas ac dui eu venenatis. Etiam porta, ligula ut sollicitudin porta, elit tortor laoreet velit, sit amet iaculis risus velit a purus.">
        <conditionalStyles
            preconditionExpression="aql:true">
          <style
              labelFontNameExpression="Times new roman"
              labelFontSize="12"
              fontNameExpression="Times new roman"
              fontSize="12">
            <labelBackgroundColor
                xsi:type="description:SystemColor"
                href="environment:/viewpoint#//@systemColors/@entries[name='dark_gray']"/>
            <labelForegroundColor
                xsi:type="description:SystemColor"
                href="environment:/viewpoint#//@systemColors/@entries[name='dark_green']"/>
            <labelFontFormat>italic</labelFontFormat>
            <labelFontFormat>bold</labelFontFormat>
            <labelFontFormat>underline</labelFontFormat>
            <labelFontFormat>strike_through</labelFontFormat>
            <backgroundColor
                xsi:type="description:SystemColor"
                href="environment:/viewpoint#//@systemColors/@entries[name='dark_green']"/>
            <foregroundColor
                xsi:type="description:SystemColor"
                href="environment:/viewpoint#//@systemColors/@entries[name='dark_gray']"/>
            <fontFormat>italic</fontFormat>
            <fontFormat>bold</fontFormat>
            <fontFormat>underline</fontFormat>
            <fontFormat>strike_through</fontFormat>
          </style>
        </conditionalStyles>
      </controls>
    </groups>
  </extensions>
</description:Group>

Back to the top