public interface IWorkbenchActionDefinitionIds
This interface must not be implemented by clients.
Modifier and Type | Field and Description |
---|---|
static String |
ADD_BOOKMARK
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_ADD_BOOKMARK |
static String |
ADD_TASK
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_ADD_TASK |
static String |
COPY
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_COPY |
static String |
CUT
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_CUT |
static String |
DELETE
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_DELETE |
static String |
FIND_INCREMENTAL
Action definition id of the edit incremental find action.
|
static String |
FIND_INCREMENTAL_REVERSE
Action definition id of the edit incremental find reverse action.
|
static String |
FIND_NEXT
Action definition id of the edit find next action.
|
static String |
FIND_PREVIOUS
Action definition id of the edit find previous action.
|
static String |
FIND_REPLACE
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_FIND_AND_REPLACE |
static String |
MOVE
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_MOVE |
static String |
PASTE
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_PASTE |
static String |
PRINT
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_PRINT |
static String |
PROPERTIES
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_PROPERTIES |
static String |
REDO
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_REDO |
static String |
RENAME
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_RENAME |
static String |
REVERT
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.FILE_REVERT |
static String |
REVERT_TO_SAVED
Deprecated.
As of 3.4, replaced by
REVERT |
static String |
SAVE
Deprecated.
As of 3.5, no longer used
|
static String |
SELECT_ALL
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_SELECT_ALL |
static String |
UNDO
Deprecated.
As of 3.5, replaced by
IWorkbenchCommandConstants.EDIT_UNDO |
static final String PRINT
IWorkbenchCommandConstants.FILE_PRINT
"org.eclipse.ui.file.print"
static final String SAVE
"org.eclipse.ui.file.save"
static final String REVERT_TO_SAVED
REVERT
"org.eclipse.ui.edit.revertToSaved"
static final String REVERT
IWorkbenchCommandConstants.FILE_REVERT
"org.eclipse.ui.file.revert"
static final String PROPERTIES
IWorkbenchCommandConstants.FILE_PROPERTIES
"org.eclipse.ui.file.properties"
static final String CUT
IWorkbenchCommandConstants.EDIT_CUT
"org.eclipse.ui.edit.cut"
static final String COPY
IWorkbenchCommandConstants.EDIT_COPY
"org.eclipse.ui.edit.copy"
static final String PASTE
IWorkbenchCommandConstants.EDIT_PASTE
"org.eclipse.ui.edit.paste"
static final String UNDO
IWorkbenchCommandConstants.EDIT_UNDO
"org.eclipse.ui.edit.undo"
static final String REDO
IWorkbenchCommandConstants.EDIT_REDO
"org.eclipse.ui.edit.redo"
static final String DELETE
IWorkbenchCommandConstants.EDIT_DELETE
"org.eclipse.ui.edit.delete"
static final String SELECT_ALL
IWorkbenchCommandConstants.EDIT_SELECT_ALL
"org.eclipse.ui.edit.selectAll"
static final String FIND_REPLACE
IWorkbenchCommandConstants.EDIT_FIND_AND_REPLACE
"org.eclipse.ui.edit.findReplace"
static final String ADD_BOOKMARK
IWorkbenchCommandConstants.EDIT_ADD_BOOKMARK
"org.eclipse.ui.edit.addBookmark"
static final String ADD_TASK
IWorkbenchCommandConstants.EDIT_ADD_TASK
"org.eclipse.ui.edit.addTask"
static final String MOVE
IWorkbenchCommandConstants.FILE_MOVE
"org.eclipse.ui.edit.move"
static final String RENAME
IWorkbenchCommandConstants.FILE_RENAME
"org.eclipse.ui.edit.rename"
static final String FIND_NEXT
"org.eclipse.ui.edit.findNext"
static final String FIND_PREVIOUS
"org.eclipse.ui.edit.findPrevious"
static final String FIND_INCREMENTAL
"org.eclipse.ui.edit.findIncremental"
static final String FIND_INCREMENTAL_REVERSE
"org.eclipse.ui.edit.findIncrementalReverse"
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.