Uses of Interface
org.eclipse.jface.action.IAction
-
Packages that use IAction 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 Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.commands Provides JFace-specific support for commands.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.actions Application programming interface to actions related to the refactoring history.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.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.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.cheatsheets Provides support for working with cheat sheets.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.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.help Classes for integration with the help support system in the Eclipse Platform User Interface.org.eclipse.ui.internal.actions org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.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.texteditor.quickdiff Provides interfaces to for theorg.eclipse.ui.editors.quickDiffReferenceProviderextension point and adds an action to enable quick diff display for an editor.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.org.eclipse.unittest.ui -
-
Uses of IAction in org.eclipse.compare
Classes in org.eclipse.compare that implement IAction Modifier and Type Class Description classNavigationActionANavigationActionis used to navigate through the individual differences of aCompareEditorInput. -
Uses of IAction in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IAction Modifier and Type Method Description IActionAbstractDebugView. getAction(String actionID)IActionIDebugView. getAction(String actionID)Returns the action installed under the given action id.Methods in org.eclipse.debug.ui with parameters of type IAction Modifier and Type Method Description protected 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.voidAbstractDebugView. setAction(String actionID, IAction action)voidIDebugView. setAction(String actionID, IAction action)Installs 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 IAction 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.Methods in org.eclipse.debug.ui.actions that return IAction Modifier and Type Method Description protected 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 IAction Modifier and Type Method Description protected voidAbstractLaunchHistoryAction. addToMenu(Menu menu, IAction action, int accelerator)Adds the given action to the specified menu with an accelerator specified by the given number.voidAbstractLaunchHistoryAction. init(IAction action)voidAddMemoryRenderingActionDelegate. init(IAction action)voidOpenLaunchDialogAction. init(IAction action)voidRelaunchLastAction. init(IAction action)voidRulerRunToLineActionDelegate. init(IAction action)voidRulerToggleBreakpointActionDelegate. init(IAction action)voidRunToLineActionDelegate. init(IAction action)voidAbstractLaunchHistoryAction. run(IAction action)voidAbstractLaunchToolbarAction. run(IAction action)Launch the last launch, or open the launch config dialog if none.voidAddMemoryRenderingActionDelegate. run(IAction action)voidContextualLaunchAction. run(IAction action)voidLaunchAsAction. run(IAction action)Deprecated.voidLaunchShortcutsAction. run(IAction action)voidOpenLaunchDialogAction. run(IAction action)voidRelaunchLastAction. run(IAction action)voidRulerBreakpointTypesActionDelegate. run(IAction action)Deprecated.voidRunToLineActionDelegate. run(IAction action)protected 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 IAction Modifier and Type Method Description voidLaunchURL. run(IAction action)voidLaunchURL. selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement IAction Modifier and Type Class Description classAbstractActionSome common functionality to share between implementations ofIAction.classActionThe standard abstract implementation of an action.Methods in org.eclipse.jface.action that return IAction Modifier and Type Method Description IActionActionContributionItem. getAction()Returns the action associated with this contribution item.Methods in org.eclipse.jface.action with parameters of type IAction Modifier and Type Method Description voidContributionManager. add(IAction action)voidIContributionManager. add(IAction action)Adds an action as a contribution item to this manager.voidSubContributionManager. add(IAction action)voidContributionManager. 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 IAction Constructor Description ActionContributionItem(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 IAction Modifier and Type Method Description IActionActionHandler. getAction()Returns the action associated with this handlerConstructors in org.eclipse.jface.commands with parameters of type IAction Constructor Description ActionHandler(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 IAction Modifier and Type Class Description classBooleanPropertyActionThe 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 IAction Modifier and Type Method Description voidRedoRefactoringAction. 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 IAction Modifier and Type Method Description voidApplyRefactoringScriptAction. run(IAction action)voidCreateRefactoringScriptAction. run(IAction action)voidShowRefactoringHistoryAction. run(IAction action)voidApplyRefactoringScriptAction. selectionChanged(IAction action, ISelection selection)voidCreateRefactoringScriptAction. selectionChanged(IAction action, ISelection selection)voidShowRefactoringHistoryAction. selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type IAction Modifier and Type Method Description voidISearchResultView. searchStarted(String pageId, String singularLabel, String pluralLabelPattern, ImageDescriptor imageDescriptor, IContextMenuContributor contributor, ILabelProvider labelProvider, IAction gotoAction, IGroupByKeyComputer groupByKeyComputer, IRunnableWithProgress operation)Deprecated.As of build > 20020514, replaced by the new version which provides an action group factoryvoidISearchResultView. searchStarted(String pageId, String label, ImageDescriptor imageDescriptor, IContextMenuContributor contributor, ILabelProvider labelProvider, IAction gotoAction, IGroupByKeyComputer groupByKeyComputer, IRunnableWithProgress operation)Deprecated.As of build > 20011107, replaced by the new version with additional parametervoidISearchResultView. searchStarted(IActionGroupFactory groupFactory, String singularLabel, String pluralLabelPattern, ImageDescriptor imageDescriptor, String pageId, ILabelProvider labelProvider, IAction gotoAction, IGroupByKeyComputer groupByKeyComputer, IRunnableWithProgress operation)Deprecated.Informs the view that a search has started. -
Uses of IAction in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IAction Modifier and Type Method Description protected 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 IAction 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 IAction Modifier and Type Method Description protected 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 IAction Modifier and Type Method Description IActionIActionBars. getGlobalActionHandler(String actionId)Returns the global action handler for the action with the given id.IActionSubActionBars. getGlobalActionHandler(String actionID)Get the handler for a window action.Methods in org.eclipse.ui that return types with arguments of type IAction Modifier and Type Method Description Map<String,IAction>SubActionBars. getGlobalActionHandlers()Returns the complete list of active global action handlers.Methods in org.eclipse.ui with parameters of type IAction Modifier and Type Method Description voidIActionDelegate2. init(IAction action)Allows 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.voidIActionDelegate. run(IAction action)Performs 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.actions Modifier and Type Interface Description static interfaceActionFactory.IWorkbenchActionInterface for a workbench action.Classes in org.eclipse.ui.actions that implement IAction 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.Methods in org.eclipse.ui.actions that return IAction Modifier and Type Method Description IActionRetargetAction. 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 IAction Modifier and Type Method Description voidActionDelegate. init(IAction action)TheActionDelegateimplementation of thisIActionDelegate2method does nothing.voidActionDelegate. run(IAction action)TheActionDelegateimplementation 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 IAction Modifier and Type Method Description protected IActionActionBarAdvisor. getAction(String id)Returns the action with the given id, ornullif not found.Methods in org.eclipse.ui.application with parameters of type IAction Modifier and Type Method Description protected voidActionBarAdvisor. disposeAction(IAction action)Disposes the given action.protected voidActionBarAdvisor. register(IAction action)Registers 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 IAction Modifier and Type Class Description classOpenCheatSheetActionAction for opening a cheat sheet. -
Uses of IAction in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return IAction Modifier and Type Method Description IActionActionHandler. getAction()Deprecated.Constructors in org.eclipse.ui.commands with parameters of type IAction Constructor Description ActionHandler(IAction action)Deprecated. -
Uses of IAction in org.eclipse.ui.console
Fields in org.eclipse.ui.console with type parameters of type IAction Modifier and Type Field Description protected Map<String,IAction>TextConsolePage. fGlobalActionsMethods in org.eclipse.ui.console with parameters of type IAction Modifier and Type Method Description protected 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 IAction 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 IAction in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IAction Modifier and Type Class Description classPropertyDialogActionStandard 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 IAction Modifier and Type Class Description classFileBufferOperationActionFile buffer operation action.Methods in org.eclipse.ui.editors.text with parameters of type IAction Modifier and Type Method Description voidFileBufferOperationAction. run(IAction action)voidFileBufferOperationAction. selectionChanged(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.ui.help
Methods in org.eclipse.ui.help with parameters of type IAction Modifier and Type Method Description voidIWorkbenchHelpSystem. setHelp(IAction action, String helpContextId)Sets the given help id on the given action. -
Uses of IAction in org.eclipse.ui.internal.actions
Classes 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 IAction Modifier and Type Class Description classorg.eclipse.ui.internal.actions.CommandActionInstantiate an action that will execute the command. -
Uses of IAction in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return IAction Modifier and Type Method Description protected IActionWizardActionGroup. getAction(String id)Methods in org.eclipse.ui.navigator that return types with arguments of type IAction Modifier and Type Method Description protected Map<String,IAction>WizardActionGroup. getActions()Methods in org.eclipse.ui.navigator with parameters of type IAction Modifier and Type Method Description protected booleanCommonActionProvider. filterAction(IAction action)Filters the specified action through theWorkbenchActivityHelper. -
Uses of IAction in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement IAction 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 IAction in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IAction Modifier and Type Method Description voidCellEditorActionHandler. 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 IAction Modifier and Type Class Description classViewPreferencesActionThe 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 IAction 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.classGotoNextEditPositionActionGoes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.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.Methods in org.eclipse.ui.texteditor that return IAction Modifier and Type Method Description protected 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)IActionAbstractTextEditor. getAction(String actionID)protected IActionBasicTextEditorActionContributor. getAction(ITextEditor editor, String actionId)Returns the action registered with the given text editor.IActionITextEditor. getAction(String actionId)Returns the action installed under the given action id.Methods in org.eclipse.ui.texteditor with parameters of type IAction Modifier and Type Method Description voidAbstractRulerActionDelegate. run(IAction callerAction)voidGotoLastEditPositionAction. run(IAction action)voidGotoNextEditPositionAction. run(IAction action)voidAbstractRulerActionDelegate. runWithEvent(IAction action, Event event)voidAbstractRulerActionDelegate. selectionChanged(IAction action, ISelection selection)voidGotoLastEditPositionAction. selectionChanged(IAction action, ISelection selection)voidGotoNextEditPositionAction. selectionChanged(IAction action, ISelection selection)voidAbstractTextEditor. setAction(String actionID, IAction action)voidITextEditor. setAction(String actionID, IAction action)Installs the given action under the given action id.voidRetargetTextEditorAction. setAction(IAction action)Sets 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 IAction Modifier and Type Method Description voidQuickDiffToggleAction. run(IAction action)voidQuickDiffToggleAction. 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 IAction 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 IAction in org.eclipse.ui.views.navigator
Classes in org.eclipse.ui.views.navigator that implement IAction 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 IAction in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IAction Modifier and Type Class Description classPinPropertySheetActionPins the properties view instance to the current selection. -
Uses of IAction in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui that return IAction Modifier and Type Method Description IActionITestViewSupport. createOpenEditorAction(Shell shell, ITestElement failure, String traceLine)Returns an action to open a failure trace elementIActionITestViewSupport. getOpenTestAction(Shell shell, ITestCaseElement testCase)Returns an action to open a specified test elementsIActionITestViewSupport. getOpenTestAction(Shell shell, ITestSuiteElement testSuite)Returns an action to open a specified test suite element
-