|
Eclipse Platform Release 3.2 |
|||||||||
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.
Field Summary | |
---|---|
static String |
ADD_BOOKMARK
Action definition id of the edit add bookmark action. |
static String |
ADD_TASK
Action definition id of the edit add task action. |
static String |
COPY
Action definition id of the edit copy action. |
static String |
CUT
Action definition id of the edit cut action. |
static String |
DELETE
Action definition id of the edit delete action. |
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
Action definition id of the edit find/replace action. |
static String |
MOVE
The command identifier for the "move" action that typically appears in the file menu. |
static String |
PASTE
Action definition id of the edit past action. |
static String |
PRINT
Action definition id of the file print action. |
static String |
PROPERTIES
Action definition id of the file properties action. |
static String |
REDO
Action definition id of the edit redo action. |
static String |
RENAME
The command identifier for the "rename" action that typically appears in the file menu. |
static String |
REVERT_TO_SAVED
Action definition id of the file revert action. |
static String |
SAVE
Action definition id of the file save action. |
static String |
SELECT_ALL
Action definition id of the edit select all action. |
static String |
UNDO
Action definition id of the edit undo action. |
Field Detail |
---|
static final String PRINT
"org.eclipse.ui.file.print"
static final String SAVE
"org.eclipse.ui.file.save"
static final String REVERT_TO_SAVED
"org.eclipse.ui.edit.revertToSaved"
static final String CUT
"org.eclipse.ui.edit.cut"
static final String COPY
"org.eclipse.ui.edit.copy"
static final String PASTE
"org.eclipse.ui.edit.paste"
static final String UNDO
"org.eclipse.ui.edit.undo"
static final String PROPERTIES
"org.eclipse.ui.file.properties"
static final String REDO
"org.eclipse.ui.edit.redo"
static final String DELETE
"org.eclipse.ui.edit.delete"
static final String SELECT_ALL
"org.eclipse.ui.edit.selectAll"
static final String FIND_REPLACE
"org.eclipse.ui.edit.findReplace"
static final String ADD_BOOKMARK
"org.eclipse.ui.edit.addBookmark"
static final String ADD_TASK
"org.eclipse.ui.edit.addTask"
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"
static final String MOVE
"org.eclipse.ui.edit.move"
static final String RENAME
"org.eclipse.ui.edit.rename"
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.