|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkbenchActionDefinitionIds
Defines the definitions ids for workbench actions.
This interface must not be implemented by clients.
Field Summary | |
---|---|
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 |
Field Detail |
---|
static final java.lang.String PRINT
IWorkbenchCommandConstants.FILE_PRINT
"org.eclipse.ui.file.print"
static final java.lang.String SAVE
"org.eclipse.ui.file.save"
static final java.lang.String REVERT_TO_SAVED
REVERT
"org.eclipse.ui.edit.revertToSaved"
static final java.lang.String REVERT
IWorkbenchCommandConstants.FILE_REVERT
"org.eclipse.ui.file.revert"
static final java.lang.String PROPERTIES
IWorkbenchCommandConstants.FILE_PROPERTIES
"org.eclipse.ui.file.properties"
static final java.lang.String CUT
IWorkbenchCommandConstants.EDIT_CUT
"org.eclipse.ui.edit.cut"
static final java.lang.String COPY
IWorkbenchCommandConstants.EDIT_COPY
"org.eclipse.ui.edit.copy"
static final java.lang.String PASTE
IWorkbenchCommandConstants.EDIT_PASTE
"org.eclipse.ui.edit.paste"
static final java.lang.String UNDO
IWorkbenchCommandConstants.EDIT_UNDO
"org.eclipse.ui.edit.undo"
static final java.lang.String REDO
IWorkbenchCommandConstants.EDIT_REDO
"org.eclipse.ui.edit.redo"
static final java.lang.String DELETE
IWorkbenchCommandConstants.EDIT_DELETE
"org.eclipse.ui.edit.delete"
static final java.lang.String SELECT_ALL
IWorkbenchCommandConstants.EDIT_SELECT_ALL
"org.eclipse.ui.edit.selectAll"
static final java.lang.String FIND_REPLACE
IWorkbenchCommandConstants.EDIT_FIND_AND_REPLACE
"org.eclipse.ui.edit.findReplace"
static final java.lang.String ADD_BOOKMARK
IWorkbenchCommandConstants.EDIT_ADD_BOOKMARK
"org.eclipse.ui.edit.addBookmark"
static final java.lang.String ADD_TASK
IWorkbenchCommandConstants.EDIT_ADD_TASK
"org.eclipse.ui.edit.addTask"
static final java.lang.String MOVE
IWorkbenchCommandConstants.FILE_MOVE
"org.eclipse.ui.edit.move"
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"
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.