Java Doc for EditorConstants.java in  » Testing » abbot-1.0.1 » abbot » editor » 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 » Testing » abbot 1.0.1 » abbot.editor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


abbot.editor.EditorConstants

All known Subclasses:   abbot.editor.actions.EditorAction,  abbot.editor.ScriptEditorFrame,  abbot.editor.ScriptEditor,
EditorConstants
public interface EditorConstants (Code)
Provide Editor action key names and menu keys. Action names are looked up via abbot.i18n.Strings.get(String) by prepending the string "actions.". NOTE: to add a new editor action, define a key for it here and an action for it in ScriptEditor. Add to the action map in ScriptEditor.initActions, then (optionally) add it to the menu layout in ScriptEditor.initMenus.


Field Summary
 StringACTION_CAPTURE
    
 StringACTION_CAPTURE_ALL
    
 StringACTION_CAPTURE_COMPONENT
    
 StringACTION_CAPTURE_IMAGE
    
 StringACTION_DYNAMIC
    
 StringACTION_EDITOR_ABOUT
    
 StringACTION_EDITOR_BUGREPORT
    
 StringACTION_EDITOR_EMAIL
    
 StringACTION_EDITOR_QUIT
    
 StringACTION_EDITOR_USERGUIDE
    
 StringACTION_EDITOR_WEBSITE
    
 StringACTION_EXPORT_HIERARCHY
    
 StringACTION_GET_VMARGS
    
 StringACTION_INSERT_ANNOTATION
    
 StringACTION_INSERT_APPLET
    
 StringACTION_INSERT_CALL
    
 StringACTION_INSERT_COMMENT
    
 StringACTION_INSERT_EXPRESSION
    
 StringACTION_INSERT_FIXTURE
    
 StringACTION_INSERT_LAUNCH
    
 StringACTION_INSERT_SAMPLE
    
 StringACTION_INSERT_SCRIPT
    
 StringACTION_INSERT_SEQUENCE
    
 StringACTION_INSERT_TERMINATE
    
 StringACTION_PREFIX
    
 StringACTION_RUN
    
 StringACTION_RUN_LAUNCH
    
 StringACTION_RUN_SELECTED
    
 StringACTION_RUN_TERMINATE
    
 StringACTION_RUN_TO
    
 StringACTION_SCRIPT_CLEAR
    
 StringACTION_SCRIPT_CLOSE
    
 StringACTION_SCRIPT_DELETE
    
 StringACTION_SCRIPT_DUPLICATE
    
 StringACTION_SCRIPT_NEW
    
 StringACTION_SCRIPT_OPEN
    
 StringACTION_SCRIPT_RENAME
    
 StringACTION_SCRIPT_SAVE
    
 StringACTION_SCRIPT_SAVE_AS
    
 StringACTION_SELECT_COMPONENT
    
 StringACTION_SELECT_TESTSUITE
    
 StringACTION_STEP_CUT
    
 StringACTION_STEP_GROUP
    
 StringACTION_STEP_MOVE_DOWN
    
 StringACTION_STEP_MOVE_UP
    
 StringACTION_TOGGLE_AWT_MODE
    
 StringACTION_TOGGLE_FORKED
    
 StringACTION_TOGGLE_SLOW_PLAYBACK
    
 StringACTION_TOGGLE_STOP_ON_ERROR
    
 StringACTION_TOGGLE_STOP_ON_FAILURE
    
 StringMENU_CAPTURE
    
 StringMENU_EDIT
    
 StringMENU_FILE
    
 StringMENU_HELP
    
 StringMENU_INSERT
    
 StringMENU_TEST
    



Field Detail
ACTION_CAPTURE
String ACTION_CAPTURE(Code)



ACTION_CAPTURE_ALL
String ACTION_CAPTURE_ALL(Code)



ACTION_CAPTURE_COMPONENT
String ACTION_CAPTURE_COMPONENT(Code)



ACTION_CAPTURE_IMAGE
String ACTION_CAPTURE_IMAGE(Code)



ACTION_DYNAMIC
String ACTION_DYNAMIC(Code)



ACTION_EDITOR_ABOUT
String ACTION_EDITOR_ABOUT(Code)



ACTION_EDITOR_BUGREPORT
String ACTION_EDITOR_BUGREPORT(Code)



ACTION_EDITOR_EMAIL
String ACTION_EDITOR_EMAIL(Code)



ACTION_EDITOR_QUIT
String ACTION_EDITOR_QUIT(Code)



ACTION_EDITOR_USERGUIDE
String ACTION_EDITOR_USERGUIDE(Code)



ACTION_EDITOR_WEBSITE
String ACTION_EDITOR_WEBSITE(Code)



ACTION_EXPORT_HIERARCHY
String ACTION_EXPORT_HIERARCHY(Code)



ACTION_GET_VMARGS
String ACTION_GET_VMARGS(Code)



ACTION_INSERT_ANNOTATION
String ACTION_INSERT_ANNOTATION(Code)



ACTION_INSERT_APPLET
String ACTION_INSERT_APPLET(Code)



ACTION_INSERT_CALL
String ACTION_INSERT_CALL(Code)



ACTION_INSERT_COMMENT
String ACTION_INSERT_COMMENT(Code)



ACTION_INSERT_EXPRESSION
String ACTION_INSERT_EXPRESSION(Code)



ACTION_INSERT_FIXTURE
String ACTION_INSERT_FIXTURE(Code)



ACTION_INSERT_LAUNCH
String ACTION_INSERT_LAUNCH(Code)



ACTION_INSERT_SAMPLE
String ACTION_INSERT_SAMPLE(Code)



ACTION_INSERT_SCRIPT
String ACTION_INSERT_SCRIPT(Code)



ACTION_INSERT_SEQUENCE
String ACTION_INSERT_SEQUENCE(Code)



ACTION_INSERT_TERMINATE
String ACTION_INSERT_TERMINATE(Code)



ACTION_PREFIX
String ACTION_PREFIX(Code)



ACTION_RUN
String ACTION_RUN(Code)



ACTION_RUN_LAUNCH
String ACTION_RUN_LAUNCH(Code)



ACTION_RUN_SELECTED
String ACTION_RUN_SELECTED(Code)



ACTION_RUN_TERMINATE
String ACTION_RUN_TERMINATE(Code)



ACTION_RUN_TO
String ACTION_RUN_TO(Code)



ACTION_SCRIPT_CLEAR
String ACTION_SCRIPT_CLEAR(Code)



ACTION_SCRIPT_CLOSE
String ACTION_SCRIPT_CLOSE(Code)



ACTION_SCRIPT_DELETE
String ACTION_SCRIPT_DELETE(Code)



ACTION_SCRIPT_DUPLICATE
String ACTION_SCRIPT_DUPLICATE(Code)



ACTION_SCRIPT_NEW
String ACTION_SCRIPT_NEW(Code)



ACTION_SCRIPT_OPEN
String ACTION_SCRIPT_OPEN(Code)



ACTION_SCRIPT_RENAME
String ACTION_SCRIPT_RENAME(Code)



ACTION_SCRIPT_SAVE
String ACTION_SCRIPT_SAVE(Code)



ACTION_SCRIPT_SAVE_AS
String ACTION_SCRIPT_SAVE_AS(Code)



ACTION_SELECT_COMPONENT
String ACTION_SELECT_COMPONENT(Code)



ACTION_SELECT_TESTSUITE
String ACTION_SELECT_TESTSUITE(Code)



ACTION_STEP_CUT
String ACTION_STEP_CUT(Code)



ACTION_STEP_GROUP
String ACTION_STEP_GROUP(Code)



ACTION_STEP_MOVE_DOWN
String ACTION_STEP_MOVE_DOWN(Code)



ACTION_STEP_MOVE_UP
String ACTION_STEP_MOVE_UP(Code)



ACTION_TOGGLE_AWT_MODE
String ACTION_TOGGLE_AWT_MODE(Code)



ACTION_TOGGLE_FORKED
String ACTION_TOGGLE_FORKED(Code)



ACTION_TOGGLE_SLOW_PLAYBACK
String ACTION_TOGGLE_SLOW_PLAYBACK(Code)



ACTION_TOGGLE_STOP_ON_ERROR
String ACTION_TOGGLE_STOP_ON_ERROR(Code)



ACTION_TOGGLE_STOP_ON_FAILURE
String ACTION_TOGGLE_STOP_ON_FAILURE(Code)



MENU_CAPTURE
String MENU_CAPTURE(Code)



MENU_EDIT
String MENU_EDIT(Code)



MENU_FILE
String MENU_FILE(Code)



MENU_HELP
String MENU_HELP(Code)



MENU_INSERT
String MENU_INSERT(Code)



MENU_TEST
String MENU_TEST(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.