-
Notifications
You must be signed in to change notification settings - Fork 3
/
testConfigWithWindow.xml
69 lines (69 loc) · 1.49 KB
/
testConfigWithWindow.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Configuration>
<IgnoredComponents>
<FullComponent>
<Window>
<Attributes>
<Property>
<Name>Title</Name>
<Value>Window</Value>
</Property>
<Property>
<Name>Modal</Name>
<Value>false</Value>
</Property>
<Property>
<Name>Rootwindow</Name>
<Value>true</Value>
</Property>
<Property>
<Name>layout</Name>
<Value>FormLayout {}</Value>
</Property>
<Property>
<Name>visible</Name>
<Value>true</Value>
</Property>
</Attributes>
</Window>
<Component>
<Attributes>
<Property>
<Name>Class</Name>
<Value>org.eclipse.swt.widgets.List</Value>
</Property>
<Property>
<Name>Type</Name>
<Value>SYSTEM INTERACTION</Value>
</Property>
<Property>
<Name>X</Name>
<Value>30</Value>
</Property>
<Property>
<Name>Y</Name>
<Value>30</Value>
</Property>
<Property>
<Name>ReplayableAction</Name>
<Value>edu.umd.cs.guitar.event.SitarDefaultAction</Value>
</Property>
<Property>
<Name>Title</Name>
<Value></Value>
</Property>
<Property>
<Name>enabled</Name>
<Value>true</Value>
</Property>
<Property>
<Name>visible</Name>
<Value>true</Value>
</Property>
</Attributes>
</Component>
</FullComponent>
</IgnoredComponents>
<TerminalComponents>
</TerminalComponents>
</Configuration>