Java Doc for ITextEditorActionConstants.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.ITextEditorActionConstants

ITextEditorActionConstants
public interface ITextEditorActionConstants extends IWorkbenchActionConstants(Code)
Defines the names of those actions which are pre-registered with the AbstractTextEditor. RULER_DOUBLE_CLICK defines the action which is registered as being executed when the editor's ruler has been double clicked. This interface extends the set of names available from IWorkbenchActionConstants. It also defines the names of the menu groups in a text editor's context menu.


Field Summary
 StringCHANGE_ENCODING
     Name of the change encoding action.
 StringCLEAR_MARK
     Name of the action to set the mark.
 StringCONTEXT_PREFERENCES
     Name of the action for showing the preferences from the editor context menu.
 StringCONVERT_LINE_DELIMITERS_TO_MAC
     Name of the action to convert line delimiters to MAC.
 StringCONVERT_LINE_DELIMITERS_TO_UNIX
     Name of the action to convert line delimiters to UNIX.
 StringCONVERT_LINE_DELIMITERS_TO_WINDOWS
     Name of the action to convert line delimiters to Windows.
 StringCOPY
     Name of standard Copy global action in the Edit menu.
 StringCOPY_LINE_DOWN
    
 StringCOPY_LINE_UP
    
 StringCUT
     Name of standard Cut global action in the Edit menu.
 StringCUT_LINE
     Name of the action to cut the current line.
 StringCUT_LINE_TO_BEGINNING
     Name of the action to cut line to beginning.
 StringCUT_LINE_TO_END
     Name of the action to cut line to end.
 StringDELETE
     Name of standard Delete global action in the Edit menu.
 StringDELETE_LINE
     Name of the action to delete the current line.
 StringDELETE_LINE_TO_BEGINNING
     Name of the action to delete line to beginning.
 StringDELETE_LINE_TO_END
     Name of the action to delete line to end.
 StringFIND
     Name of standard Find global action in the Edit menu.
 StringFIND_INCREMENTAL
     Name of the action to incremental find.
 StringFIND_INCREMENTAL_REVERSE
     Name of the action to incremental find reverse.
 StringFIND_NEXT
     Name of the action to find next.
 StringFIND_PREVIOUS
     Name of the action to find previous.
 StringGOTO_LINE
     Name of the action to jump to a certain text line.
 StringGROUP_ASSIST
     Context menu group for typing aid actions such as content assist.
 StringGROUP_COPY
     Context menu group for copy/paste related actions.
 StringGROUP_EDIT
     Context menu group for text manipulation actions.
 StringGROUP_FIND
     Context menu group for find/replace related actions.
 StringGROUP_GENERATE
     Menu group for code generation and content assist actions.
 StringGROUP_INFORMATION
     Context menu group for actions that display additional information.
 StringGROUP_OPEN
     Menu group for open actions.
 StringGROUP_PRINT
     Context menu group for print related actions.
 StringGROUP_REST
     Context menu group for actions which do not fit in one of the other categories.
 StringGROUP_RESTORE
     Context menu group for quick diff revert related actions.
 StringGROUP_RULERS
     Context menu group for ruler column related actions.
 StringGROUP_SAVE
     Context menu group for save related actions.
 StringGROUP_SETTINGS
     Context menu group for preference related actions.
 StringGROUP_UNDO
     Context menu group for undo/redo related actions.
 StringHIPPIE_COMPLETION
     Name of the action for emacs style word completion.
 StringJOIN_LINES
     Name of the action to join the current lines.
 StringLINENUMBERS_TOGGLE
     Name of the action for toggling line number display.
 StringLOWER_CASE
    
 StringMOVE_LINE_DOWN
    
 StringMOVE_LINE_UP
    
 StringNEXT
     Name of standard Next global action in the Navigate menu.
 StringPASTE
     Name of standard Paste global action in the Edit menu.
 StringPREVIOUS
     Name of standard Previous global action in the Navigate menu.
 StringPRINT
     Name of standard Print global action in the File menu.
 StringPROPERTIES
     Name of standard Properties global action in the File menu.
 StringQUICKDIFF_REVERT
     Name of the action for reverting the selection or the block at the current selection.
 StringQUICKDIFF_REVERTBLOCK
     Name of the action for reverting the block at the current selection.
 StringQUICKDIFF_REVERTDELETION
     Name of the action for reverting deleted lines at the current selection.
 StringQUICKDIFF_REVERTLINE
     Name of the action for reverting the line at the current selection.
 StringQUICKDIFF_REVERTSELECTION
     Name of the action for reverting the current selection.
 StringQUICKDIFF_TOGGLE
     Name of the action for toggling quick diff display.
 StringQUICK_ASSIST
    
 StringRECENTER
     Name of the action for emacs recenter.
 StringREDO
     Name of standard Redo global action in the Edit menu.
 StringREFRESH
     Name of standard Refresh global action in the File menu.
 StringREVERT
     Name of standard Revert global action in the File menu.
 StringREVERT_TO_SAVED
     Name of the action for re-establishing the state after the most recent save operation.
 StringREVISION_HIDE_INFO
    
 StringREVISION_RENDERING_CYCLE
     Name of the action for cycling through the revision rendering modes.
 StringREVISION_SHOW_AUTHOR_TOGGLE
     Name of the action for toggling the display of the revision author.
 StringREVISION_SHOW_ID_TOGGLE
     Name of the action for toggling the display of the revision id.
 StringRULER_CLICK
     Name of the ruler action performed when clicking the editor's vertical ruler.
 StringRULER_DOUBLE_CLICK
     Name of the ruler action performed when double clicking the editor's vertical ruler.
 StringRULER_MANAGE_BOOKMARKS
     Name of the ruler action to manage bookmarks.
 StringRULER_MANAGE_TASKS
     Name of the ruler action to manage tasks.
 StringRULER_PREFERENCES
     Name of the action for showing the preferences from the editor ruler context menu.
 StringSAVE
     Name of standard Save global action in the File menu.
 StringSELECT_ALL
     Name of standard Select All global action in the Edit menu.
 StringSET_MARK
     Name of the action to set the mark.
 StringSHIFT_LEFT
     Name of the action for shifting text blocks to the left.
 StringSHIFT_RIGHT
     Name of the action for shifting text blocks to the right.
 StringSHIFT_RIGHT_TAB
     Name of the action for shifting text blocks to the right, triggered by the TAB key.
 StringSHOW_INFORMATION
     Name of the action displaying information for the current caret location in a sticky hover.
 StringSHOW_WHITESPACE_CHARACTERS
     Name of the action for toggling the display of whitespace characters.
 StringSMART_ENTER
     Name of the action to insert a new line below the current position.
 StringSMART_ENTER_INVERSE
     Name of the action to insert a new line above the current position.
 StringSTATUS_CATEGORY_ELEMENT_STATE
     Status line category "element state".
 StringSTATUS_CATEGORY_FIND_FIELD
     Status line category "findField".
 StringSTATUS_CATEGORY_INPUT_MODE
     Status line category "input mode".
 StringSTATUS_CATEGORY_INPUT_POSITION
     Status line category "input position".
 StringSWAP_MARK
     Name of the action to swap the mark with the cursor position.
 StringTOGGLE_INSERT_MODE
     Name of the action for toggling the smart insert mode.
 StringUNDO
     Name of standard Undo global action in the Edit menu.
 StringUPPER_CASE
    



Field Detail
CHANGE_ENCODING
String CHANGE_ENCODING(Code)
Name of the change encoding action. Value: "ChangeEncoding"
since:
   3.1



CLEAR_MARK
String CLEAR_MARK(Code)
Name of the action to set the mark. Value: "ClearMark"
since:
   2.0



CONTEXT_PREFERENCES
String CONTEXT_PREFERENCES(Code)
Name of the action for showing the preferences from the editor context menu. Value: "Preferences.ContextAction"
since:
   3.1



CONVERT_LINE_DELIMITERS_TO_MAC
String CONVERT_LINE_DELIMITERS_TO_MAC(Code)
Name of the action to convert line delimiters to MAC. Value: "ConvertLineDelimitersToMAC"
since:
   2.0



CONVERT_LINE_DELIMITERS_TO_UNIX
String CONVERT_LINE_DELIMITERS_TO_UNIX(Code)
Name of the action to convert line delimiters to UNIX. Value: "ConvertLineDelimitersToUNIX"
since:
   2.0



CONVERT_LINE_DELIMITERS_TO_WINDOWS
String CONVERT_LINE_DELIMITERS_TO_WINDOWS(Code)
Name of the action to convert line delimiters to Windows. Value: "ConvertLineDelimitersToWindows"
since:
   2.0



COPY
String COPY(Code)
Name of standard Copy global action in the Edit menu. Value "copy"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.COPY



COPY_LINE_DOWN
String COPY_LINE_DOWN(Code)
Name of the action to copy lines downwards Value: "CopyLineDown"
since:
   3.0



COPY_LINE_UP
String COPY_LINE_UP(Code)
Name of the action to copy lines upwards Value: "CopyLineUp"
since:
   3.0



CUT
String CUT(Code)
Name of standard Cut global action in the Edit menu. Value "cut"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.CUT



CUT_LINE
String CUT_LINE(Code)
Name of the action to cut the current line. Value: "CutLine"
since:
   2.1



CUT_LINE_TO_BEGINNING
String CUT_LINE_TO_BEGINNING(Code)
Name of the action to cut line to beginning. Value: "CutLineToBeginning"
since:
   2.1



CUT_LINE_TO_END
String CUT_LINE_TO_END(Code)
Name of the action to cut line to end. Value: "CutLineToEnd"
since:
   2.1



DELETE
String DELETE(Code)
Name of standard Delete global action in the Edit menu. Value "delete"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.DELETE



DELETE_LINE
String DELETE_LINE(Code)
Name of the action to delete the current line. Value: "DeleteLine"
since:
   2.0



DELETE_LINE_TO_BEGINNING
String DELETE_LINE_TO_BEGINNING(Code)
Name of the action to delete line to beginning. Value: "DeleteLineToBeginning"
since:
   2.0



DELETE_LINE_TO_END
String DELETE_LINE_TO_END(Code)
Name of the action to delete line to end. Value: "DeleteLineToEnd"
since:
   2.0



FIND
String FIND(Code)
Name of standard Find global action in the Edit menu. Value "find"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.FIND



FIND_INCREMENTAL
String FIND_INCREMENTAL(Code)
Name of the action to incremental find. Value: "FindIncremental"
since:
   2.0



FIND_INCREMENTAL_REVERSE
String FIND_INCREMENTAL_REVERSE(Code)
Name of the action to incremental find reverse. Value: "FindIncrementalReverse"
since:
   2.1



FIND_NEXT
String FIND_NEXT(Code)
Name of the action to find next. Value: "FindNext"
since:
   2.0



FIND_PREVIOUS
String FIND_PREVIOUS(Code)
Name of the action to find previous. Value: "FindPrevious"
since:
   2.0



GOTO_LINE
String GOTO_LINE(Code)
Name of the action to jump to a certain text line. Value: "GotoLine"



GROUP_ASSIST
String GROUP_ASSIST(Code)
Context menu group for typing aid actions such as content assist. Value: "group.assist".
since:
   3.2



GROUP_COPY
String GROUP_COPY(Code)
Context menu group for copy/paste related actions. Value: "group.copy"



GROUP_EDIT
String GROUP_EDIT(Code)
Context menu group for text manipulation actions. Value: "group.edit"



GROUP_FIND
String GROUP_FIND(Code)
Context menu group for find/replace related actions. Value: "group.find"



GROUP_GENERATE
String GROUP_GENERATE(Code)
Menu group for code generation and content assist actions. Value "group.generate").
since:
   3.1



GROUP_INFORMATION
String GROUP_INFORMATION(Code)
Context menu group for actions that display additional information. Value: "group.information".
since:
   3.2



GROUP_OPEN
String GROUP_OPEN(Code)
Menu group for open actions. Value "group.open"
since:
   3.1



GROUP_PRINT
String GROUP_PRINT(Code)
Context menu group for print related actions. Value: "group.print"



GROUP_REST
String GROUP_REST(Code)
Context menu group for actions which do not fit in one of the other categories. Value: "group.rest"



GROUP_RESTORE
String GROUP_RESTORE(Code)
Context menu group for quick diff revert related actions. Value: "restore"
since:
   3.1



GROUP_RULERS
String GROUP_RULERS(Code)
Context menu group for ruler column related actions. Value: "rulers"
since:
   3.1



GROUP_SAVE
String GROUP_SAVE(Code)
Context menu group for save related actions. Value: "group.save"



GROUP_SETTINGS
String GROUP_SETTINGS(Code)
Context menu group for preference related actions. Value: "settings"
since:
   3.1



GROUP_UNDO
String GROUP_UNDO(Code)
Context menu group for undo/redo related actions. Value: "group.undo"



HIPPIE_COMPLETION
String HIPPIE_COMPLETION(Code)
Name of the action for emacs style word completion. Value: "HIPPIE_COMPLETION"
since:
   3.1



JOIN_LINES
String JOIN_LINES(Code)
Name of the action to join the current lines. Value: "JoinLine"
since:
   3.3



LINENUMBERS_TOGGLE
String LINENUMBERS_TOGGLE(Code)
Name of the action for toggling line number display. Value: "Linenumbers.Toggle"
since:
   3.1



LOWER_CASE
String LOWER_CASE(Code)
Name of the action to turn a selection to lower case Value: "LowerCase"
since:
   3.0



MOVE_LINE_DOWN
String MOVE_LINE_DOWN(Code)
Name of the action to move lines downwards Value: "MoveLineDown"
since:
   3.0



MOVE_LINE_UP
String MOVE_LINE_UP(Code)
Name of the action to move lines upwards Value: "MoveLineUp"
since:
   3.0



NEXT
String NEXT(Code)
Name of standard Next global action in the Navigate menu. Value "next"
since:
   3.2
See Also:   org.eclipse.ui.actions.ActionFactory.NEXT



PASTE
String PASTE(Code)
Name of standard Paste global action in the Edit menu. Value "paste"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.PASTE



PREVIOUS
String PREVIOUS(Code)
Name of standard Previous global action in the Navigate menu. Value "previous"
since:
   3.2
See Also:   org.eclipse.ui.actions.ActionFactory.PREVIOUS



PRINT
String PRINT(Code)
Name of standard Print global action in the File menu. Value "print"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.PRINT



PROPERTIES
String PROPERTIES(Code)
Name of standard Properties global action in the File menu. Value "properties"
since:
   3.1
See Also:   org.eclipse.ui.actions.ActionFactory.PROPERTIES



QUICKDIFF_REVERT
String QUICKDIFF_REVERT(Code)
Name of the action for reverting the selection or the block at the current selection. Value: "QuickDiff.Revert"
since:
   3.1



QUICKDIFF_REVERTBLOCK
String QUICKDIFF_REVERTBLOCK(Code)
Name of the action for reverting the block at the current selection. Value: "QuickDiff.RevertBlock"
since:
   3.1



QUICKDIFF_REVERTDELETION
String QUICKDIFF_REVERTDELETION(Code)
Name of the action for reverting deleted lines at the current selection. Value: "QuickDiff.RevertDeletion"
since:
   3.1



QUICKDIFF_REVERTLINE
String QUICKDIFF_REVERTLINE(Code)
Name of the action for reverting the line at the current selection. Value: "QuickDiff.RevertLine"
since:
   3.1



QUICKDIFF_REVERTSELECTION
String QUICKDIFF_REVERTSELECTION(Code)
Name of the action for reverting the current selection. Value: "QuickDiff.RevertBlock"
since:
   3.1



QUICKDIFF_TOGGLE
String QUICKDIFF_TOGGLE(Code)
Name of the action for toggling quick diff display. Value: "QuickDiff.Toggle"
since:
   3.1



QUICK_ASSIST
String QUICK_ASSIST(Code)
Name of the quick assist action Value: "QuickAssist"
since:
   3.2



RECENTER
String RECENTER(Code)
Name of the action for emacs recenter. Value: "RECENTER"
since:
   3.3



REDO
String REDO(Code)
Name of standard Redo global action in the Edit menu. Value "redo"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.REDO



REFRESH
String REFRESH(Code)
Name of standard Refresh global action in the File menu. Value "refresh"
since:
   3.4
See Also:   org.eclipse.ui.actions.ActionFactory.REFRESH



REVERT
String REVERT(Code)
Name of standard Revert global action in the File menu. Value "revert"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.REVERT



REVERT_TO_SAVED
String REVERT_TO_SAVED(Code)
Name of the action for re-establishing the state after the most recent save operation. Value: "ITextEditorActionConstants.REVERT"



REVISION_HIDE_INFO
String REVISION_HIDE_INFO(Code)
Name of the action for hiding the revision info Value: "Revision.HideInfo"
since:
   3.2



REVISION_RENDERING_CYCLE
String REVISION_RENDERING_CYCLE(Code)
Name of the action for cycling through the revision rendering modes. Value: "Revision.Rendering.Cycle"
since:
   3.3



REVISION_SHOW_AUTHOR_TOGGLE
String REVISION_SHOW_AUTHOR_TOGGLE(Code)
Name of the action for toggling the display of the revision author. Value: "Revision.ShowAuthor.Toggle"
since:
   3.3



REVISION_SHOW_ID_TOGGLE
String REVISION_SHOW_ID_TOGGLE(Code)
Name of the action for toggling the display of the revision id. Value: "Revision.ShowId.Toggle"
since:
   3.3



RULER_CLICK
String RULER_CLICK(Code)
Name of the ruler action performed when clicking the editor's vertical ruler. Value: "RulerClick"
since:
   2.0



RULER_DOUBLE_CLICK
String RULER_DOUBLE_CLICK(Code)
Name of the ruler action performed when double clicking the editor's vertical ruler. Value: "RulerDoubleClick"



RULER_MANAGE_BOOKMARKS
String RULER_MANAGE_BOOKMARKS(Code)
Name of the ruler action to manage bookmarks. Value: "ManageBookmarks"



RULER_MANAGE_TASKS
String RULER_MANAGE_TASKS(Code)
Name of the ruler action to manage tasks. Value: "ManageTasks"



RULER_PREFERENCES
String RULER_PREFERENCES(Code)
Name of the action for showing the preferences from the editor ruler context menu. Value: "Preferences.RulerAction"
since:
   3.1



SAVE
String SAVE(Code)
Name of standard Save global action in the File menu. Value "save"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.SAVE



SELECT_ALL
String SELECT_ALL(Code)
Name of standard Select All global action in the Edit menu. Value "selectAll"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.SELECT_ALL



SET_MARK
String SET_MARK(Code)
Name of the action to set the mark. Value: "SetMark"
since:
   2.0



SHIFT_LEFT
String SHIFT_LEFT(Code)
Name of the action for shifting text blocks to the left. Value: "ShiftLeft"



SHIFT_RIGHT
String SHIFT_RIGHT(Code)
Name of the action for shifting text blocks to the right. Value: "ShiftRight"



SHIFT_RIGHT_TAB
String SHIFT_RIGHT_TAB(Code)
Name of the action for shifting text blocks to the right, triggered by the TAB key. Value: "ShiftRightTab"
since:
   3.0



SHOW_INFORMATION
String SHOW_INFORMATION(Code)
Name of the action displaying information for the current caret location in a sticky hover. Value: "ShowInformation"
See Also:   IInformationProvider
since:
   3.3



SHOW_WHITESPACE_CHARACTERS
String SHOW_WHITESPACE_CHARACTERS(Code)
Name of the action for toggling the display of whitespace characters. Value: "ShowWhitespaceCharacters"
since:
   3.3



SMART_ENTER
String SMART_ENTER(Code)
Name of the action to insert a new line below the current position. Value: "SmartEnter"
since:
   3.0



SMART_ENTER_INVERSE
String SMART_ENTER_INVERSE(Code)
Name of the action to insert a new line above the current position. Value: "SmartEnterInverse"
since:
   3.0



STATUS_CATEGORY_ELEMENT_STATE
String STATUS_CATEGORY_ELEMENT_STATE(Code)
Status line category "element state". Value: "ElementState"
since:
   2.0



STATUS_CATEGORY_FIND_FIELD
String STATUS_CATEGORY_FIND_FIELD(Code)
Status line category "findField". Value: "findField"
since:
   3.0



STATUS_CATEGORY_INPUT_MODE
String STATUS_CATEGORY_INPUT_MODE(Code)
Status line category "input mode". Value: "InputMode"
since:
   2.0



STATUS_CATEGORY_INPUT_POSITION
String STATUS_CATEGORY_INPUT_POSITION(Code)
Status line category "input position". Value: "InputPosition"
since:
   2.0



SWAP_MARK
String SWAP_MARK(Code)
Name of the action to swap the mark with the cursor position. Value: "SwapMark"
since:
   2.0



TOGGLE_INSERT_MODE
String TOGGLE_INSERT_MODE(Code)
Name of the action for toggling the smart insert mode. Value: "ToggleInsertMode"
since:
   3.0



UNDO
String UNDO(Code)
Name of standard Undo global action in the Edit menu. Value "undo"
since:
   3.0
See Also:   org.eclipse.ui.actions.ActionFactory.UNDO



UPPER_CASE
String UPPER_CASE(Code)
Name of the action to turn a selection to upper case Value: "UpperCase"
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.