Package | Description |
---|---|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.ide |
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
|
Modifier and Type | Field and Description |
---|---|
static ActionFactory |
ActionFactory.ABOUT
Workbench action (id: "about", commandId: "org.eclipse.ui.help.aboutAction"): Displays the
About dialog.
|
static ActionFactory |
ActionFactory.ACTIVATE_EDITOR
Workbench action (id: "activateEditor", commandId: "org.eclipse.ui.window.activateEditor"):
Activate the most recently used editor.
|
static ActionFactory |
ActionFactory.BACK
Workbench action (id: "back", commandId: "org.eclipse.ui.navigate.back"): Back.
|
static ActionFactory |
ActionFactory.BACKWARD_HISTORY
Workbench action (id: "backardHistory", commandId: "org.eclipse.ui.navigate.backwardHistory"):
Backward in the navigation history.
|
static ActionFactory |
ActionFactory.CLOSE
Workbench action (id: "close", commandId: "org.eclipse.ui.file.close"): Close the active
editor.
|
static ActionFactory |
ActionFactory.CLOSE_ALL
Workbench action (id: "closeAll", commandId: "org.eclipse.ui.file.closeAll"): Close all open
editors.
|
static ActionFactory |
ActionFactory.CLOSE_ALL_PERSPECTIVES
Workbench action (id: "closeAllPerspectives", commandId: "org.eclipse.ui.window.closeAllPerspectives"):
Closes all perspectives.
|
static ActionFactory |
ActionFactory.CLOSE_ALL_SAVED
Workbench action (id: "closeAllSaved"): Close all open editors except those with unsaved
changes.
|
static ActionFactory |
ActionFactory.CLOSE_OTHERS
Workbench action (id: "closeOthers", commandId: "org.eclipse.ui.file.closeOthers"): Close all
editors except the one that is active.
|
static ActionFactory |
ActionFactory.CLOSE_PERSPECTIVE
Workbench action (id: "closePerspective", commandId: "org.eclipse.ui.window.closePerspective"):
Closes the current perspective.
|
static ActionFactory |
ActionFactory.COPY
Workbench action (id: "copy", commandId: "org.eclipse.ui.edit.copy"): Copy.
|
static ActionFactory |
ActionFactory.CUT
Workbench action (id: "cut", commandId: "org.eclipse.ui.edit.cut"): Cut.
|
static ActionFactory |
ActionFactory.DELETE
Workbench action (id: "delete", commandId: "org.eclipse.ui.edit.delete"): Delete.
|
static ActionFactory |
ActionFactory.DYNAMIC_HELP
Workbench action (id: "dynamicHelp", commandId: "org.eclipse.ui.help.dynamicHelp"): Open the
dynamic help.
|
static ActionFactory |
ActionFactory.EDIT_ACTION_SETS
Workbench action (id: "editActionSets", commandId: "org.eclipse.ui.window.customizePerspective"):
Edit the action sets.
|
static ActionFactory |
ActionFactory.EXPORT
Workbench action (id: "export", commandId: "org.eclipse.ui.file.export"): Opens the export
wizard.
|
static ActionFactory |
ActionFactory.FIND
Workbench action (id: "find", commandId: "org.eclipse.ui.edit.findReplace"): Find.
|
static ActionFactory |
ActionFactory.FORWARD
Workbench action (id: "forward", commandId: "org.eclipse.ui.navigate.forward"): Forward.
|
static ActionFactory |
ActionFactory.FORWARD_HISTORY
Workbench action (id: "forwardHistory", commandId: "org.eclipse.ui.navigate.forwardHistory"):
Forward in the navigation history.
|
static ActionFactory |
ActionFactory.GO_INTO
Workbench action (id: "goInto", commandId: "org.eclipse.ui.navigate.goInto"): Go Into.
|
static ActionFactory |
ActionFactory.HELP_CONTENTS
Workbench action (id: "helpContents", commandId: "org.eclipse.ui.help.helpContents"): Open
the help contents.
|
static ActionFactory |
ActionFactory.HELP_SEARCH
Workbench action (id: "helpSearch", commandId: "org.eclipse.ui.help.helpSearch"): Open the
help search.
|
static ActionFactory |
ActionFactory.IMPORT
Workbench action (id: "import", commandId: "org.eclipse.ui.file.import"): Opens the import
wizard.
|
static ActionFactory |
ActionFactory.INTRO
Workbench action (id: "intro", commandId: "org.eclipse.ui.help.quickStartAction"): Activate
the introduction extension.
|
static ActionFactory |
ActionFactory.LOCK_TOOL_BAR
Workbench action (id: "lockToolBar"): Lock/unlock the workbench window
tool bar.
|
static ActionFactory |
ActionFactory.MAXIMIZE
Workbench action (id: "maximize", commandId: "org.eclipse.ui.window.maximizePart"):
Maximize/restore the active part.
|
static ActionFactory |
ActionFactory.MINIMIZE
Workbench action (id: "minimize", commandId: "org.eclipse.ui.window.minimizePart"): Minimizes
the active part.
|
static ActionFactory |
ActionFactory.MOVE
Workbench action (id: "move", commandId: "org.eclipse.ui.edit.move"): Move.
|
static ActionFactory |
ActionFactory.NEW
Workbench action (id: "new", commandId: "org.eclipse.ui.newWizard"): Opens the new wizard
dialog.
|
static ActionFactory |
ActionFactory.NEW_EDITOR
Workbench action (id: "newEditor", commandId: "org.eclipse.ui.window.newEditor"): Open a new
editor on the active editor's input.
|
static ActionFactory |
ActionFactory.NEW_WIZARD_DROP_DOWN
Workbench action (id: "newWizardDropDown"): Drop-down action which shows shows the new wizard
drop down, or opens the new wizard dialog when pressed.
|
static ActionFactory |
ActionFactory.NEXT
Workbench action (id: "next", commandId: "org.eclipse.ui.navigate.next"): Next.
|
static ActionFactory |
ActionFactory.NEXT_EDITOR
Workbench action (id: "nextEditor", commandId: "org.eclipse.ui.window.nextEditor"): Next
editor.
|
static ActionFactory |
ActionFactory.NEXT_PART
Workbench action (id: "nextPart", commandId: "org.eclipse.ui.window.nextView"): Next part.
|
static ActionFactory |
ActionFactory.NEXT_PERSPECTIVE
Workbench action (id: "nextPerspective", commandId: "org.eclipse.ui.window.nextPerspective"):
Next perspective.
|
static ActionFactory |
ActionFactory.OPEN_NEW_WINDOW
Workbench action (id: "openNewWindow", commandId: "org.eclipse.ui.window.newWindow"): Open a
new workbench window.
|
static ActionFactory |
ActionFactory.OPEN_PERSPECTIVE_DIALOG
Workbench action (id: "openPerspectiveDialog", commandId: "org.eclipse.ui.perspectives.showPerspective"):
Open the Open Perspective dialog.
|
static ActionFactory |
ActionFactory.PASTE
Workbench action (id: "paste", commandId: "org.eclipse.ui.edit.paste"): Paste.
|
static ActionFactory |
ActionFactory.PREFERENCES
Workbench action (id: "preferences", commandId: "org.eclipse.ui.window.preferences"):
Displays the Preferences dialog.
|
static ActionFactory |
ActionFactory.PREVIOUS
Workbench action (id: "previous", commandId: "org.eclipse.ui.navigate.previous"): Previous.
|
static ActionFactory |
ActionFactory.PREVIOUS_EDITOR
Workbench action (id: "previousEditor", commandId: "org.eclipse.ui.window.previousEditor"):
Previous editor.
|
static ActionFactory |
ActionFactory.PREVIOUS_PART
Workbench action (id: "previousPart", commandId: "org.eclipse.ui.window.previousView"):
Previous part.
|
static ActionFactory |
ActionFactory.PREVIOUS_PERSPECTIVE
Workbench action (id: "previousPerspective", commandId: "org.eclipse.ui.window.previousPerspective"):
Previous perspective.
|
static ActionFactory |
ActionFactory.PRINT
Workbench action (id: "print", commandId: "org.eclipse.ui.file.print"): Print.
|
static ActionFactory |
ActionFactory.PROPERTIES
Workbench action (id: "properties", commandId: "org.eclipse.ui.file.properties"): Properties.
|
static ActionFactory |
ActionFactory.QUIT
Workbench action (id: "quit", commandId: "org.eclipse.ui.file.exit"): Quit (close the
workbench).
|
static ActionFactory |
ActionFactory.REDO
Workbench action (id: "redo", commandId: "org.eclipse.ui.edit.redo"): Redo.
|
static ActionFactory |
ActionFactory.REFRESH
Workbench action (id: "refresh", commandId: "org.eclipse.ui.file.refresh"): Refresh.
|
static ActionFactory |
ActionFactory.RENAME
Workbench action (id: "rename", commandId: "org.eclipse.ui.edit.rename"): Rename.
|
static ActionFactory |
ActionFactory.RESET_PERSPECTIVE
Workbench action (id: "resetPerspective", commandId: "org.eclipse.ui.window.resetPerspective"):
Resets the current perspective.
|
static ActionFactory |
ActionFactory.REVERT
Workbench action (id: "revert", commandId: "org.eclipse.ui.file.revert"): Revert.
|
static ActionFactory |
ActionFactory.SAVE
Workbench action (id: "save", commandId: "org.eclipse.ui.file.save"): Save the active editor.
|
static ActionFactory |
ActionFactory.SAVE_ALL
Workbench action (id: "saveAll", commandId: "org.eclipse.ui.file.saveAll"): Save all open
editors with unsaved changes.
|
static ActionFactory |
ActionFactory.SAVE_AS
Workbench action (id: "saveAs", commandId: "org.eclipse.ui.file.saveAs"): Save As for the
active editor.
|
static ActionFactory |
ActionFactory.SAVE_PERSPECTIVE
Workbench action (id: "savePerspective", commandId: "org.eclipse.ui.window.savePerspective"):
Save the current perspective.
|
static ActionFactory |
ActionFactory.SELECT_ALL
Workbench action (id: "selectAll", commandId: "org.eclipse.ui.edit.selectAll"): Select All.
|
static ActionFactory |
ActionFactory.SHOW_EDITOR
Workbench action (id: "showEditor"): Show/hide the editor area.
|
static ActionFactory |
ActionFactory.SHOW_OPEN_EDITORS
Workbench action (id: "showOpenEditors"): Show a list of open (and recently closed) editors.
|
static ActionFactory |
ActionFactory.SHOW_PART_PANE_MENU
Workbench action (id: "showPartPaneMenu"): Show the part pane menu.
|
static ActionFactory |
ActionFactory.SHOW_QUICK_ACCESS
Workbench action (id: "showQuickAccess"): Shows a list of UI elements like editors, views,
perspectives etc.
|
static ActionFactory |
ActionFactory.SHOW_VIEW_MENU
Workbench action (id: "showViewMenu", commandId: "org.eclipse.ui.window.showViewMenu"): Show
the view menu.
|
static ActionFactory |
ActionFactory.SHOW_WORKBOOK_EDITORS
Workbench action (id: "showWorkbookEditors"): Shows a list of open editors in the current or
last active workbook.
|
static ActionFactory |
ActionFactory.TOGGLE_COOLBAR
Workbench action (id: "toggleCoolbar"): Toggle the visibility of the coolbar and perspective
switcher.
|
static ActionFactory |
ActionFactory.UNDO
Workbench action (id: "undo", commandId: "org.eclipse.ui.edit.undo"): Undo.
|
static ActionFactory |
ActionFactory.UP
Workbench action (id: "up", commandId: "org.eclipse.ui.navigate.up"): Up.
|
Modifier and Type | Field and Description |
---|---|
static ActionFactory |
IDEActionFactory.ADD_TASK
IDE-specific workbench action (id: "addTask", commandId: "org.eclipse.ui.edit.addTask"): Add task.
|
static ActionFactory |
IDEActionFactory.BOOKMARK
IDE-specific workbench action (id: "bookmark", commandId: "org.eclipse.ui.edit.addBookmark"): Add bookmark.
|
static ActionFactory |
IDEActionFactory.BUILD
IDE-specific workbench action (id: "build", commandId: "org.eclipse.ui.project.buildAll"):
Incremental build.
|
static ActionFactory |
IDEActionFactory.BUILD_AUTOMATICALLY
IDE-specific workbench action (id: "buildAutomatically"): Build automatically.
|
static ActionFactory |
IDEActionFactory.BUILD_CLEAN
IDE-specific workbench action (id: "buildClean"): Build clean.
|
static ActionFactory |
IDEActionFactory.BUILD_PROJECT
IDE-specific workbench action (id: "buildProject", commandId: "org.eclipse.ui.project.buildProject"):
Incremental build.
|
static ActionFactory |
IDEActionFactory.CLOSE_PROJECT
IDE-specific workbench action (id: "closeProject", commandId: "org.eclipse.ui.project.closeProject"):
Close project.
|
static ActionFactory |
IDEActionFactory.CLOSE_UNRELATED_PROJECTS
IDE-specific workbench action (id: "closeUnrelatedProjects", commandId: "org.eclipse.ui.project.closeUnrelatedProjects"):
Close unrelated projects.
|
static ActionFactory |
IDEActionFactory.NEW_WIZARD_DROP_DOWN
IDE-specific workbench action (id: "newWizardDropDown"): Opens the "new" wizard drop down, including
resource-specific items for Project... and Example...
|
static ActionFactory |
IDEActionFactory.OPEN_PROJECT
IDE-specific workbench action (id: "openProject", commandId: "org.eclipse.ui.project.openProject"):
Open project.
|
static ActionFactory |
IDEActionFactory.OPEN_PROJECT_PROPERTIES
IDE-specific workbench action (id: "projectProperties"): Open project properties.
|
static ActionFactory |
IDEActionFactory.OPEN_WORKSPACE
IDE-specific workbench action (id: "openWorkspace"): Open workspace.
|
static ActionFactory |
IDEActionFactory.QUICK_START
Deprecated.
the IDE now uses the new intro mechanism
|
static ActionFactory |
IDEActionFactory.REBUILD_ALL
Deprecated.
as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)
|
static ActionFactory |
IDEActionFactory.REBUILD_PROJECT
Deprecated.
as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)
|
static ActionFactory |
IDEActionFactory.TIPS_AND_TRICKS
IDE-specific workbench action (id: "tipsAndTricks", commandId: "org.eclipse.ui.help.tipsAndTricksAction"):
Tips and tricks.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.