Package org.eclipse.ui.texteditor
Interface IWorkbenchActionDefinitionIds
- All Known Subinterfaces:
ITextEditorActionDefinitionIds
public interface IWorkbenchActionDefinitionIds
Defines the definitions ids for workbench actions.
This interface must not be implemented by clients.
- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_TASKstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_COPYstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_CUTstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_DELETEstatic final StringAction definition id of the edit incremental find action.static final StringAction definition id of the edit incremental find reverse action.static final StringAction definition id of the edit find next action.static final StringAction definition id of the edit find previous action.static final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_FIND_AND_REPLACEstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_MOVEstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_PASTEstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PRINTstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PROPERTIESstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_REDOstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_RENAMEstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_REVERTstatic final StringDeprecated.As of 3.4, replaced byREVERTstatic final StringDeprecated.As of 3.5, no longer usedstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_SELECT_ALLstatic final StringDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_UNDO
-
Field Details
-
PRINT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PRINTAction definition id of the file print action. Value:"org.eclipse.ui.file.print"- See Also:
-
SAVE
Deprecated.As of 3.5, no longer usedAction definition id of the file save action. Value:"org.eclipse.ui.file.save"- See Also:
-
REVERT_TO_SAVED
Deprecated.As of 3.4, replaced byREVERTAction definition id of the file revert action. Value:"org.eclipse.ui.edit.revertToSaved"- See Also:
-
REVERT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_REVERTAction definition id of the file revert action. Value:"org.eclipse.ui.file.revert"- Since:
- 3.4
- See Also:
-
PROPERTIES
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PROPERTIESAction definition id of the file properties action. Value:"org.eclipse.ui.file.properties"- Since:
- 3.1
- See Also:
-
CUT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_CUTAction definition id of the edit cut action. Value:"org.eclipse.ui.edit.cut"- See Also:
-
COPY
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_COPYAction definition id of the edit copy action. Value:"org.eclipse.ui.edit.copy"- See Also:
-
PASTE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_PASTEAction definition id of the edit past action. Value:"org.eclipse.ui.edit.paste"- See Also:
-
UNDO
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_UNDOAction definition id of the edit undo action. Value:"org.eclipse.ui.edit.undo"- See Also:
-
REDO
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_REDOAction definition id of the edit redo action. Value:"org.eclipse.ui.edit.redo"- See Also:
-
DELETE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_DELETEAction definition id of the edit delete action. Value:"org.eclipse.ui.edit.delete"- See Also:
-
SELECT_ALL
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_SELECT_ALLAction definition id of the edit select all action. Value:"org.eclipse.ui.edit.selectAll"- See Also:
-
FIND_REPLACE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_FIND_AND_REPLACEAction definition id of the edit find/replace action. Value:"org.eclipse.ui.edit.findReplace"- See Also:
-
ADD_BOOKMARK
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_BOOKMARKAction definition id of the edit add bookmark action. Value:"org.eclipse.ui.edit.addBookmark"- See Also:
-
ADD_TASK
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_TASKAction definition id of the edit add task action. Value:"org.eclipse.ui.edit.addTask"- See Also:
-
MOVE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_MOVEThe command identifier for the "move" action that typically appears in the file menu. Value:"org.eclipse.ui.edit.move"- Since:
- 3.0
- See Also:
-
RENAME
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_RENAMEThe command identifier for the "rename" action that typically appears in the file menu. Value:"org.eclipse.ui.edit.rename"- Since:
- 3.0
- See Also:
-
FIND_NEXT
Action definition id of the edit find next action. Value:"org.eclipse.ui.edit.findNext"- See Also:
-
FIND_PREVIOUS
Action definition id of the edit find previous action. Value:"org.eclipse.ui.edit.findPrevious"- See Also:
-
FIND_INCREMENTAL
Action definition id of the edit incremental find action. Value:"org.eclipse.ui.edit.findIncremental"- See Also:
-
FIND_INCREMENTAL_REVERSE
Action definition id of the edit incremental find reverse action. Value:"org.eclipse.ui.edit.findIncrementalReverse"- Since:
- 2.1
- See Also:
-
IWorkbenchCommandConstants.EDIT_ADD_BOOKMARK