Uses of Interface
org.eclipse.jface.action.IAction
Packages that use IAction
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides JFace-specific support for commands.
Provides a framework for preferences.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to the refactoring history.
Provides basic support for managing Team providers.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Provides support for working with cheat sheets.
Application programming interfaces for interaction
with the Eclipse console.
Application programming interfaces for Eclipse console specific
actions.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Classes for integration with the help support system
in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IAction in org.eclipse.compare
Classes in org.eclipse.compare that implement IActionModifier and TypeClassDescriptionclassANavigationActionis used to navigate through the individual differences of aCompareEditorInput. -
Uses of IAction in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IActionModifier and TypeClassDescriptionclassToggles the activation of a compare filterclassToggles a boolean property of anCompareConfiguration.classclassclassMethods in org.eclipse.compare.internal that return IActionModifier and TypeMethodDescriptionprotected IActionMergeSourceViewer.createAction(String actionId) Methods in org.eclipse.compare.internal with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidMergeSourceViewer.addTextAction(IAction textEditorPropertyAction) static voidUtilities.initAction(IAction a, ResourceBundle bundle, String prefix) static voidUtilities.initToggleAction(IAction a, ResourceBundle bundle, String prefix, boolean checked) voidCompareHandlerService.registerAction(IAction action, String commandId) booleanMergeSourceViewer.removeTextAction(IAction textEditorPropertyAction) final voidfinal voidBaseCompareAction.selectionChanged(IAction action, ISelection selection) voidCompareAction.setActivePart(IAction action, IWorkbenchPart targetPart) voidCompareHandlerService.setGlobalActionHandler(String actionId, IAction actionHandler) -
Uses of IAction in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IActionModifier and TypeMethodDescriptionReturns the action installed under the given action id.Methods in org.eclipse.debug.ui with parameters of type IActionModifier and TypeMethodDescriptionprotected StringAbstractDebugView.generatePreferenceKey(IAction action) Generate a String that can be used as a key into a preference store based on the specified action.protected voidAbstractDebugView.initActionState(IAction action) Restores the persisted checked state of the specified action that was stored in preferences.protected voidAbstractDebugView.saveCheckedActionState(IAction action) Save the checked state of the specified action in the Debug UI plugin's preference store.voidvoidInstalls the given action under the given action id. -
Uses of IAction in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IActionModifier and TypeClassDescriptionclassA cascade menu to add a memory rendering to the memory view.classAbstract base class for re-targeting actions which delegate execution toIDebugCommandHandlerhandlers.classLaunches a launch configuration in a specific mode.classDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classOpens the launch configuration dialog in the context of a launch group.classAbstract action that works on breakpoints in the vertical ruler.classAction to run to line in a vertical ruler of a workbench part containing a document.classAction to toggle a breakpoint in a vertical ruler of a workbench part containing a document.Methods in org.eclipse.debug.ui.actions that return IActionModifier and TypeMethodDescriptionprotected IActionRulerEnableDisableBreakpointActionDelegate.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IActionRulerRunToLineActionDelegate.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IActionRulerToggleBreakpointActionDelegate.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IActionAbstractLaunchHistoryAction.getAction()Returns the action used to render this delegate.protected IActionDebugCommandAction.getActionProxy()Returns the workbench proxy associated with this action ornullif none.protected IActionAbstractLaunchToolbarAction.getOpenDialogAction()Returns an action to open the launch dialogMethods in org.eclipse.debug.ui.actions with parameters of type IActionModifier and TypeMethodDescriptionprotected voidAdds the given action to the specified menu with an accelerator specified by the given number.voidvoidvoidvoidvoidvoidvoidvoidvoidLaunch the last launch, or open the launch config dialog if none.voidvoidvoidDeprecated.voidvoidvoidvoidDeprecated.voidprotected voidAbstractLaunchHistoryAction.runInternal(IAction action, boolean isShift) protected voidAbstractLaunchToolbarAction.runInternal(IAction action, boolean isShift) voidAbstractLaunchHistoryAction.runWithEvent(IAction action, Event event) voidAddMemoryRenderingActionDelegate.runWithEvent(IAction action, Event event) voidOpenLaunchDialogAction.runWithEvent(IAction action, Event event) voidRelaunchLastAction.runWithEvent(IAction action, Event event) voidRulerRunToLineActionDelegate.runWithEvent(IAction action, Event event) voidRulerToggleBreakpointActionDelegate.runWithEvent(IAction action, Event event) voidRunToLineActionDelegate.runWithEvent(IAction action, Event event) voidAbstractLaunchHistoryAction.selectionChanged(IAction action, ISelection selection) voidAddMemoryRenderingActionDelegate.selectionChanged(IAction action, ISelection selection) voidContextualLaunchAction.selectionChanged(IAction action, ISelection selection) voidLaunchAsAction.selectionChanged(IAction action, ISelection selection) Deprecated.voidLaunchShortcutsAction.selectionChanged(IAction action, ISelection selection) voidOpenLaunchDialogAction.selectionChanged(IAction action, ISelection selection) voidRelaunchLastAction.selectionChanged(IAction action, ISelection selection) voidRulerBreakpointTypesActionDelegate.selectionChanged(IAction action, ISelection selection) Deprecated.voidRunToLineActionDelegate.selectionChanged(IAction action, ISelection selection) voidDebugCommandAction.setActionProxy(IAction action) Sets the current workbench action that is a proxy to anIActionDelegatethat is using this action to perform its actual work.voidAddMemoryRenderingActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) voidRulerBreakpointTypesActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) Deprecated.voidRulerRunToLineActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) voidRulerToggleBreakpointActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) voidRunToLineActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) voidAddMemoryRenderingActionDelegate.setActivePart(IAction action, IWorkbenchPart targetPart) voidContextualLaunchAction.setActivePart(IAction action, IWorkbenchPart targetPart) -
Uses of IAction in org.eclipse.help.ui.browser
Methods in org.eclipse.help.ui.browser with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidLaunchURL.selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidvoidDynamicHelpAction.selectionChanged(IAction action, ISelection selection) voidSearchAction.selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement IActionModifier and TypeClassDescriptionclassSome common functionality to share between implementations ofIAction.classThe standard abstract implementation of an action.Methods in org.eclipse.jface.action that return IActionModifier and TypeMethodDescriptionActionContributionItem.getAction()Returns the action associated with this contribution item.Methods in org.eclipse.jface.action with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidAdds an action as a contribution item to this manager.voidvoidContributionManager.appendToGroup(String groupName, IAction action) voidIContributionManager.appendToGroup(String groupName, IAction action) Adds a contribution item for the given action at the end of the group with the given name.voidSubContributionManager.appendToGroup(String groupName, IAction action) voidContributionManager.insertAfter(String ID, IAction action) voidIContributionManager.insertAfter(String id, IAction action) Inserts a contribution item for the given action after the item with the given id.voidSubContributionManager.insertAfter(String id, IAction action) voidContributionManager.insertBefore(String ID, IAction action) voidIContributionManager.insertBefore(String id, IAction action) Inserts a contribution item for the given action before the item with the given id.voidSubContributionManager.insertBefore(String id, IAction action) booleanExternalActionManager.IExecuteApplicable.isApplicable(IAction action) Allow the callback to filter out actions that should not fire execution events.voidExternalActionManager.CommandCallback.notDefined(IAction action, NotDefinedException exception) voidExternalActionManager.IExecuteCallback.notDefined(IAction action, NotDefinedException exception) Fires aNotDefinedExceptionbecause the action was not defined.voidExternalActionManager.CommandCallback.notEnabled(IAction action, NotEnabledException exception) voidExternalActionManager.IExecuteCallback.notEnabled(IAction action, NotEnabledException exception) Fires aNotEnabledExceptionbecause the action was not enabled.voidExternalActionManager.CommandCallback.postExecuteFailure(IAction action, ExecutionException exception) voidExternalActionManager.IExecuteCallback.postExecuteFailure(IAction action, ExecutionException exception) Creates anExecutionExceptionwhen the action returned a failure.voidExternalActionManager.CommandCallback.postExecuteSuccess(IAction action, Object returnValue) voidExternalActionManager.IExecuteCallback.postExecuteSuccess(IAction action, Object returnValue) Fires an execution event when the action returned a success.voidExternalActionManager.CommandCallback.preExecute(IAction action, Event event) voidExternalActionManager.IExecuteCallback.preExecute(IAction action, Event e) Fires an execution event before an action is run.voidContributionManager.prependToGroup(String groupName, IAction action) voidIContributionManager.prependToGroup(String groupName, IAction action) Adds a contribution item for the given action at the beginning of the group with the given name.voidSubContributionManager.prependToGroup(String groupName, IAction action) Constructors in org.eclipse.jface.action with parameters of type IActionModifierConstructorDescriptionActionContributionItem(IAction action) Creates a new contribution item from the given action. -
Uses of IAction in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands that return IActionModifier and TypeMethodDescriptionfinal IActionActionHandler.getAction()Returns the action associated with this handlerConstructors in org.eclipse.jface.commands with parameters of type IActionModifierConstructorDescriptionActionHandler(IAction action) Creates a new instance of this class given an instance ofIAction. -
Uses of IAction in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IActionModifier and TypeClassDescriptionclassThe BooleanPropertyAction is an action that set the values of a boolean property in the preference store. -
Uses of IAction in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type IActionModifier and TypeMethodDescriptionvoidRedoRefactoringAction.selectionChanged(IAction action, ISelection s) Deprecated.voidUndoRefactoringAction.selectionChanged(IAction action, ISelection s) Deprecated. -
Uses of IAction in org.eclipse.ltk.ui.refactoring.actions
Methods in org.eclipse.ltk.ui.refactoring.actions with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidvoidvoidApplyRefactoringScriptAction.selectionChanged(IAction action, ISelection selection) voidCreateRefactoringScriptAction.selectionChanged(IAction action, ISelection selection) voidShowRefactoringHistoryAction.selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IActionModifier and TypeMethodDescriptionprotected IActionTeamOperation.getGotoAction()This method is called to allow subclasses to configure an action that could be run to show the results of the action to the user. -
Uses of IAction in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IActionModifier and TypeClassDescriptionclassModel provider actions for use with aModelSynchronizeParticipant.classThis action provides utilities for performing operations on selections that containISynchronizeModelElementinstances.Methods in org.eclipse.team.ui.synchronize with parameters of type IActionModifier and TypeMethodDescriptionprotected voidSynchronizePageActionGroup.appendToGroup(String menuId, String groupId, IAction action) Helper method that can be invoked during initialization to add an action to a particular menu (one of P_TOOLBAR_MENU, P_VIEW_MENU, P_CONTEXT_MENU from ISynchronizePageConfiguration).protected booleanSynchronizePageActionGroup.appendToGroup(IContributionManager manager, String groupId, IAction action) Helper method to add an action to a group in a menu. -
Uses of IAction in org.eclipse.ui
Methods in org.eclipse.ui that return IActionModifier and TypeMethodDescriptionIActionBars.getGlobalActionHandler(String actionId) Returns the global action handler for the action with the given id.SubActionBars.getGlobalActionHandler(String actionID) Get the handler for a window action.Methods in org.eclipse.ui that return types with arguments of type IActionModifier and TypeMethodDescriptionSubActionBars.getGlobalActionHandlers()Returns the complete list of active global action handlers.Methods in org.eclipse.ui with parameters of type IActionModifier and TypeMethodDescriptionvoidAllows the action delegate to initialize itself after being created by the proxy action.voidIKeyBindingService.registerAction(IAction action) Deprecated.Registers an action with the key binding service.voidPerforms this action.voidIActionDelegate2.runWithEvent(IAction action, Event event) Performs this action, passing the SWT event which triggered it.voidIActionDelegateWithEvent.runWithEvent(IAction action, Event event) Deprecated.Use org.eclipse.ui.IActionDelegate2 instead.voidIActionDelegate.selectionChanged(IAction action, ISelection selection) Notifies this action delegate that the selection in the workbench has changed.voidIEditorActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) Sets the active editor for the delegate.voidIObjectActionDelegate.setActivePart(IAction action, IWorkbenchPart targetPart) Sets the active part for the delegate.voidIActionBars.setGlobalActionHandler(String actionId, IAction handler) Sets the global action handler for the action with the given id.voidSubActionBars.setGlobalActionHandler(String actionID, IAction handler) Add a handler for a window action.voidIKeyBindingService.unregisterAction(IAction action) Deprecated.Unregisters an action with the key binding service. -
Uses of IAction in org.eclipse.ui.actions
Subinterfaces of IAction in org.eclipse.ui.actionsModifier and TypeInterfaceDescriptionstatic interfaceInterface for a workbench action.Classes in org.eclipse.ui.actions that implement IActionModifier and TypeClassDescriptionclassStandard action for adding a bookmark to the currently selected file resource(s).classStandard action for adding a task to the currently selected file resource(s).classThe abstract superclass for actions that listen to selection change events.classStandard actions for full and incremental builds of the selected project(s) and their references project build configurations.classStandard action for closing the currently selected project(s).classThis action closes all projects that are unrelated to the selected projects.final classFor a declarative editor action, see if we can link it to a command.classThe CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.classStandard action for copying the currently selected resources elsewhere in the workspace.classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classStandard action for deleting the currently selected resources.classAction representing a generic export operation.classStandard action for full and incremental builds of all projects within the workspace.classAction representing a generic import operation.classALabelRetargetActionextends the behavior of RetargetAction.classThe MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.classStandard action for moving the currently selected resources elsewhere in the workspace.classStandard action for launching the create project selection wizard.classStandard action for launching the create project selection wizard.classInvoke the resource creation wizard selection Wizard.classAction which, when run, will open the new wizard dialog.classStandard action for opening an editor on the currently selected file resource(s).classOpens a new window.final classOpens a perspective.classStandard action for opening the currently selected project(s).classStandard action for opening a system editor on the currently selected file resource.classThe abstract superclass for actions that listen to part activation and open/close events.classDeprecated.the IDE now uses the new intro mechanismclassStandard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.classStandard action for renaming the selected resources.classARetargetActiontracks the active part in the workbench.classDeprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.classThe abstract superclass for resource-based actions that listen to selection change events.classThe abstract superclass for actions that listen to selection changes from a particular selection provider.classThe abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources.Methods in org.eclipse.ui.actions that return IActionModifier and TypeMethodDescriptionRetargetAction.getActionHandler()Returns the action handler.protected IActionBaseNewWizardMenu.getShowDialogAction()Returns the "Other..." action, used to show the new wizards dialog.Methods in org.eclipse.ui.actions with parameters of type IActionModifier and TypeMethodDescriptionvoidTheActionDelegateimplementation of thisIActionDelegate2method does nothing.voidTheActionDelegateimplementation of thisIActionDelegatemethod does nothing.voidActionDelegate.runWithEvent(IAction action, Event event) TheActionDelegateimplementation of thisIActionDelegate2method redirects to therunmethod.voidActionDelegate.selectionChanged(IAction action, ISelection selection) TheActionDelegateimplementation of thisIActionDelegatemethod does nothing.protected voidLabelRetargetAction.setActionHandler(IAction handler) Sets the action handler.protected voidRetargetAction.setActionHandler(IAction newHandler) Sets the action handler.voidTextActionHandler.setCopyAction(IAction action) Set the defaultIActionhandler for the Copy action.voidTextActionHandler.setCutAction(IAction action) Set the defaultIActionhandler for the Cut action.voidTextActionHandler.setDeleteAction(IAction action) Set the defaultIActionhandler for the Delete action.voidTextActionHandler.setPasteAction(IAction action) Set the defaultIActionhandler for the Paste action.voidTextActionHandler.setSelectAllAction(IAction action) Set the defaultIActionhandler for the Select All action. -
Uses of IAction in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return IActionModifier and TypeMethodDescriptionprotected IActionReturns the action with the given id, ornullif not found.Methods in org.eclipse.ui.application with parameters of type IActionModifier and TypeMethodDescriptionprotected voidActionBarAdvisor.disposeAction(IAction action) Disposes the given action.protected voidRegisters the given action with the key binding service (by callingIActionBarConfigurer.registerGlobalAction(IAction)), and adds it to the list of actions to be disposed when the window is closed.voidIActionBarConfigurer.registerGlobalAction(IAction action) Register the action as a global action with a workbench window. -
Uses of IAction in org.eclipse.ui.cheatsheets
Classes in org.eclipse.ui.cheatsheets that implement IActionModifier and TypeClassDescriptionfinal classAction for opening a cheat sheet. -
Uses of IAction in org.eclipse.ui.console
Fields in org.eclipse.ui.console with type parameters of type IActionMethods in org.eclipse.ui.console with parameters of type IActionModifier and TypeMethodDescriptionprotected voidTextConsolePage.setGlobalAction(IActionBars actionBars, String actionID, IAction action) Configures an action for key bindings. -
Uses of IAction in org.eclipse.ui.console.actions
Classes in org.eclipse.ui.console.actions that implement IActionModifier and TypeClassDescriptionclassClears the output in a text console.classRemoves a console from the console manager.classCommon function for actions that operate on a text viewer.classAction to position a text viewer to a specific line. -
Uses of IAction in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IActionModifier and TypeClassDescriptionclassStandard action for opening a Property Pages Dialog on the currently selected element. -
Uses of IAction in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IActionMethods in org.eclipse.ui.editors.text with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidFileBufferOperationAction.selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.ui.help
Methods in org.eclipse.ui.help with parameters of type IAction -
Uses of IAction in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IActionModifier and TypeClassDescriptionclassCloses all editors except ones with unsaved changes.final classExtends PartPluginAction for usage in editor parts.classTheNavigationHistoryActionmoves navigation history back and forward.classAn object action extension in a popup menu.classOpen the preferences dialogclassThe abstract superclass for actions that listen to page activation and open/close events.classThis class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.classAbstract superclass of actions which are enabled iff there is an active perspective in the window.classA PluginAction is a proxy for an action extension.classHides or shows the editor area within the current perspective of the workbench page.final classThis class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.classThis class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate.classA workbench window pulldown action.Methods in org.eclipse.ui.internal that return IActionModifier and TypeMethodDescriptionprotected IAction[]EditorMenuManager.getAllContributedActions()WWinActionBars.getGlobalActionHandler(String actionID) Get the handler for a window action.IAction[]PluginActionSet.getPluginActions()Returns the list of plugin actions for the set.Methods in org.eclipse.ui.internal with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidCoolBarToTrimManager.appendToGroup(String groupName, IAction action) voidCoolBarToTrimManager.insertAfter(String id, IAction action) voidCoolBarToTrimManager.insertBefore(String id, IAction action) voidCoolBarToTrimManager.prependToGroup(String groupName, IAction action) voidKeyBindingService.registerAction(IAction action) voidWWinActionBars.setGlobalActionHandler(String actionID, IAction handler) Add a handler for a window action.voidKeyBindingService.unregisterAction(IAction action) Method parameters in org.eclipse.ui.internal with type arguments of type IActionModifier and TypeMethodDescriptionprotected voidEditorMenuManager.getAllContributedActions(HashSet<IAction> set) protected voidEditorMenuManager.getAllContributedActions(HashSet<IAction> set, IContributionItem item) Constructors in org.eclipse.ui.internal with parameters of type IActionModifierConstructorDescriptionPerspectiveTracker(IWorkbenchWindow window, IAction action) Creates a perspective tracker for the given window which will enable the given action only when there is an active perspective. -
Uses of IAction in org.eclipse.ui.internal.actions
Classes in org.eclipse.ui.internal.actions that implement IActionModifier and TypeClassDescriptionclassorg.eclipse.ui.internal.actions.CommandActionInstantiate an action that will execute the command. -
Uses of IAction in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement IActionModifier and TypeClassDescriptionclassOperationHistoryActionHandler implements common behavior for the undo and redo actions.final classRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.final classUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item. -
Uses of IAction in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IActionModifier and TypeMethodDescriptionvoidCellEditorActionHandler.setCopyAction(IAction action) Sets the defaultIActionhandler for the Copy action.voidCellEditorActionHandler.setCutAction(IAction action) Sets the defaultIActionhandler for the Cut action.voidCellEditorActionHandler.setDeleteAction(IAction action) Sets the defaultIActionhandler for the Delete action.voidCellEditorActionHandler.setFindAction(IAction action) Sets the defaultIActionhandler for the Find action.voidCellEditorActionHandler.setPasteAction(IAction action) Sets the defaultIActionhandler for the Paste action.voidCellEditorActionHandler.setRedoAction(IAction action) Sets the defaultIActionhandler for the Redo action.voidCellEditorActionHandler.setSelectAllAction(IAction action) Sets the defaultIActionhandler for the Select All action.voidCellEditorActionHandler.setUndoAction(IAction action) Sets the defaultIActionhandler for the Undo action. -
Uses of IAction in org.eclipse.ui.preferences
Classes in org.eclipse.ui.preferences that implement IActionModifier and TypeClassDescriptionclassThe ViewPreferencesAction is the action for opening a view preferences dialog on a class. -
Uses of IAction in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IActionModifier and TypeClassDescriptionprotected classThis action implements smart end.protected classThis action implements smart home.classAction for creating a marker of a specified type for the editor's input element based on the editor's selection.classCreates a new task marker.classAction that converts the current selection to lower case or upper case.classAction for changing the encoding of the editor's input element.final classA content assist action which gets its target from its text editor.classDeprecated.since 3.1.classAn 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.classAn action which finds the next/previous occurrence of the last search or the current selection if present.classAn action which opens a Find/Replace dialog.classAction for jumping to a particular annotation in the editor's text viewer.classGoes to last edit position.classAction for jumping to a particular line in the editor's text viewer.classGoes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.classAn action which enters the incremental find mode like in emacs.classThis action implements smart return.classAction for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.classAn action to handle emacs-like marked regions.classA ruler action which can add and remove markers which have a visual representation in the ruler.classDeprecated.useMarkerRulerActioninsteadclassAction for moving selected lines in an editor.classAn action to handle emacs-like recenter.classAn action which configures its label, image, tooltip, and description from a resource bundle using known keys.final classAction 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.classAction for abandoning changes made in the text editor since the last save operation.classDeprecated.As of 3.5, replaced byActionFactory.SAVEclassA ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.classA ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.classDeprecated.As of 2.1, replaced bySelectMarkerRulerActionclassAction for shifting code to the right or left by one indentation level.classThis action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainterto the associated text editor.classSkeleton of a standard text editor action.classAnActionwrapper for text widget navigation and selection actions.final classAn action which gets a text operation target from its text editor.Methods in org.eclipse.ui.texteditor that return IActionModifier and TypeMethodDescriptionprotected abstract IActionAbstractRulerActionDelegate.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) The factory method creating the underlying action.protected IActionBookmarkRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IActionSelectRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IActionTaskRulerAction.createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected final IActionBasicTextEditorActionContributor.getAction(ITextEditor editor, String actionId) Returns the action registered with the given text editor.Returns the action installed under the given action id.Methods in org.eclipse.ui.texteditor with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidvoidvoidAbstractRulerActionDelegate.runWithEvent(IAction action, Event event) voidAbstractRulerActionDelegate.selectionChanged(IAction action, ISelection selection) voidGotoLastEditPositionAction.selectionChanged(IAction action, ISelection selection) voidGotoNextEditPositionAction.selectionChanged(IAction action, ISelection selection) voidvoidInstalls the given action under the given action id.voidSets the underlying action.voidStatusLineContributionItem.setActionHandler(IAction actionHandler) voidAbstractRulerActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) -
Uses of IAction in org.eclipse.ui.texteditor.quickdiff
Methods in org.eclipse.ui.texteditor.quickdiff with parameters of type IActionModifier and TypeMethodDescriptionvoidvoidQuickDiffToggleAction.selectionChanged(IAction action, ISelection selection) voidQuickDiffToggleAction.setActiveEditor(IAction action, IEditorPart targetEditor) -
Uses of IAction in org.eclipse.ui.views.framelist
Classes in org.eclipse.ui.views.framelist that implement IActionModifier and TypeClassDescriptionclassGeneric "Back" action which goes back one frame,classGeneric "Forward" action which goes forward one frame.classAbstract superclass for actions dealing with frames or a frame list.classGeneric "Go Into" action which goes to the frame for the current selection.classGeneric "Up" action which goes to the parent frame for the current frame. -
Uses of IAction in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IActionModifier and TypeClassDescriptionclassPins the properties view instance to the current selection. -
Uses of IAction in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui that return IActionModifier and TypeMethodDescriptionITestViewSupport.createOpenEditorAction(Shell shell, ITestElement failure, String traceLine) Returns an action to open a failure trace elementITestViewSupport.getOpenTestAction(Shell shell, ITestCaseElement testCase) Returns an action to open a specified test elementsITestViewSupport.getOpenTestAction(Shell shell, ITestSuiteElement testSuite) Returns an action to open a specified test suite element