Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 271007
Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java (-22 / +20 lines)
Lines 16-22 Link Here
16
 * 
16
 * 
17
 * 
17
 * 
18
 * @author  Paul E. Slauenwhite
18
 * @author  Paul E. Slauenwhite
19
 * @version April 2, 2009
19
 * @version April 8, 2009
20
 * @since   February 1, 2005
20
 * @since   February 1, 2005
21
 */
21
 */
22
public class ContextIds {
22
public class ContextIds {
Lines 145-153 Link Here
145
	public static final String EXEC_EDIT_EVENTS = ".exed0002"; //$NON-NLS-1$
145
	public static final String EXEC_EDIT_EVENTS = ".exed0002"; //$NON-NLS-1$
146
146
147
	//Dtapools:
147
	//Dtapools:
148
	
149
	//Datapool Editor:
150
	public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$	
151
148
152
	//New Datapool wizard:
149
	//New Datapool wizard:
153
	public static final String NEW_DATAPOOL_WIZARD = ".dplw0001"; //$NON-NLS-1$	
150
	public static final String NEW_DATAPOOL_WIZARD = ".dplw0001"; //$NON-NLS-1$	
Lines 158-201 Link Here
158
	//Export Datapool as CSV File wizard:
155
	//Export Datapool as CSV File wizard:
159
	public static final String EXPORT_DATAPOOL_AS_CSV_FILE_WIZARD = ".dplw0003"; //$NON-NLS-1$	
156
	public static final String EXPORT_DATAPOOL_AS_CSV_FILE_WIZARD = ".dplw0003"; //$NON-NLS-1$	
160
157
158
	//Datapool Editor (base dialog):
159
	public static final String DATA_BASE_DIALOG = ".dpld0001"; //$NON-NLS-1$	
160
161
	//Datapool Editor (form):
161
	public static final String DATA_FORM = ".datf0001"; //$NON-NLS-1$
162
	public static final String DATA_FORM = ".datf0001"; //$NON-NLS-1$
163
164
	//Datapool Editor (text form):
162
	public static final String DATA_TEXT_FORM = ".datf0002"; //$NON-NLS-1$
165
	public static final String DATA_TEXT_FORM = ".datf0002"; //$NON-NLS-1$
166
	
167
	//Datapool Editor (name form):
163
	public static final String DATA_NAME_FORM = ".datf0003"; //$NON-NLS-1$
168
	public static final String DATA_NAME_FORM = ".datf0003"; //$NON-NLS-1$
169
	
170
	//Datapool Editor (table form):
164
	public static final String DATA_TABLE_FORM = ".datbf0001"; //$NON-NLS-1$
171
	public static final String DATA_TABLE_FORM = ".datbf0001"; //$NON-NLS-1$
165
172
166
	//Insert column action:
173
	//Datapool Editor (insert column action):
167
	public static final String INS_COL_ACT = ".ica0001"; //$NON-NLS-1$
174
	public static final String INS_COL_ACT = ".ica0001"; //$NON-NLS-1$
168
175
169
	//Edit column action:
176
	//Datapool Editor (edit column action):
170
	public static final String EDIT_COL_ACT = ".eca0001"; //$NON-NLS-1$
177
	public static final String EDIT_COL_ACT = ".eca0001"; //$NON-NLS-1$
171
178
172
	//Delete column action:
179
	//Datapool Editor (delete column action):
173
	public static final String DEL_COL_ACT = ".dca0001"; //$NON-NLS-1$
180
	public static final String DEL_COL_ACT = ".dca0001"; //$NON-NLS-1$
174
	
181
	
175
	//Insert row action:
182
	//Datapool Editor (insert row action):
176
	public static final String INS_ROW_ACT = ".ira0001"; //$NON-NLS-1$
183
	public static final String INS_ROW_ACT = ".ira0001"; //$NON-NLS-1$
177
184
178
	//Edit row action:
185
	//Datapool Editor (edit row action):
179
	public static final String EDIT_ROW_ACT = ".era0001"; //$NON-NLS-1$	
186
	public static final String EDIT_ROW_ACT = ".era0001"; //$NON-NLS-1$	
180
	
187
	
181
	//Delete row action:
188
	//Datapool Editor (delete row action):
182
	public static final String DEL_ROW_ACT = ".dra0001"; //$NON-NLS-1$
189
	public static final String DEL_ROW_ACT = ".dra0001"; //$NON-NLS-1$
183
184
	//Insert row group action:
185
	public static final String INS_ROW_GRP_ACT = ".irga0001"; //$NON-NLS-1$
186
187
	//Edit row group action:
188
	public static final String EDIT_ROW_GRP_ACT = ".erga0001"; //$NON-NLS-1$
189
	
190
	
190
	//Delete row group action:
191
	//Datapool Editor (copy action):
191
	public static final String DEL_ROW_GRP_ACT = ".drga0001"; //$NON-NLS-1$
192
193
	//Copy action:
194
	public static final String COPY_ACT = ".cpya0001"; //$NON-NLS-1$
192
	public static final String COPY_ACT = ".cpya0001"; //$NON-NLS-1$
195
193
196
	//Cut action:
194
	//Datapool Editor (cut action):
197
	public static final String CUT_ACT = ".cuta0001"; //$NON-NLS-1$
195
	public static final String CUT_ACT = ".cuta0001"; //$NON-NLS-1$
198
196
199
	//Paste action:
197
	//Datapool Editor (paste action):
200
	public static final String PASTE_ACT = ".psta0001"; //$NON-NLS-1$
198
	public static final String PASTE_ACT = ".psta0001"; //$NON-NLS-1$
201
}
199
}
(-)infopop/testDatapool.xml (-6 / +84 lines)
Lines 11-22 Link Here
11
<?NLS TYPE="org.eclipse.help.contexts"?>
11
<?NLS TYPE="org.eclipse.help.contexts"?>
12
<contexts>
12
<contexts>
13
13
14
<!-- Datapool Editor: -->
15
<context id="dpld0001">
16
<description>Edit the structure of datapools.</description>
17
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
18
</context>
19
20
<!-- New Datapool wizard: -->
14
<!-- New Datapool wizard: -->
21
<context id="dplw0001">
15
<context id="dplw0001">
22
<description>Create a new datapool.</description>
16
<description>Create a new datapool.</description>
Lines 35-38 Link Here
35
<topic href="../org.eclipse.hyades.test.doc.user/tasks/cdatapoolexport.htm" label="Exporting a datapool as a Comma-Separated Value (CSV) file"/>
29
<topic href="../org.eclipse.hyades.test.doc.user/tasks/cdatapoolexport.htm" label="Exporting a datapool as a Comma-Separated Value (CSV) file"/>
36
</context>
30
</context>
37
31
32
<!-- Datapool Editor (base dialog): -->
33
<context id="dpld0001">
34
<description>Edit the structure of a datapool.</description>
35
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
36
</context>
37
38
<!-- Datapool Editor (form): -->
39
<context id="datf0001">
40
<description>Edit the structure of a datapool.</description>
41
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
42
</context>
43
44
<!-- Datapool Editor (text form): -->
45
<context id="datf0002">
46
<description>Edit the structure of a datapool.</description>
47
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
48
</context>
49
50
<!-- Datapool Editor (name form): -->
51
<context id="datf0003">
52
<description>Edit the structure of a datapool.</description>
53
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
54
</context>
55
56
<!-- Datapool Editor (table form): -->
57
<context id="datbf0001">
58
<description>Edit the structure of a datapool.</description>
59
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
60
</context>
61
62
<!-- Datapool Editor (insert variable (column) action): -->
63
<context id="ica0001">
64
<description>Insert a new variable (column) in a datapool.</description>
65
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
66
</context>
67
68
<!-- Datapool Editor (edit variable (column) action): -->
69
<context id="eca0001">
70
<description>Edit a variable (column) in a datapool.</description>
71
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
72
</context>
73
74
<!-- Datapool Editor (delete variable (column) action): -->
75
<context id="dca0001">
76
<description>Delete a variable (column) in a datapool.</description>
77
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
78
</context>
79
	
80
<!-- Datapool Editor (insert record (row) action): -->
81
<context id="ira0001">
82
<description>Insert a new record (row) in a datapool.</description>
83
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
84
</context>
85
86
<!-- Datapool Editor (edit record (row) action): -->
87
<context id="era0001">
88
<description>Edit a record (row) in a datapool.</description>
89
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
90
</context>
91
	
92
<!-- Datapool Editor (delete record (row) action): -->
93
<context id="dra0001">
94
<description>Delete a record (row) in a datapool.</description>
95
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
96
</context>
97
	
98
<!-- Datapool Editor (copy action): -->
99
<context id="cpya0001">
100
<description>Copy a record (row) or cell in a datapool.</description>
101
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
102
</context>
103
104
<!-- Datapool Editor (cut action): -->
105
<context id="cuta0001">
106
<description>Cut a record (row) or cell in a datapool.</description>
107
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
108
</context>
109
110
<!-- Datapool Editor (paste action): -->
111
<context id="psta0001">
112
<description>Paste a record (row) or cell in a datapool.</description>
113
<topic href="../org.eclipse.hyades.test.doc.user/concepts/cdatapooleditor.htm" label="Datapool Editor"/>
114
</context>
115
38
</contexts>
116
</contexts>

Return to bug 271007