Package org.eclipse.ui.texteditor
Interface IWorkbenchActionDefinitionIds
-
- All Known Subinterfaces:
ITextEditorActionDefinitionIds
public interface IWorkbenchActionDefinitionIdsDefines the definitions ids for workbench actions.This interface must not be implemented by clients.
- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADD_BOOKMARKDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_BOOKMARKstatic java.lang.StringADD_TASKDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_TASKstatic java.lang.StringCOPYDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_COPYstatic java.lang.StringCUTDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_CUTstatic java.lang.StringDELETEDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_DELETEstatic java.lang.StringFIND_INCREMENTALAction definition id of the edit incremental find action.static java.lang.StringFIND_INCREMENTAL_REVERSEAction definition id of the edit incremental find reverse action.static java.lang.StringFIND_NEXTAction definition id of the edit find next action.static java.lang.StringFIND_PREVIOUSAction definition id of the edit find previous action.static java.lang.StringFIND_REPLACEDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_FIND_AND_REPLACEstatic java.lang.StringMOVEDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_MOVEstatic java.lang.StringPASTEDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_PASTEstatic java.lang.StringPRINTDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PRINTstatic java.lang.StringPROPERTIESDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PROPERTIESstatic java.lang.StringREDODeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_REDOstatic java.lang.StringRENAMEDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_RENAMEstatic java.lang.StringREVERTDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_REVERTstatic java.lang.StringREVERT_TO_SAVEDDeprecated.As of 3.4, replaced byREVERTstatic java.lang.StringSAVEDeprecated.As of 3.5, no longer usedstatic java.lang.StringSELECT_ALLDeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_SELECT_ALLstatic java.lang.StringUNDODeprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_UNDO
-
-
-
Field Detail
-
PRINT
@Deprecated static final java.lang.String PRINT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PRINTAction definition id of the file print action. Value:"org.eclipse.ui.file.print"- See Also:
- Constant Field Values
-
SAVE
@Deprecated static final java.lang.String SAVE
Deprecated.As of 3.5, no longer usedAction definition id of the file save action. Value:"org.eclipse.ui.file.save"- See Also:
- Constant Field Values
-
REVERT_TO_SAVED
@Deprecated static final java.lang.String REVERT_TO_SAVED
Deprecated.As of 3.4, replaced byREVERTAction definition id of the file revert action. Value:"org.eclipse.ui.edit.revertToSaved"- See Also:
- Constant Field Values
-
REVERT
@Deprecated static final java.lang.String REVERT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_REVERTAction definition id of the file revert action. Value:"org.eclipse.ui.file.revert"- Since:
- 3.4
- See Also:
- Constant Field Values
-
PROPERTIES
@Deprecated static final java.lang.String PROPERTIES
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_PROPERTIESAction definition id of the file properties action. Value:"org.eclipse.ui.file.properties"- Since:
- 3.1
- See Also:
- Constant Field Values
-
CUT
@Deprecated static final java.lang.String CUT
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_CUTAction definition id of the edit cut action. Value:"org.eclipse.ui.edit.cut"- See Also:
- Constant Field Values
-
COPY
@Deprecated static final java.lang.String COPY
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_COPYAction definition id of the edit copy action. Value:"org.eclipse.ui.edit.copy"- See Also:
- Constant Field Values
-
PASTE
@Deprecated static final java.lang.String PASTE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_PASTEAction definition id of the edit past action. Value:"org.eclipse.ui.edit.paste"- See Also:
- Constant Field Values
-
UNDO
@Deprecated static final java.lang.String UNDO
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_UNDOAction definition id of the edit undo action. Value:"org.eclipse.ui.edit.undo"- See Also:
- Constant Field Values
-
REDO
@Deprecated static final java.lang.String REDO
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_REDOAction definition id of the edit redo action. Value:"org.eclipse.ui.edit.redo"- See Also:
- Constant Field Values
-
DELETE
@Deprecated static final java.lang.String DELETE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_DELETEAction definition id of the edit delete action. Value:"org.eclipse.ui.edit.delete"- See Also:
- Constant Field Values
-
SELECT_ALL
@Deprecated static final java.lang.String SELECT_ALL
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_SELECT_ALLAction definition id of the edit select all action. Value:"org.eclipse.ui.edit.selectAll"- See Also:
- Constant Field Values
-
FIND_REPLACE
@Deprecated static final java.lang.String FIND_REPLACE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_FIND_AND_REPLACEAction definition id of the edit find/replace action. Value:"org.eclipse.ui.edit.findReplace"- See Also:
- Constant Field Values
-
ADD_BOOKMARK
@Deprecated static final java.lang.String ADD_BOOKMARK
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_BOOKMARKAction definition id of the edit add bookmark action. Value:"org.eclipse.ui.edit.addBookmark"- See Also:
- Constant Field Values
-
ADD_TASK
@Deprecated static final java.lang.String ADD_TASK
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.EDIT_ADD_TASKAction definition id of the edit add task action. Value:"org.eclipse.ui.edit.addTask"- See Also:
- Constant Field Values
-
MOVE
@Deprecated static final java.lang.String MOVE
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_MOVEThe command identifier for the "move" action that typically appears in the file menu. Value:"org.eclipse.ui.edit.move"- Since:
- 3.0
- See Also:
- Constant Field Values
-
RENAME
@Deprecated static final java.lang.String RENAME
Deprecated.As of 3.5, replaced byIWorkbenchCommandConstants.FILE_RENAMEThe command identifier for the "rename" action that typically appears in the file menu. Value:"org.eclipse.ui.edit.rename"- Since:
- 3.0
- See Also:
- Constant Field Values
-
FIND_NEXT
static final java.lang.String FIND_NEXT
Action definition id of the edit find next action. Value:"org.eclipse.ui.edit.findNext"- See Also:
- Constant Field Values
-
FIND_PREVIOUS
static final java.lang.String FIND_PREVIOUS
Action definition id of the edit find previous action. Value:"org.eclipse.ui.edit.findPrevious"- See Also:
- Constant Field Values
-
FIND_INCREMENTAL
static final java.lang.String FIND_INCREMENTAL
Action definition id of the edit incremental find action. Value:"org.eclipse.ui.edit.findIncremental"- See Also:
- Constant Field Values
-
FIND_INCREMENTAL_REVERSE
static final java.lang.String FIND_INCREMENTAL_REVERSE
Action definition id of the edit incremental find reverse action. Value:"org.eclipse.ui.edit.findIncrementalReverse"- Since:
- 2.1
- See Also:
- Constant Field Values
-
-