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