Uses of Class
org.eclipse.ui.actions.ActionFactory
Packages that use 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
Fields in org.eclipse.ui.actions declared as ActionFactoryModifier and TypeFieldDescriptionstatic final ActionFactoryActionFactory.ABOUTWorkbench action (id: "about", commandId: "org.eclipse.ui.help.aboutAction"): Displays the About dialog.static final ActionFactoryActionFactory.ACTIVATE_EDITORWorkbench action (id: "activateEditor", commandId: "org.eclipse.ui.window.activateEditor"): Activate the most recently used editor.static final ActionFactoryActionFactory.BACKWorkbench action (id: "back", commandId: "org.eclipse.ui.navigate.back"): Back.static final ActionFactoryActionFactory.BACKWARD_HISTORYWorkbench action (id: "backardHistory", commandId: "org.eclipse.ui.navigate.backwardHistory"): Backward in the navigation history.static final ActionFactoryActionFactory.CLOSEWorkbench action (id: "close", commandId: "org.eclipse.ui.file.close"): Close the active editor.static final ActionFactoryActionFactory.CLOSE_ALLWorkbench action (id: "closeAll", commandId: "org.eclipse.ui.file.closeAll"): Close all open editors.static final ActionFactoryActionFactory.CLOSE_ALL_PERSPECTIVESWorkbench action (id: "closeAllPerspectives", commandId: "org.eclipse.ui.window.closeAllPerspectives"): Closes all perspectives.static final ActionFactoryActionFactory.CLOSE_ALL_SAVEDWorkbench action (id: "closeAllSaved"): Close all open editors except those with unsaved changes.static final ActionFactoryActionFactory.CLOSE_OTHERSWorkbench action (id: "closeOthers", commandId: "org.eclipse.ui.file.closeOthers"): Close all editors except the one that is active.static final ActionFactoryActionFactory.CLOSE_PERSPECTIVEWorkbench action (id: "closePerspective", commandId: "org.eclipse.ui.window.closePerspective"): Closes the current perspective.static final ActionFactoryActionFactory.COPYWorkbench action (id: "copy", commandId: "org.eclipse.ui.edit.copy"): Copy.static final ActionFactoryActionFactory.CUTWorkbench action (id: "cut", commandId: "org.eclipse.ui.edit.cut"): Cut.static final ActionFactoryActionFactory.DELETEWorkbench action (id: "delete", commandId: "org.eclipse.ui.edit.delete"): Delete.static final ActionFactoryActionFactory.DYNAMIC_HELPWorkbench action (id: "dynamicHelp", commandId: "org.eclipse.ui.help.dynamicHelp"): Open the dynamic help.static final ActionFactoryActionFactory.EDIT_ACTION_SETSWorkbench action (id: "editActionSets", commandId: "org.eclipse.ui.window.customizePerspective"): Edit the action sets.static final ActionFactoryActionFactory.EXPORTWorkbench action (id: "export", commandId: "org.eclipse.ui.file.export"): Opens the export wizard.static final ActionFactoryActionFactory.FINDWorkbench action (id: "find", commandId: "org.eclipse.ui.edit.findReplace"): Find.static final ActionFactoryActionFactory.FORWARDWorkbench action (id: "forward", commandId: "org.eclipse.ui.navigate.forward"): Forward.static final ActionFactoryActionFactory.FORWARD_HISTORYWorkbench action (id: "forwardHistory", commandId: "org.eclipse.ui.navigate.forwardHistory"): Forward in the navigation history.static final ActionFactoryActionFactory.GO_INTOWorkbench action (id: "goInto", commandId: "org.eclipse.ui.navigate.goInto"): Go Into.static final ActionFactoryActionFactory.HELP_CONTENTSWorkbench action (id: "helpContents", commandId: "org.eclipse.ui.help.helpContents"): Open the help contents.static final ActionFactoryActionFactory.HELP_SEARCHWorkbench action (id: "helpSearch", commandId: "org.eclipse.ui.help.helpSearch"): Open the help search.static final ActionFactoryActionFactory.IMPORTWorkbench action (id: "import", commandId: "org.eclipse.ui.file.import"): Opens the import wizard.static final ActionFactoryActionFactory.INTROWorkbench action (id: "intro", commandId: "org.eclipse.ui.help.quickStartAction"): Activate the introduction extension.static final ActionFactoryActionFactory.LOCK_TOOL_BARWorkbench action (id: "lockToolBar"): Lock/unlock the workbench window tool bar.static final ActionFactoryActionFactory.MAXIMIZEDeprecated.you should not use this field, kept for compatibility reasons.static final ActionFactoryActionFactory.MINIMIZEDeprecated.you should not use this field, that is kept for compatibility reasons. use instead the commandorg.eclipse.ui.window.minimizePart.static final ActionFactoryActionFactory.MOVEWorkbench action (id: "move", commandId: "org.eclipse.ui.edit.move"): Move.static final ActionFactoryActionFactory.NEWWorkbench action (id: "new", commandId: "org.eclipse.ui.newWizard"): Opens the new wizard dialog.static final ActionFactoryActionFactory.NEW_EDITORWorkbench action (id: "newEditor", commandId: "org.eclipse.ui.window.newEditor"): Open a new editor on the active editor's input.static final ActionFactoryActionFactory.NEW_WIZARD_DROP_DOWNWorkbench action (id: "newWizardDropDown"): Drop-down action which shows shows the new wizard drop down, or opens the new wizard dialog when pressed.static final ActionFactoryActionFactory.NEXTWorkbench action (id: "next", commandId: "org.eclipse.ui.navigate.next"): Next.static final ActionFactoryActionFactory.NEXT_EDITORWorkbench action (id: "nextEditor", commandId: "org.eclipse.ui.window.nextEditor"): Next editor.static final ActionFactoryActionFactory.NEXT_PARTWorkbench action (id: "nextPart", commandId: "org.eclipse.ui.window.nextView"): Next part.static final ActionFactoryActionFactory.NEXT_PERSPECTIVEWorkbench action (id: "nextPerspective", commandId: "org.eclipse.ui.window.nextPerspective"): Next perspective.static final ActionFactoryActionFactory.OPEN_NEW_WINDOWWorkbench action (id: "openNewWindow", commandId: "org.eclipse.ui.window.newWindow"): Open a new workbench window.static final ActionFactoryActionFactory.OPEN_PERSPECTIVE_DIALOGWorkbench action (id: "openPerspectiveDialog", commandId: "org.eclipse.ui.perspectives.showPerspective"): Open the Open Perspective dialog.static final ActionFactoryActionFactory.PASTEWorkbench action (id: "paste", commandId: "org.eclipse.ui.edit.paste"): Paste.static final ActionFactoryActionFactory.PREFERENCESWorkbench action (id: "preferences", commandId: "org.eclipse.ui.window.preferences"): Displays the Preferences dialog.static final ActionFactoryActionFactory.PREVIOUSWorkbench action (id: "previous", commandId: "org.eclipse.ui.navigate.previous"): Previous.static final ActionFactoryActionFactory.PREVIOUS_EDITORWorkbench action (id: "previousEditor", commandId: "org.eclipse.ui.window.previousEditor"): Previous editor.static final ActionFactoryActionFactory.PREVIOUS_PARTWorkbench action (id: "previousPart", commandId: "org.eclipse.ui.window.previousView"): Previous part.static final ActionFactoryActionFactory.PREVIOUS_PERSPECTIVEWorkbench action (id: "previousPerspective", commandId: "org.eclipse.ui.window.previousPerspective"): Previous perspective.static final ActionFactoryActionFactory.PRINTWorkbench action (id: "print", commandId: "org.eclipse.ui.file.print"): Print.static final ActionFactoryActionFactory.PROPERTIESWorkbench action (id: "properties", commandId: "org.eclipse.ui.file.properties"): Properties.static final ActionFactoryActionFactory.QUITWorkbench action (id: "quit", commandId: "org.eclipse.ui.file.exit"): Quit (close the workbench).static final ActionFactoryActionFactory.REDOWorkbench action (id: "redo", commandId: "org.eclipse.ui.edit.redo"): Redo.static final ActionFactoryActionFactory.REFRESHWorkbench action (id: "refresh", commandId: "org.eclipse.ui.file.refresh"): Refresh.static final ActionFactoryActionFactory.RENAMEWorkbench action (id: "rename", commandId: "org.eclipse.ui.edit.rename"): Rename.static final ActionFactoryActionFactory.RESET_PERSPECTIVEWorkbench action (id: "resetPerspective", commandId: "org.eclipse.ui.window.resetPerspective"): Resets the current perspective.static final ActionFactoryActionFactory.REVERTWorkbench action (id: "revert", commandId: "org.eclipse.ui.file.revert"): Revert.static final ActionFactoryActionFactory.SAVEWorkbench action (id: "save", commandId: "org.eclipse.ui.file.save"): Save the active editor.static final ActionFactoryActionFactory.SAVE_ALLWorkbench action (id: "saveAll", commandId: "org.eclipse.ui.file.saveAll"): Save all open editors with unsaved changes.static final ActionFactoryActionFactory.SAVE_ASWorkbench action (id: "saveAs", commandId: "org.eclipse.ui.file.saveAs"): Save As for the active editor.static final ActionFactoryActionFactory.SAVE_PERSPECTIVEWorkbench action (id: "savePerspective", commandId: "org.eclipse.ui.window.savePerspective"): Save the current perspective.static final ActionFactoryActionFactory.SELECT_ALLWorkbench action (id: "selectAll", commandId: "org.eclipse.ui.edit.selectAll"): Select All.static final ActionFactoryActionFactory.SHOW_EDITORWorkbench action (id: "showEditor"): Show/hide the editor area.static final ActionFactoryActionFactory.SHOW_OPEN_EDITORSWorkbench action (id: "showOpenEditors"): Show a list of open (and recently closed) editors.static final ActionFactoryActionFactory.SHOW_PART_PANE_MENUWorkbench action (id: "showPartPaneMenu"): Show the part pane menu.static final ActionFactoryActionFactory.SHOW_QUICK_ACCESSWorkbench action (id: "showQuickAccess"): Shows a list of UI elements like editors, views, perspectives etc.static final ActionFactoryActionFactory.SHOW_VIEW_MENUWorkbench action (id: "showViewMenu", commandId: "org.eclipse.ui.window.showViewMenu"): Show the view menu.static final ActionFactoryActionFactory.SHOW_WORKBOOK_EDITORSWorkbench action (id: "showWorkbookEditors"): Shows a list of open editors in the current or last active workbook.static final ActionFactoryActionFactory.TOGGLE_COOLBARWorkbench action (id: "toggleCoolbar"): Toggle the visibility of the coolbar and perspective switcher.static final ActionFactoryActionFactory.UNDOWorkbench action (id: "undo", commandId: "org.eclipse.ui.edit.undo"): Undo.static final ActionFactoryActionFactory.UPWorkbench action (id: "up", commandId: "org.eclipse.ui.navigate.up"): Up. -
Uses of ActionFactory in org.eclipse.ui.ide
Fields in org.eclipse.ui.ide declared as ActionFactoryModifier and TypeFieldDescriptionstatic final ActionFactoryIDEActionFactory.ADD_TASKIDE-specific workbench action (id: "addTask", commandId: "org.eclipse.ui.edit.addTask"): Add task.static final ActionFactoryIDEActionFactory.BOOKMARKIDE-specific workbench action (id: "bookmark", commandId: "org.eclipse.ui.edit.addBookmark"): Add bookmark.static final ActionFactoryIDEActionFactory.BUILDIDE-specific workbench action (id: "build", commandId: "org.eclipse.ui.project.buildAll"): Incremental build.static final ActionFactoryIDEActionFactory.BUILD_AUTOMATICALLYIDE-specific workbench action (id: "buildAutomatically"): Build automatically.static final ActionFactoryIDEActionFactory.BUILD_CLEANIDE-specific workbench action (id: "buildClean"): Build clean.static final ActionFactoryIDEActionFactory.BUILD_PROJECTIDE-specific workbench action (id: "buildProject", commandId: "org.eclipse.ui.project.buildProject"): Incremental build.static final ActionFactoryIDEActionFactory.CLOSE_PROJECTIDE-specific workbench action (id: "closeProject", commandId: "org.eclipse.ui.project.closeProject"): Close project.static final ActionFactoryIDEActionFactory.CLOSE_UNRELATED_PROJECTSIDE-specific workbench action (id: "closeUnrelatedProjects", commandId: "org.eclipse.ui.project.closeUnrelatedProjects"): Close unrelated projects.static final ActionFactoryIDEActionFactory.NEW_WIZARD_DROP_DOWNIDE-specific workbench action (id: "newWizardDropDown"): Opens the "new" wizard drop down, including resource-specific items for Project... and Example...static final ActionFactoryIDEActionFactory.OPEN_PROJECTIDE-specific workbench action (id: "openProject", commandId: "org.eclipse.ui.project.openProject"): Open project.static final ActionFactoryIDEActionFactory.OPEN_PROJECT_PROPERTIESIDE-specific workbench action (id: "projectProperties"): Open project properties.static final ActionFactoryIDEActionFactory.OPEN_WORKSPACEIDE-specific workbench action (id: "openWorkspace"): Open workspace.static final ActionFactoryIDEActionFactory.QUICK_STARTDeprecated.the IDE now uses the new intro mechanismstatic final ActionFactoryIDEActionFactory.REBUILD_ALLDeprecated.as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)static final ActionFactoryIDEActionFactory.REBUILD_PROJECTDeprecated.as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)static final ActionFactoryIDEActionFactory.TIPS_AND_TRICKSIDE-specific workbench action (id: "tipsAndTricks", commandId: "org.eclipse.ui.help.tipsAndTricksAction"): Tips and tricks.