Java Doc for IAbstractTextEditorHelpContextIds.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » texteditor » 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 » IDE Eclipse » ui workbench » org.eclipse.ui.texteditor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds

IAbstractTextEditorHelpContextIds
public interface IAbstractTextEditorHelpContextIds (Code)
Help context ids for the text editor.

This interface contains constants only; it is not intended to be implemented.



Field Summary
 StringACTION_POSTFIX
     The string which is appended to action ids to construct help context ids.
 StringADD_TASK_ACTION
     Help context id for the action.
 StringBOOKMARK_ACTION
     Help context id for the action.
 StringCLEAR_MARK_ACTION
     Help context id for the action.
 StringCONVERT_LINE_DELIMITERS_TO_MAC
     Help context id for the action.
 StringCONVERT_LINE_DELIMITERS_TO_UNIX
     Help context id for the action.
 StringCONVERT_LINE_DELIMITERS_TO_WINDOWS
     Help context id for the action.
 StringCOPY_ACTION
     Help context id for the action.
 StringCOPY_LINES_ACTION
     Help context id for the action.
 StringCUT_ACTION
     Help context id for the action.
 StringCUT_LINE_ACTION
     Help context id for the action.
 StringCUT_LINE_TO_BEGINNING_ACTION
     Help context id for the action.
 StringCUT_LINE_TO_END_ACTION
     Help context id for the action.
 StringDELETE_ACTION
     Help context id for the action.
 StringDELETE_LINE_ACTION
     Help context id for the action.
 StringDELETE_LINE_TO_BEGINNING_ACTION
     Help context id for the action.
 StringDELETE_LINE_TO_END_ACTION
     Help context id for the action.
 StringFIND_ACTION
     Help context id for the action.
 StringFIND_INCREMENTAL_ACTION
     Help context id for the action.
 StringFIND_INCREMENTAL_REVERSE_ACTION
     Help context id for the action.
 StringFIND_NEXT_ACTION
     Help context id for the action.
 StringFIND_PREVIOUS_ACTION
     Help context id for the action.
 StringFIND_REPLACE_DIALOG
     Help context id for the action.
 StringGOTO_LAST_EDIT_POSITION_ACTION
     Help context id for the action.
 StringGOTO_LINE_ACTION
     Help context id for the action.
 StringGOTO_NEXT_ANNOTATION_ACTION
     Help context id for the action.
 StringGOTO_PREVIOUS_ANNOTATION_ACTION
     Help context id for the action.
 StringHIPPIE_COMPLETION_ACTION
     Help context id for the word completion action.
 StringJOIN_LINES_ACTION
     Help context id for the action.
 StringLOWER_CASE_ACTION
     Help context id for the action.
 StringMOVE_LINES_ACTION
     Help context id for the action.
 StringPASTE_ACTION
     Help context id for the action.
 StringPREFIX
     The string with which all other defined ids are prefixed to construct help context ids.
 StringPRINT_ACTION
     Help context id for the action.
 StringQUICK_ASSIST_ACTION
     Help context id for the quick assist action.
 StringRECENTER_ACTION
     Help context id for the recenter action.
 StringREDO_ACTION
     Help context id for the action.
 StringREVERT_TO_SAVED_ACTION
     Help context id for the action.
 StringSAVE_ACTION
     Help context id for the action.
 StringSELECT_ALL_ACTION
     Help context id for the action.
 StringSET_MARK_ACTION
     Help context id for the action.
 StringSHIFT_LEFT_ACTION
     Help context id for the action.
 StringSHIFT_RIGHT_ACTION
     Help context id for the action.
 StringSHOW_INFORMATION_ACTION
     Help context id for the action that displays information for the current caret location in a sticky hover.
 StringSHOW_WHITESPACE_CHARACTERS_ACTION
     Help context id for the show whitespace characters action.
 StringSMART_ENTER_ACTION
     Help context id for the action.
 StringSWAP_MARK_ACTION
     Help context id for the action.
 StringTOGGLE_INSERT_MODE_ACTION
     Help context id for the smart insert mode toggle action.
 StringUNDO_ACTION
     Help context id for the action.
 StringUPPER_CASE_ACTION
     Help context id for the action.



Field Detail
ACTION_POSTFIX
String ACTION_POSTFIX(Code)
The string which is appended to action ids to construct help context ids. Value: "_action_context"



ADD_TASK_ACTION
String ADD_TASK_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.addTask_action_context"



BOOKMARK_ACTION
String BOOKMARK_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.bookmark_action_context"



CLEAR_MARK_ACTION
String CLEAR_MARK_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.ClearMark_action_context"
since:
   2.0



CONVERT_LINE_DELIMITERS_TO_MAC
String CONVERT_LINE_DELIMITERS_TO_MAC(Code)
Help context id for the action. Value: "org.eclipse.ui.ConvertLineDelimitersToMAC_action_context"
since:
   2.0



CONVERT_LINE_DELIMITERS_TO_UNIX
String CONVERT_LINE_DELIMITERS_TO_UNIX(Code)
Help context id for the action. Value: "org.eclipse.ui.ConvertLineDelimitersToUNIX_action_context"
since:
   2.0



CONVERT_LINE_DELIMITERS_TO_WINDOWS
String CONVERT_LINE_DELIMITERS_TO_WINDOWS(Code)
Help context id for the action. Value: "org.eclipse.ui.ConvertLineDelimitersToWindows_action_context"
since:
   2.0



COPY_ACTION
String COPY_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.copy_action_context"



COPY_LINES_ACTION
String COPY_LINES_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.copy_lines_action_context"
since:
   3.0



CUT_ACTION
String CUT_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.cut_action_context"



CUT_LINE_ACTION
String CUT_LINE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.CutLine_action_context"
since:
   2.1



CUT_LINE_TO_BEGINNING_ACTION
String CUT_LINE_TO_BEGINNING_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.CutLineToBeginning_action_context"
since:
   2.1



CUT_LINE_TO_END_ACTION
String CUT_LINE_TO_END_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.CutLineToEnd_action_context"
since:
   2.1



DELETE_ACTION
String DELETE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.delete_action_context"



DELETE_LINE_ACTION
String DELETE_LINE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.DeleteLine_action_context"
since:
   2.0



DELETE_LINE_TO_BEGINNING_ACTION
String DELETE_LINE_TO_BEGINNING_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.DeleteLineToBeginning_action_context"
since:
   2.0



DELETE_LINE_TO_END_ACTION
String DELETE_LINE_TO_END_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.DeleteLineToEnd_action_context"
since:
   2.0



FIND_ACTION
String FIND_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.find_action_context"



FIND_INCREMENTAL_ACTION
String FIND_INCREMENTAL_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.FindIncremental_action_context"
since:
   2.0



FIND_INCREMENTAL_REVERSE_ACTION
String FIND_INCREMENTAL_REVERSE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.FindIncrementalReverse_action_context"
since:
   2.1



FIND_NEXT_ACTION
String FIND_NEXT_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.FindNext_action_context"
since:
   2.0



FIND_PREVIOUS_ACTION
String FIND_PREVIOUS_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.FindPrevious_action_context"
since:
   2.0



FIND_REPLACE_DIALOG
String FIND_REPLACE_DIALOG(Code)
Help context id for the action. Value: "org.eclipse.ui.find_replace_dialog_context"



GOTO_LAST_EDIT_POSITION_ACTION
String GOTO_LAST_EDIT_POSITION_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.goto_last_edit_position_action_context"
since:
   2.1



GOTO_LINE_ACTION
String GOTO_LINE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.GotoLine_action_context"



GOTO_NEXT_ANNOTATION_ACTION
String GOTO_NEXT_ANNOTATION_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.goto_next_annotation_action_context"
since:
   3.2



GOTO_PREVIOUS_ANNOTATION_ACTION
String GOTO_PREVIOUS_ANNOTATION_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.goto_previous_annotation_action_context"
since:
   3.2



HIPPIE_COMPLETION_ACTION
String HIPPIE_COMPLETION_ACTION(Code)
Help context id for the word completion action. Value: "org.eclipse.ui.hippie_completion_action_context"
since:
   3.1



JOIN_LINES_ACTION
String JOIN_LINES_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.JoinLines_action_context"
since:
   3.3



LOWER_CASE_ACTION
String LOWER_CASE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.lower_case_action_context"
since:
   3.0



MOVE_LINES_ACTION
String MOVE_LINES_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.move_lines_action_context"
since:
   3.0



PASTE_ACTION
String PASTE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.paste_action_context"



PREFIX
String PREFIX(Code)
The string with which all other defined ids are prefixed to construct help context ids. Value: "org.eclipse.ui."



PRINT_ACTION
String PRINT_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.print_action_context"



QUICK_ASSIST_ACTION
String QUICK_ASSIST_ACTION(Code)
Help context id for the quick assist action. Value: "org.eclipse.ui.quick_assist_action_context"
since:
   3.2



RECENTER_ACTION
String RECENTER_ACTION(Code)
Help context id for the recenter action. Value: "org.eclipse.ui.recenter_action_context"
since:
   3.3



REDO_ACTION
String REDO_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.redo_action_context"



REVERT_TO_SAVED_ACTION
String REVERT_TO_SAVED_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.revert_action_context"



SAVE_ACTION
String SAVE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.save_action_context"



SELECT_ALL_ACTION
String SELECT_ALL_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.selectAll_action_context"



SET_MARK_ACTION
String SET_MARK_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.SetMark_action_context"
since:
   2.0



SHIFT_LEFT_ACTION
String SHIFT_LEFT_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.ShiftLeft_action_context"



SHIFT_RIGHT_ACTION
String SHIFT_RIGHT_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.ShiftRight_action_context"



SHOW_INFORMATION_ACTION
String SHOW_INFORMATION_ACTION(Code)
Help context id for the action that displays information for the current caret location in a sticky hover. Value: "show_information_action_context"
See Also:   IInformationProvider
since:
   3.3



SHOW_WHITESPACE_CHARACTERS_ACTION
String SHOW_WHITESPACE_CHARACTERS_ACTION(Code)
Help context id for the show whitespace characters action. Value: "show_whitespace_characters_action_context"
since:
   3.3



SMART_ENTER_ACTION
String SMART_ENTER_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.smart_enter_action_context"
since:
   3.0



SWAP_MARK_ACTION
String SWAP_MARK_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.SwapMark_action_context"
since:
   2.0



TOGGLE_INSERT_MODE_ACTION
String TOGGLE_INSERT_MODE_ACTION(Code)
Help context id for the smart insert mode toggle action. Value: "org.eclipse.ui.toggle_insert_mode_action_context"
since:
   3.0



UNDO_ACTION
String UNDO_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.undo_action_context"



UPPER_CASE_ACTION
String UPPER_CASE_ACTION(Code)
Help context id for the action. Value: "org.eclipse.ui.upper_case_action_context"
since:
   3.0





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