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