001: package org.objectweb.salome_tmf.plugins;
002:
003: import java.util.Vector;
004:
005: import javax.swing.JTabbedPane;
006:
007: public class UICompCst {
008: /**
009: * Corresponds to second buttons panel (variable "testPanel") for test lists
010: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
011: */
012: static final public Integer TEST_SECOND_BUTTONS_PANEL = new Integer(
013: 1);
014:
015: /**
016: * Corresponds to tools menu for tests (variable "testToolsMenu")
017: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
018: */
019: static final public Integer TEST_TOOLS_MENU = new Integer(2);
020:
021: /**
022: * Corresponds to tools menu for campaigns (variable "campToolsMenu")
023: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
024: */
025: static final public Integer CAMP_TOOLS_MENU = new Integer(3);
026:
027: /**
028: * Corresponds to tools menu for data management (variable "dataToolsMenu")
029: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
030: */
031: static final public Integer DATA_TOOLS_MENU = new Integer(4);
032:
033: /**
034: * Corresponds to test lists tree (variable "testDynamicTree")
035: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
036: */
037: static final public Integer TEST_DYNAMIC_TREE = new Integer(5);
038:
039: /**
040: * Corresponds to attachments panel (dynamique) (variable "attachmentsPanel")
041: * for actions, executions, execution results and test execution results
042: * @see org.objectweb.salome_tmf.ihm.attachmentsView
043: */
044: static final public Integer ATTACHMENTS_PANEL = new Integer(6);
045:
046: /**
047: * Corresponds to attachments buttons panel (dynamique) (variable "allButtons")
048: * for actions, executions, execution results and test execution results
049: * @see org.objectweb.salome_tmf.ihm.AttachmentView
050: */
051: static final public Integer ATTACHMENTS_BUTTONS_PANEL = new Integer(
052: 7);
053:
054: /**
055: * Corresponds to attachments tabel (dynamique) (variable "attachmentTable")
056: * for actions, executions, execution results and test execution results
057: * @see org.objectweb.salome_tmf.ihm.AttachmentView
058: */
059: static final public Integer ATTACHMENTS_TABLE = new Integer(8);
060:
061: /**
062: * Corresponds to script buttons panel (variable "allButtons") for
063: * automated tests
064: * @see org.objectweb.salome_tmf.ihm.AutomaticTestScriptView
065: */
066: static final public Integer AUTOMATED_TEST_SCRIPT_BUTTONS_PANEL = new Integer(
067: 9);
068:
069: /**
070: * Corresponds to script file name panel (variable "fileNamePanel") for
071: * automated tests
072: * @see org.objectweb.salome_tmf.ihm.AutomaticTestScriptView
073: */
074: static final public Integer AUTOMATED_TEST_SCRIPT_FILENAME_PANEL = new Integer(
075: 10);
076:
077: /**
078: * Corresponds to script class name panel (variable "classPanel") for
079: * automated tests
080: * @see org.objectweb.salome_tmf.ihm.AutomaticTestScriptView
081: */
082: static final public Integer AUTOMATED_TEST_SCRIPT_CLASSNAME_PANEL = new Integer(
083: 11);
084:
085: /**
086: * Corresponds to script classpath panel (variable "extensionPanel") for
087: * automated tests
088: * @see org.objectweb.salome_tmf.ihm.AutomaticTestScriptView
089: */
090: static final public Integer AUTOMATED_TEST_SCRIPT_EXTENSION_PANEL = new Integer(
091: 12);
092:
093: /**
094: * Corresponds to script panel (variable "scriptPanel") for
095: * automated tests
096: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
097: */
098: static final public Integer AUTOMATED_TEST_SCRIPT_PANEL = new Integer(
099: 13);
100:
101: /**
102: * Corresponds to buttons panel in parameters view for Dynamic use
103: * (variable "buttonsPanel")
104: * @see org.objectweb.salome_tmf.ihm.ParameterView
105: */
106: static final public Integer PARAMS_BUTTONS_PANEL = new Integer(14);
107:
108: /**
109: * Corresponds to paramaters table in parameters view for for Dynamic use
110: * (variable "parametersTable")
111: * @see org.objectweb.salome_tmf.ihm.ParameterView
112: */
113: static final public Integer PARAMS_TABLE = new Integer(15);
114:
115: /**
116: * Corresponds to paramaters panel in parameters view for for Dynamic use
117: * (variable "paramsPanel")
118: * @see org.objectweb.salome_tmf.ihm.ParameterView
119: */
120: static final public Integer PARAMS_PANEL = new Integer(16);
121:
122: /**
123: * Corresponds to buttons panel (variable "buttonsPanel") for manual test
124: * actions
125: * @see org.objectweb.salome_tmf.ihm.ManualActionView
126: */
127: static final public Integer MANUAL_TEST_ACTIONS_BUTTONS_PANEL = new Integer(
128: 17);
129:
130: /**
131: * Corresponds to actions table (variable "actionTable") for manual test
132: * @see org.objectweb.salome_tmf.ihm.ManualActionView
133: */
134: static final public Integer MANUAL_TEST_ACTIONS_TABLE = new Integer(
135: 18);
136:
137: /**
138: * Corresponds to actions panel (variable "actionsPanel") for manual test
139: * @see org.objectweb.salome_tmf.ihm.ManualActionView
140: */
141: static final public Integer MANUAL_TEST_ACTIONS_PANEL = new Integer(
142: 19);
143:
144: /**
145: * Corresponds to second buttons panel (variable "listPanel") for campaigns
146: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
147: */
148: static final public Integer CAMP_SECOND_BUTTONS_PANEL = new Integer(
149: 20);
150:
151: /**
152: * Corresponds to campaigns tree (variable "campaignDynamicTree")
153: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
154: */
155: static final public Integer CAMPAIGN_DYNAMIC_TREE = new Integer(21);
156:
157: /**
158: * Corresponds to buttons panel for campaign executions view (variable
159: * "executionButtonsPanel")
160: * @see org.objectweb.salome_tmf.ihm.ExecutionView
161: */
162: static final public Integer CAMP_EXECUTIONS_BUTTONS_PANEL = new Integer(
163: 22);
164:
165: /**
166: * Corresponds to executions table in campaign executions view (variable
167: * "executionTable")
168: * @see org.objectweb.salome_tmf.ihm.ExecutionView
169: */
170: static final public Integer CAMP_EXECUTIONS_TABLE = new Integer(23);
171:
172: /**
173: * Corresponds to buttons panel for the execution results (variable
174: * "executionResultButtonsPanel")
175: * @see org.objectweb.salome_tmf.ihm.ExecutionView
176: */
177: static final public Integer CAMP_EXECUTION_RESULTS_BUTTONS_PANEL = new Integer(
178: 24);
179:
180: /**
181: * Corresponds to the execution results table for campaigns (variable
182: * "detailsExecutionTable")
183: * @see org.objectweb.salome_tmf.ihm.ExecutionView
184: */
185: static final public Integer CAMP_EXECUTION_RESULTS_TABLE = new Integer(
186: 25);
187:
188: /**
189: * Corresponds to buttons panel for the campaigns data set view (variable
190: * "allButtons")
191: * @see org.objectweb.salome_tmf.ihm.DataSetView
192: */
193: static final public Integer CAMP_DATASET_BUTTONS_PANEL = new Integer(
194: 26);
195:
196: /**
197: * Corresponds to data sets table for the campaigns data set view (variable
198: * "dataSetTable")
199: * @see org.objectweb.salome_tmf.ihm.DataSetView
200: */
201: static final public Integer CAMP_DATASETS_TABLE = new Integer(27);
202:
203: /**
204: * Corresponds to buttons panel for data management (variable "upButtonsPanel")
205: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
206: */
207: static final public Integer DATA_MANAGEMENT_BUTTONS_PANEL = new Integer(
208: 28);
209:
210: /**
211: * Corresponds to buttons panel for environments view in data management
212: * (variable "buttonsPanel")
213: * @see org.objectweb.salome_tmf.ihm.EnvironmentView
214: */
215: static final public Integer DATA_MANAGEMENT_ENV_BUTTONS_PANEL = new Integer(
216: 29);
217:
218: /**
219: * Corresponds to environments table for environement view in data management
220: * (variable "environmentTable")
221: * @see org.objectweb.salome_tmf.ihm.EnvironmentView
222: */
223: static final public Integer DATA_MANAGEMENT_ENV_TABLE = new Integer(
224: 30);
225:
226: /**
227: * Corresponds to buttons panel for the manual execution window (variable
228: * "buttonsPanel")
229: * @see org.objectweb.salome_tmf.ihm.ManualExecution
230: */
231: static final public Integer MANUAL_EXECUTION_BUTTONS_PANEL = new Integer(
232: 31);
233:
234: /**
235: * Corresponds to actions table for the manual execution window (variable
236: * "actionsTable")
237: * @see org.objectweb.salome_tmf.ihm.ManualExecution
238: */
239: static final public Integer MANUAL_EXECUTION_ACTIONS_TABLE = new Integer(
240: 32);
241:
242: /**
243: * Corresponds to the "JTextPane" that contains test description in the manual
244: * execution window (variable "testDescription")
245: * @see org.objectweb.salome_tmf.ihm.ManualExecution
246: */
247: static final public Integer MANUAL_EXECUTION_TEST_DESCRIPTION_TEXTPANE = new Integer(
248: 33);
249:
250: /**
251: * Corresponds to the "JTextPane" that contains action description in the manual
252: * execution window (variable "actionDescription")
253: * @see org.objectweb.salome_tmf.ihm.ManualExecution
254: */
255: static final public Integer MANUAL_EXECUTION_ACTION_DESCRIPTION_TEXTPANE = new Integer(
256: 34);
257:
258: /**
259: * Corresponds to the "JTextPane" that contains the waited result for action
260: * in the manual execution window (variable "awaitedResult")
261: * @see org.objectweb.salome_tmf.ihm.ManualExecution
262: */
263: static final public Integer MANUAL_EXECUTION_ACTION_WAITED_RESULT_TEXTPANE = new Integer(
264: 35);
265:
266: /**
267: * Corresponds to the "JTextPane" that contains the effective result for action
268: * in the manual execution window (variable "effectiveResult")
269: * @see org.objectweb.salome_tmf.ihm.ManualExecution
270: */
271: static final public Integer MANUAL_EXECUTION_ACTION_EFFECTIVE_RESULT_TEXTPANE = new Integer(
272: 36);
273:
274: /**
275: * Corresponds to tests results table in the execution result window (variable
276: * "testResultTable")
277: * @see org.objectweb.salome_tmf.ihm.ExecutionResultView
278: */
279: static final public Integer EXECUTION_RESULT_DETAILS_TESTS_TABLE = new Integer(
280: 37);
281:
282: /**
283: * Corresponds to actions execution results table in the test execution result
284: * details window (variable "actionsResultTable")
285: * @see org.objectweb.salome_tmf.ihm.ActionDetailsView
286: */
287: static final public Integer TEST_EXECUTION_RESULT_DETAILS_ACTIONS_TABLE = new Integer(
288: 38);
289:
290: /**
291: * Corresponds to main panel (right-hand side view) that contains tabs for families
292: * (variable "familyWorkSpace")
293: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
294: */
295: static final public Integer FAMILY_WORKSPACE_PANEL_FOR_TABS = new Integer(
296: 39);
297:
298: /**
299: * Corresponds to main panel (right-hand side view) that contains tabs for test lists
300: * (variable "listWorkSpace")
301: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
302: */
303: static final public Integer TESTLIST_WORKSPACE_PANEL_FOR_TABS = new Integer(
304: 40);
305:
306: /**
307: * Corresponds to main panel (right-hand side view) that contains tabs for automated tests
308: * (variable "automaticTest")
309: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
310: */
311: static final public Integer AUTOMATED_TEST_WORKSPACE_PANEL_FOR_TABS = new Integer(
312: 41);
313:
314: /**
315: * Corresponds to main panel (right-hand side view) that contains tabs for manual tests
316: * (variable "manualTest")
317: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
318: */
319: static final public Integer MANUAL_TEST_WORKSPACE_PANEL_FOR_TABS = new Integer(
320: 42);
321:
322: /**
323: * Corresponds to main panel (right-hand side view) that contains tabs for campaigns
324: * (variable "campagneSpace")
325: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
326: */
327: static final public Integer CAMPAIGN_WORKSPACE_PANEL_FOR_TABS = new Integer(
328: 43);
329:
330: /**
331: * Corresponds to the description of selected action in the test execution result
332: * details window (variable "descriptionArea")
333: * @see org.objectweb.salome_tmf.ihm.ActionDetailsView
334: */
335: static final public Integer TEST_EXECUTION_RESULT_DETAILS_ACTION_DESC = new Integer(
336: 44);
337:
338: /**
339: * Corresponds to the waited result of selected action in the test execution result
340: * details window (variable "awaitedResultArea")
341: * @see org.objectweb.salome_tmf.ihm.ActionDetailsView
342: */
343: static final public Integer TEST_EXECUTION_RESULT_DETAILS_ACTION_WAITED_RES = new Integer(
344: 45);
345:
346: /**
347: * Corresponds to the effective result of selected action in the test execution result
348: * details window (variable "effectiveResultArea")
349: * @see org.objectweb.salome_tmf.ihm.ActionDetailsView
350: */
351: static final public Integer TEST_EXECUTION_RESULT_DETAILS_ACTION_EFF_RES = new Integer(
352: 46);
353:
354: /**
355: * Corresponds to the JTabbedPane pJTabbedPane
356: * @see org.objectweb.salome_tmf.ihm.ActionDetailsView
357: */
358: static final public Integer MANUAL_TEST_EXECUTION_RESULT_DETAILS_TAB = new Integer(
359: 47);
360:
361: /**
362: * Corresponds to un instance of "AskNewEnvironment" class
363: * @see org.objectweb.salome_tmf.ihm.AskNewEnvironment
364: */
365: static final public Integer DATA_MANAGEMENT_NEW_ENV_WINDOW = new Integer(
366: 48);
367:
368: /**
369: * Corresponds to refresh JMenuItem for data management (variable "refreshItem")
370: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
371: */
372: static final public Integer DATA_MANAGEMENT_REFRESH_ITEM = new Integer(
373: 49);
374:
375: /**
376: * Corresponds to the JTabbedPane for the main panels (variable "tabs")
377: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
378: */
379: static final public Integer MAIN_TABBED_PANE = new Integer(50);
380:
381: /**
382: * Corresponds to first buttons panel (variable "createPanel") for campaigns
383: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
384: */
385: static final public Integer CAMP_FIRST_BUTTONS_PANEL = new Integer(
386: 51);
387:
388: /**
389: * Corresponds to the buttons panel of project view in Salomé administration applet
390: * (variable "buttonSet")
391: * @see org.objectweb.salome_tmf.ihm.admin.Administration
392: */
393: static final public Integer ADMIN_PROJECT_MANAGEMENT_BUTTONS_PANEL = new Integer(
394: 52);
395:
396: /**
397: * Corresponds to the table model of project view in Salomé administration applet
398: * (variable "projectTable")
399: * @see org.objectweb.salome_tmf.ihm.admin.Administration
400: */
401: static final public Integer ADMIN_PROJECT_MANAGEMENT_TABLE = new Integer(
402: 53);
403:
404: /**
405: * Corresponds to attachments panel (variable "attachmentsPanel") for automated tests
406: * @see org.objectweb.salome_tmf.ihm.attachmentsView
407: */
408: static final public Integer AUTOMATED_TEST_ATTACHMENTS_PANEL = new Integer(
409: 54);
410:
411: /**
412: * Corresponds to attachments buttons panel (variable "allButtons") for automated tests
413: * @see org.objectweb.salome_tmf.ihm.AttachmentView
414: */
415: static final public Integer AUTOMATED_TEST_ATTACHMENTS_BUTTONS_PANEL = new Integer(
416: 55);
417:
418: /**
419: * Corresponds to attachments tabel (variable "attachmentTable") for automated tests
420: * @see org.objectweb.salome_tmf.ihm.AttachmentView
421: */
422: static final public Integer AUTOMATED_TEST_ATTACHMENTS_TABLE = new Integer(
423: 56);
424:
425: /**
426: * Corresponds to attachments panel (variable "attachmentsPanel") for Manual tests
427: * @see org.objectweb.salome_tmf.ihm.attachmentsView
428: */
429: static final public Integer MANUAL_TEST_ATTACHMENTS_PANEL = new Integer(
430: 57);
431:
432: /**
433: * Corresponds to attachments buttons panel (variable "allButtons") for Manual tests
434: * @see org.objectweb.salome_tmf.ihm.AttachmentView
435: */
436: static final public Integer MANUAL_TEST_ATTACHMENTS_BUTTONS_PANEL = new Integer(
437: 58);
438:
439: /**
440: * Corresponds to attachments tabel (variable "attachmentTable") for Manual tests
441: * @see org.objectweb.salome_tmf.ihm.AttachmentView
442: */
443: static final public Integer MANUAL_TEST_ATTACHMENTS_TABLE = new Integer(
444: 59);
445:
446: /**
447: * Corresponds to attachments panel (variable "attachmentsPanel") for TestList
448: * @see org.objectweb.salome_tmf.ihm.attachmentsView
449: */
450: static final public Integer TESTLIST_ATTACHMENTS_PANEL = new Integer(
451: 60);
452:
453: /**
454: * Corresponds to attachments buttons panel (variable "allButtons") for TestList
455: * @see org.objectweb.salome_tmf.ihm.AttachmentView
456: */
457: static final public Integer TESTLIST_ATTACHMENTS_BUTTONS_PANEL = new Integer(
458: 61);
459:
460: /**
461: * Corresponds to attachments tabel (variable "attachmentTable") for TestList
462: * @see org.objectweb.salome_tmf.ihm.AttachmentView
463: */
464: static final public Integer TESTLIST_ATTACHMENTS_TABLE = new Integer(
465: 62);
466:
467: /**
468: * Corresponds to attachments panel (variable "attachmentsPanel") for TestList
469: * @see org.objectweb.salome_tmf.ihm.attachmentsView
470: */
471: static final public Integer CAMP_ATTACHMENTS_PANEL = new Integer(63);
472:
473: /**
474: * Corresponds to attachments buttons panel (variable "allButtons") for TestList
475: * @see org.objectweb.salome_tmf.ihm.AttachmentView
476: */
477: static final public Integer CAMP_ATTACHMENTS_BUTTONS_PANEL = new Integer(
478: 64);
479:
480: /**
481: * Corresponds to attachments tabel (variable "attachmentTable") for TestList
482: * @see org.objectweb.salome_tmf.ihm.AttachmentView
483: */
484: static final public Integer CAMP_ATTACHMENTS_TABLE = new Integer(65);
485: // reste en dynamique actions, executions, execution results and execution results
486:
487: /**
488: * Corresponds to buttons panel in parameters view for Manual tests
489: * (variable "buttonsPanel")
490: * @see org.objectweb.salome_tmf.ihm.ParameterView
491: */
492: static final public Integer MANUAL_TEST_PARAMS_BUTTONS_PANEL = new Integer(
493: 66);
494:
495: /**
496: * Corresponds to paramaters table in parameters view for Manual tests
497: * (variable "parametersTable")
498: * @see org.objectweb.salome_tmf.ihm.ParameterView
499: */
500: static final public Integer MANUAL_TEST_PARAMS_TABLE = new Integer(
501: 67);
502:
503: /**
504: * Corresponds to paramaters panel in parameters view for Manuel tests
505: * (variable "paramsPanel")
506: * @see org.objectweb.salome_tmf.ihm.ParameterView
507: */
508: static final public Integer MANUAL_TEST_PARAMS_PANEL = new Integer(
509: 68);
510:
511: /**
512: * Corresponds to buttons panel in parameters view for Automated tests
513: * (variable "buttonsPanel")
514: * @see org.objectweb.salome_tmf.ihm.ParameterView
515: */
516: static final public Integer AUTOMATED_TEST_PARAMS_BUTTONS_PANEL = new Integer(
517: 69);
518:
519: /**
520: * Corresponds to paramaters table in parameters view for Automated tests
521: * (variable "parametersTable")
522: * @see org.objectweb.salome_tmf.ihm.ParameterView
523: */
524: static final public Integer AUTOMATED_TEST_PARAMS_TABLE = new Integer(
525: 70);
526:
527: /**
528: * Corresponds to paramaters panel in parameters view for Automated tests
529: * (variable "paramsPanel")
530: * @see org.objectweb.salome_tmf.ihm.ParameterView
531: */
532: static final public Integer AUTOMATED_TEST_PARAMS_PANEL = new Integer(
533: 71);
534:
535: /**
536: * Corresponds to buttons panel in parameters view for data management
537: * (variable "buttonsPanel")
538: * @see org.objectweb.salome_tmf.ihm.ParameterView
539: */
540: static final public Integer DATA_PARAMS_BUTTONS_PANEL = new Integer(
541: 72);
542:
543: /**
544: * Corresponds to paramaters table in parameters view data management
545: * (variable "parametersTable")
546: * @see org.objectweb.salome_tmf.ihm.ParameterView
547: */
548: static final public Integer DATA_PARAMS_TABLE = new Integer(73);
549:
550: /**
551: * Corresponds to paramaters panel in parameters view for data management
552: * (variable "paramsPanel")
553: * @see org.objectweb.salome_tmf.ihm.ParameterView
554: */
555: static final public Integer DATA_PARAMS_PANEL = new Integer(74);
556:
557: /**
558: * Corresponds to buttons panel in PluginsView
559: * (variable "buttonsPanel")
560: * @see org.objectweb.salome_tmf.ihm.PluginsView
561: */
562: static final public Integer PLUGINS_BUTTONS_PANEL = new Integer(75);
563:
564: /**
565: * Corresponds to plugins table in PluginsView
566: * (variable "parametersTable")
567: * @see org.objectweb.salome_tmf.ihm.PluginsView
568: */
569: static final public Integer PLUGINS_TABLE = new Integer(76);
570:
571: /**
572: * Corresponds to the main panel in PluginsView
573: * (variable "paramsPanel")
574: * @see org.objectweb.salome_tmf.ihm.PluginsView
575: */
576: static final public Integer PLUGINS_PANEL = new Integer(77);
577:
578: /**
579: * Corresponds to main panel (right-hand side view) that contains tabs for families
580: * (variable "familyWorkSpace")
581: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
582: */
583: static final public Integer FAMILY_CAMP_WORKSPACE_TABS_PANEL = new Integer(
584: 78);
585:
586: /**
587: * Corresponds to main panel (right-hand side view) that contains tabs for test lists
588: * (variable "listWorkSpace")
589: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
590: */
591: static final public Integer TESTLIST_CAMP_WORKSPACE_TABS_PANEL = new Integer(
592: 79);
593: /**
594: * Corresponds to main panel (right-hand side view) that contains tabs for test lists
595: * (variable "listWorkSpace")
596: * @see org.objectweb.salome_tmf.ihm.SalomeTMF
597: */
598: static final public Integer TEST_CAMP_WORKSPACE_TABS_PANEL = new Integer(
599: 80);
600:
601: /**
602: * Corresponds to attachments panel (variable "attachmentsPanel") for Family
603: * @see org.objectweb.salome_tmf.ihm.attachmentsView
604: */
605: static final public Integer FAMILY_ATTACHMENTS_PANEL = new Integer(
606: 81);
607:
608: /**
609: * Corresponds to attachments buttons panel (variable "allButtons") for Family
610: * @see org.objectweb.salome_tmf.ihm.AttachmentView
611: */
612: static final public Integer FAMILY_ATTACHMENTS_BUTTONS_PANEL = new Integer(
613: 82);
614:
615: /**
616: * Corresponds to attachments tabel (variable "attachmentTable") for Family
617: * @see org.objectweb.salome_tmf.ihm.AttachmentView
618: */
619: static final public Integer FAMILY_ATTACHMENTS_TABLE = new Integer(
620: 83);
621:
622: /**
623: * Corresponds to attachments panel (variable "attachmentsPanel") for Family
624: * @see org.objectweb.salome_tmf.ihm.attachmentsView
625: */
626: static final public Integer PROJECT_ATTACHMENTS_PANEL = new Integer(
627: 84);
628:
629: /**
630: * Corresponds to attachments buttons panel (variable "allButtons") for Family
631: * @see org.objectweb.salome_tmf.ihm.AttachmentView
632: */
633: static final public Integer PROJECT_ATTACHMENTS_BUTTONS_PANEL = new Integer(
634: 85);
635:
636: /**
637: * Corresponds to attachments tabel (variable "attachmentTable") for Family
638: * @see org.objectweb.salome_tmf.ihm.AttachmentView
639: */
640: static final public Integer PROJECT_ATTACHMENTS_TABLE = new Integer(
641: 86);
642:
643: /**
644: * JTabbedPane
645: * @see org.objectweb.salome_tmf.ihm.main.ManualExecution
646: */
647: static final public Integer MANUAL_EXECUTION_TAB = new Integer(90);
648:
649: /**
650: * JTabbedPane
651: * @see org.objectweb.salome_tmf.ihm.main.AskNewAction
652: */
653: static final public Integer ACTION_NEW_TAB = new Integer(87);
654:
655: /**
656: * List of static UI components
657: * Contains : CAMPAIGN_DYNAMIC_TREE, DATA_MANAGEMENT_BUTTONS_PANEL, TEST_DYNAMIC_TREE,
658: * TEST_SECOND_BUTTONS_PANEL, FAMILY_WORKSPACE_PANEL_FOR_TABS, TESTLIST_WORKSPACE_PANEL_FOR_TABS,
659: * AUTOMATED_TEST_WORKSPACE_PANEL_FOR_TABS, AUTOMATED_TEST_SCRIPT_PANEL, AUTOMATED_TEST_SCRIPT_BUTTONS_PANEL,
660: * AUTOMATED_TEST_SCRIPT_FILENAME_PANEL, AUTOMATED_TEST_SCRIPT_CLASSNAME_PANEL, AUTOMATED_TEST_SCRIPT_EXTENSION_PANEL,
661: * MANUAL_TEST_WORKSPACE_PANEL_FOR_TABS,
662: * MANUAL_TEST_ACTIONS_BUTTONS_PANEL, MANUAL_TEST_ACTIONS_TABLE, MANUAL_TEST_ACTIONS_PANEL,
663: * CAMP_SECOND_BUTTONS_PANEL, CAMPAIGN_WORKSPACE_PANEL_FOR_TABS, DATA_MANAGEMENT_ENV_TABLE,
664: * DATA_MANAGEMENT_ENV_BUTTONS_PANEL, DATA_MANAGEMENT_REFRESH_ITEM,
665: * CAMP_EXECUTIONS_BUTTONS_PANEL, CAMP_EXECUTIONS_TABLE, CAMP_EXECUTION_RESULTS_BUTTONS_PANEL,
666: * CAMP_EXECUTION_RESULTS_TABLE, CAMP_DATASET_BUTTONS_PANEL, CAMP_DATASETS_TABLE, MAIN_TABBED_PANE, CAMP_FIRST_BUTTONS_PANEL
667: * CAMP_ATTACHMENTS_TABLE, CAMP_ATTACHMENTS_BUTTONS_PANEL, CAMP_ATTACHMENTS_PANEL
668: * TESTLIST_ATTACHMENTS_TABLE, TESTLIST_ATTACHMENTS_BUTTONS_PANEL, TESTLIST_ATTACHMENTS_PANEL
669: * MANUAL_TEST_ATTACHMENTS_TABLE, MANUAL_TEST_ATTACHMENTS_BUTTONS_PANEL, MANUAL_TEST_ATTACHMENTS_PANEL
670: * AUTOMATED_TEST_ATTACHMENTS_TABLE, AUTOMATED_TEST_ATTACHMENTS_BUTTONS_PANEL, AUTOMATED_TEST_ATTACHMENTS_PANEL
671: * AUTOMATED_TEST_PARAMS_BUTTONS_PANEL, AUTOMATED_TEST_PARAMS_TABLE, AUTOMATED_TEST_PARAMS_PANEL,
672: * MANUAL_TEST_PARAMS_BUTTONS_PANEL, MANUAL_TEST_PARAMS_TABLE, MANUAL_TEST_PARAMS_PANEL,
673: * DATA_PARAMS_BUTTONS_PANEL, DATA_PARAMS_TABLE, DATA_PARAMS_PANEL,MANUAL_EXECUTION_TAB
674: */
675: static public Vector staticUIComps = new Vector();
676:
677: /** Creates a new instance of UICompConstants */
678: //public UICompCst() {
679: //}
680: }
|