Eclipse Platform
Release 3.2

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 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

PRINT

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

See Also:
Constant Field Values

SAVE

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

See Also:
Constant Field Values

REVERT_TO_SAVED

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

See Also:
Constant Field Values

CUT

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

See Also:
Constant Field Values

COPY

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

See Also:
Constant Field Values

PASTE

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

See Also:
Constant Field Values

UNDO

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

See Also:
Constant Field Values

PROPERTIES

static final java.lang.String PROPERTIES
Action definition id of the file properties action. Value: "org.eclipse.ui.file.properties"

Since:
3.1
See Also:
Constant Field Values

REDO

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

See Also:
Constant Field Values

DELETE

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

See Also:
Constant Field Values

SELECT_ALL

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

See Also:
Constant Field Values

FIND_REPLACE

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

See Also:
Constant Field Values

ADD_BOOKMARK

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

See Also:
Constant Field Values

ADD_TASK

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

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

MOVE

static final java.lang.String MOVE
The 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

static final java.lang.String RENAME
The 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

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.