|
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 java.lang.String |
ADD_BOOKMARK
Action definition id of the edit add bookmark action. |
static java.lang.String |
ADD_TASK
Action definition id of the edit add task action. |
static java.lang.String |
COPY
Action definition id of the edit copy action. |
static java.lang.String |
CUT
Action definition id of the edit cut action. |
static java.lang.String |
DELETE
Action definition id of the edit delete action. |
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
Action definition id of the edit find/replace action. |
static java.lang.String |
MOVE
The command identifier for the "move" action that typically appears in the file menu. |
static java.lang.String |
PASTE
Action definition id of the edit past action. |
static java.lang.String |
PRINT
Action definition id of the file print action. |
static java.lang.String |
PROPERTIES
Action definition id of the file properties action. |
static java.lang.String |
REDO
Action definition id of the edit redo action. |
static java.lang.String |
RENAME
The command identifier for the "rename" action that typically appears in the file menu. |
static java.lang.String |
REVERT_TO_SAVED
Action definition id of the file revert action. |
static java.lang.String |
SAVE
Action definition id of the file save action. |
static java.lang.String |
SELECT_ALL
Action definition id of the edit select all action. |
static java.lang.String |
UNDO
Action definition id of the edit undo action. |
Field Detail |
---|
static final java.lang.String 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
"org.eclipse.ui.edit.revertToSaved"
static final java.lang.String CUT
"org.eclipse.ui.edit.cut"
static final java.lang.String COPY
"org.eclipse.ui.edit.copy"
static final java.lang.String PASTE
"org.eclipse.ui.edit.paste"
static final java.lang.String UNDO
"org.eclipse.ui.edit.undo"
static final java.lang.String PROPERTIES
"org.eclipse.ui.file.properties"
static final java.lang.String REDO
"org.eclipse.ui.edit.redo"
static final java.lang.String DELETE
"org.eclipse.ui.edit.delete"
static final java.lang.String SELECT_ALL
"org.eclipse.ui.edit.selectAll"
static final java.lang.String FIND_REPLACE
"org.eclipse.ui.edit.findReplace"
static final java.lang.String ADD_BOOKMARK
"org.eclipse.ui.edit.addBookmark"
static final java.lang.String ADD_TASK
"org.eclipse.ui.edit.addTask"
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"
static final java.lang.String MOVE
"org.eclipse.ui.edit.move"
static final java.lang.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.