Uses of Class
org.eclipse.jface.action.Action
-
Packages that use Action Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.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.cheatsheets Provides support for working with cheat sheets.org.eclipse.ui.console.actions Application programming interfaces for Eclipse console specific actions.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.internal.actions org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of Action in org.eclipse.compare
Subclasses of Action in org.eclipse.compare Modifier and Type Class Description classNavigationActionANavigationActionis used to navigate through the individual differences of aCompareEditorInput. -
Uses of Action in org.eclipse.debug.ui.actions
Subclasses of Action in org.eclipse.debug.ui.actions Modifier and Type Class Description classAddMemoryRenderingActionDelegateA cascade menu to add a memory rendering to the memory view.classDebugCommandActionAbstract base class for re-targeting actions which delegate execution toIDebugCommandHandlerhandlers.classLaunchActionLaunches a launch configuration in a specific mode.classLaunchAsActionDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classLaunchShortcutsActionA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classOpenLaunchDialogActionOpens the launch configuration dialog in the context of a launch group.classRulerBreakpointActionAbstract action that works on breakpoints in the vertical ruler.classRunToLineActionAction to run to line in a vertical ruler of a workbench part containing a document.classToggleBreakpointActionAction to toggle a breakpoint in a vertical ruler of a workbench part containing a document. -
Uses of Action in org.eclipse.jface.preference
Subclasses of Action in org.eclipse.jface.preference Modifier and Type Class Description classBooleanPropertyActionThe BooleanPropertyAction is an action that set the values of a boolean property in the preference store. -
Uses of Action in org.eclipse.team.ui.synchronize
Subclasses of Action in org.eclipse.team.ui.synchronize Modifier and Type Class Description classModelParticipantActionModel provider actions for use with aModelSynchronizeParticipant.classSynchronizeModelActionThis action provides utilities for performing operations on selections that containISynchronizeModelElementinstances.Methods in org.eclipse.team.ui.synchronize with parameters of type Action Modifier and Type Method Description protected voidModelSynchronizeParticipantActionGroup. addToContextMenu(String mergeActionId, Action action, IMenuManager manager)Add the merge action to the context menu manager.protected voidModelSynchronizeParticipantActionGroup. configureMergeAction(String mergeActionId, Action action)Configure the merge action to have appropriate label, image, etc. -
Uses of Action in org.eclipse.ui.actions
Subclasses of Action in org.eclipse.ui.actions Modifier and Type Class Description classAddBookmarkActionStandard action for adding a bookmark to the currently selected file resource(s).classAddTaskActionStandard action for adding a task to the currently selected file resource(s).classBaseSelectionListenerActionThe abstract superclass for actions that listen to selection change events.classBuildActionStandard actions for full and incremental builds of the selected project(s) and their references project build configurations.classCloseResourceActionStandard action for closing the currently selected project(s).classCloseUnrelatedProjectsActionThis action closes all projects that are unrelated to the selected projects.classContributedActionFor a declarative editor action, see if we can link it to a command.classCopyProjectActionThe CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.classCopyResourceActionStandard action for copying the currently selected resources elsewhere in the workspace.classCreateFileActionDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classCreateFolderActionDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classDeleteResourceActionStandard action for deleting the currently selected resources.classExportResourcesActionAction representing a generic export operation.classGlobalBuildActionStandard action for full and incremental builds of all projects within the workspace.classImportResourcesActionAction representing a generic import operation.classLabelRetargetActionALabelRetargetActionextends the behavior of RetargetAction.classMoveProjectActionThe MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.classMoveResourceActionStandard action for moving the currently selected resources elsewhere in the workspace.classNewExampleActionStandard action for launching the create project selection wizard.classNewProjectActionStandard action for launching the create project selection wizard.classNewWizardActionInvoke the resource creation wizard selection Wizard.classNewWizardDropDownActionAction which, when run, will open the new wizard dialog.classOpenFileActionStandard action for opening an editor on the currently selected file resource(s).classOpenInNewWindowActionOpens a new window.classOpenPerspectiveActionOpens a perspective.classOpenResourceActionStandard action for opening the currently selected project(s).classOpenSystemEditorActionStandard action for opening a system editor on the currently selected file resource.classPartEventActionThe abstract superclass for actions that listen to part activation and open/close events.classQuickStartActionDeprecated.the IDE now uses the new intro mechanismclassRefreshActionStandard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.classRenameResourceActionStandard action for renaming the selected resources.classRetargetActionARetargetActiontracks the active part in the workbench.classScrubLocalActionDeprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.classSelectionListenerActionThe abstract superclass for resource-based actions that listen to selection change events.classSelectionProviderActionThe abstract superclass for actions that listen to selection changes from a particular selection provider.classWorkspaceActionThe abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources. -
Uses of Action in org.eclipse.ui.cheatsheets
Subclasses of Action in org.eclipse.ui.cheatsheets Modifier and Type Class Description classOpenCheatSheetActionAction for opening a cheat sheet. -
Uses of Action in org.eclipse.ui.console.actions
Subclasses of Action in org.eclipse.ui.console.actions Modifier and Type Class Description classClearOutputActionClears the output in a text console.classCloseConsoleActionRemoves a console from the console manager.classTextViewerActionCommon function for actions that operate on a text viewer.classTextViewerGotoLineActionAction to position a text viewer to a specific line. -
Uses of Action in org.eclipse.ui.dialogs
Subclasses of Action in org.eclipse.ui.dialogs Modifier and Type Class Description classPropertyDialogActionStandard action for opening a Property Pages Dialog on the currently selected element. -
Uses of Action in org.eclipse.ui.editors.text
Subclasses of Action in org.eclipse.ui.editors.text Modifier and Type Class Description classFileBufferOperationActionFile buffer operation action. -
Uses of Action in org.eclipse.ui.internal.actions
Subclasses of Action in org.eclipse.ui.internal.actions with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.eclipse.ui.internal.actions.CommandActionInstantiate an action that will execute the command. -
Uses of Action in org.eclipse.ui.operations
Subclasses of Action in org.eclipse.ui.operations Modifier and Type Class Description classOperationHistoryActionHandlerOperationHistoryActionHandler implements common behavior for the undo and redo actions.classRedoActionHandlerRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.classUndoActionHandlerUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item. -
Uses of Action in org.eclipse.ui.preferences
Subclasses of Action in org.eclipse.ui.preferences Modifier and Type Class Description classViewPreferencesActionThe ViewPreferencesAction is the action for opening a view preferences dialog on a class. -
Uses of Action in org.eclipse.ui.texteditor
Subclasses of Action in org.eclipse.ui.texteditor Modifier and Type Class Description protected classAbstractTextEditor.LineEndActionThis action implements smart end.protected classAbstractTextEditor.LineStartActionThis action implements smart home.classAddMarkerActionAction for creating a marker of a specified type for the editor's input element based on the editor's selection.classAddTaskActionCreates a new task marker.classCaseActionAction that converts the current selection to lower case or upper case.classChangeEncodingActionAction for changing the encoding of the editor's input element.classContentAssistActionA content assist action which gets its target from its text editor.classConvertLineDelimitersActionDeprecated.since 3.1.classDeleteLineActionAn action to delete a whole line, the fraction of the line that is left from the cursor or the fraction that is right from the cursor.classFindNextActionAn action which finds the next/previous occurrence of the last search or the current selection if present.classFindReplaceActionAn action which opens a Find/Replace dialog.classGotoAnnotationActionAction for jumping to a particular annotation in the editor's text viewer.classGotoLastEditPositionActionGoes to last edit position.classGotoLineActionAction for jumping to a particular line in the editor's text viewer.classIncrementalFindActionAn action which enters the incremental find mode like in emacs.classInsertLineActionThis action implements smart return.classJoinLinesActionAction for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.classMarkActionAn action to handle emacs-like marked regions.classMarkerRulerActionA ruler action which can add and remove markers which have a visual representation in the ruler.classMarkerRulerInfoActionDeprecated.useMarkerRulerActioninsteadclassMoveLinesActionAction for moving selected lines in an editor.classRecenterActionAn action to handle emacs-like recenter.classResourceActionAn action which configures its label, image, tooltip, and description from a resource bundle using known keys.classRetargetTextEditorActionAction used by an editor action bar contributor to establish placeholders in menus or action bars which can be retargeted to dynamically changing actions, for example, those which come from the active editor.classRevertToSavedActionAction for abandoning changes made in the text editor since the last save operation.classSaveActionDeprecated.As of 3.5, replaced byActionFactory.SAVEclassSelectAnnotationRulerActionA ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.classSelectMarkerRulerActionA ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.classSelectMarkerRulerInfoActionDeprecated.As of 2.1, replaced bySelectMarkerRulerActionclassShiftActionAction for shifting code to the right or left by one indentation level.classShowWhitespaceCharactersActionThis action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainterto the associated text editor.classTextEditorActionSkeleton of a standard text editor action.classTextNavigationActionAnActionwrapper for text widget navigation and selection actions.classTextOperationActionAn action which gets a text operation target from its text editor. -
Uses of Action in org.eclipse.ui.views.framelist
Subclasses of Action in org.eclipse.ui.views.framelist Modifier and Type Class Description classBackActionGeneric "Back" action which goes back one frame,classForwardActionGeneric "Forward" action which goes forward one frame.classFrameActionAbstract superclass for actions dealing with frames or a frame list.classGoIntoActionGeneric "Go Into" action which goes to the frame for the current selection.classUpActionGeneric "Up" action which goes to the parent frame for the current frame. -
Uses of Action in org.eclipse.ui.views.navigator
Subclasses of Action in org.eclipse.ui.views.navigator Modifier and Type Class Description classCollapseAllActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassFilterSelectionActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassGotoResourceActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassResourceNavigatorActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassResourceNavigatorMoveActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassResourceNavigatorRenameActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassShowInNavigatorActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassSortViewActionDeprecated.as of 3.5, use the Common Navigator Framework classes insteadclassToggleLinkingActionDeprecated.as of 3.5, use the Common Navigator Framework classes instead -
Uses of Action in org.eclipse.ui.views.properties
Subclasses of Action in org.eclipse.ui.views.properties Modifier and Type Class Description classPinPropertySheetActionPins the properties view instance to the current selection.
-