Source Code Cross Referenced for UICompCst.java in  » Test-Coverage » salome-tmf » org » objectweb » salome_tmf » ihm » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Test Coverage » salome tmf » org.objectweb.salome_tmf.ihm 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


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