Eclipse Platform
2.1

org.eclipse.ui.texteditor
Interface IWorkbenchActionDefinitionIds

All Known Subinterfaces:
ITextEditorActionDefinitionIds

public interface IWorkbenchActionDefinitionIds

Defines the definitions ids for workbench actions.

Since:
2.0

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 PASTE
          Action definition id of the edit past action.
static String PRINT
          Action definition id of the file print action.
static String REDO
          Action definition id of the edit redo action.
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

PRINT

public static final String PRINT
Action definition id of the file print action. Value: "org.eclipse.ui.file.print"

SAVE

public static final String SAVE
Action definition id of the file save action. Value: "org.eclipse.file.save"

REVERT_TO_SAVED

public static final String REVERT_TO_SAVED
Action definition id of the file revert action. Value: "org.eclipse.ui.edit.revertToSaved"

CUT

public static final String CUT
Action definition id of the edit cut action. Value: "org.eclipse.ui.edit.cut"

COPY

public static final String COPY
Action definition id of the edit copy action. Value: "org.eclipse.ui.edit.copy"

PASTE

public static final String PASTE
Action definition id of the edit past action. Value: "org.eclipse.ui.edit.paste"

UNDO

public static final String UNDO
Action definition id of the edit undo action. Value: "org.eclipse.ui.edit.undo"

REDO

public static final String REDO
Action definition id of the edit redo action. Value: "org.eclipse.ui.edit.redo"

DELETE

public static final String DELETE
Action definition id of the edit delete action. Value: "org.eclipse.ui.edit.delete"

SELECT_ALL

public static final String SELECT_ALL
Action definition id of the edit select all action. Value: "org.eclipse.ui.edit.selectAll"

FIND_REPLACE

public static final String FIND_REPLACE
Action definition id of the edit find/replace action. Value: "org.eclipse.ui.edit.findReplace"

ADD_BOOKMARK

public static final String ADD_BOOKMARK
Action definition id of the edit add bookmark action. Value: "org.eclipse.ui.edit.addBookmark"

ADD_TASK

public static final String ADD_TASK
Action definition id of the edit add task action. Value: "org.eclipse.ui.edit.addTask"

FIND_NEXT

public static final String FIND_NEXT
Action definition id of the edit find next action. Value: "org.eclipse.ui.edit.findNext"

FIND_PREVIOUS

public static final String FIND_PREVIOUS
Action definition id of the edit find previous action. Value: "org.eclipse.ui.edit.findPrevious"

FIND_INCREMENTAL

public static final String FIND_INCREMENTAL
Action definition id of the edit incremental find action. Value: "org.eclipse.ui.edit.findIncremental"

FIND_INCREMENTAL_REVERSE

public static final String FIND_INCREMENTAL_REVERSE
Action definition id of the edit incremental find reverse action. Value: "org.eclipse.ui.edit.findIncrementalReverse"
Since:
2.1

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.