Uses of Interface
org.eclipse.jface.action.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
Modifier and TypeClassDescriptionclass
ANavigationAction
is used to navigate through the individual differences of aCompareEditorInput
. -
Uses of IAction in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
Toggles the activation of a compare filterclass
Toggles a boolean property of anCompareConfiguration
.class
class
class
Modifier and TypeMethodDescriptionprotected IAction
MergeSourceViewer.createAction
(String actionId) Modifier and TypeMethodDescriptionvoid
void
MergeSourceViewer.addTextAction
(IAction textEditorPropertyAction) static void
Utilities.initAction
(IAction a, ResourceBundle bundle, String prefix) static void
Utilities.initToggleAction
(IAction a, ResourceBundle bundle, String prefix, boolean checked) void
CompareHandlerService.registerAction
(IAction action, String commandId) boolean
MergeSourceViewer.removeTextAction
(IAction textEditorPropertyAction) final void
final void
BaseCompareAction.selectionChanged
(IAction action, ISelection selection) void
CompareAction.setActivePart
(IAction action, IWorkbenchPart targetPart) void
CompareHandlerService.setGlobalActionHandler
(String actionId, IAction actionHandler) -
Uses of IAction in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionReturns the action installed under the given action id.Modifier and TypeMethodDescriptionprotected String
AbstractDebugView.generatePreferenceKey
(IAction action) Generate a String that can be used as a key into a preference store based on the specified action.protected void
AbstractDebugView.initActionState
(IAction action) Restores the persisted checked state of the specified action that was stored in preferences.protected void
AbstractDebugView.saveCheckedActionState
(IAction action) Save the checked state of the specified action in the Debug UI plugin's preference store.void
void
Installs the given action under the given action id. -
Uses of IAction in org.eclipse.debug.ui.actions
Modifier and TypeClassDescriptionclass
A cascade menu to add a memory rendering to the memory view.class
Abstract base class for re-targeting actions which delegate execution toIDebugCommandHandler
handlers.class
Launches a launch configuration in a specific mode.class
Deprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.class
A cascading sub-menu that shows all launch shortcuts pertinent to a selection.class
Opens the launch configuration dialog in the context of a launch group.class
Abstract action that works on breakpoints in the vertical ruler.class
Action to run to line in a vertical ruler of a workbench part containing a document.class
Action to toggle a breakpoint in a vertical ruler of a workbench part containing a document.Modifier and TypeMethodDescriptionprotected IAction
RulerEnableDisableBreakpointActionDelegate.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IAction
RulerRunToLineActionDelegate.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IAction
RulerToggleBreakpointActionDelegate.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IAction
AbstractLaunchHistoryAction.getAction()
Returns the action used to render this delegate.protected IAction
DebugCommandAction.getActionProxy()
Returns the workbench proxy associated with this action ornull
if none.protected IAction
AbstractLaunchToolbarAction.getOpenDialogAction()
Returns an action to open the launch dialogModifier and TypeMethodDescriptionprotected void
Adds the given action to the specified menu with an accelerator specified by the given number.void
void
void
void
void
void
void
void
void
Launch the last launch, or open the launch config dialog if none.void
void
void
Deprecated.void
void
void
void
Deprecated.void
protected void
AbstractLaunchHistoryAction.runInternal
(IAction action, boolean isShift) protected void
AbstractLaunchToolbarAction.runInternal
(IAction action, boolean isShift) void
AbstractLaunchHistoryAction.runWithEvent
(IAction action, Event event) void
AddMemoryRenderingActionDelegate.runWithEvent
(IAction action, Event event) void
OpenLaunchDialogAction.runWithEvent
(IAction action, Event event) void
RelaunchLastAction.runWithEvent
(IAction action, Event event) void
RulerRunToLineActionDelegate.runWithEvent
(IAction action, Event event) void
RulerToggleBreakpointActionDelegate.runWithEvent
(IAction action, Event event) void
RunToLineActionDelegate.runWithEvent
(IAction action, Event event) void
AbstractLaunchHistoryAction.selectionChanged
(IAction action, ISelection selection) void
AddMemoryRenderingActionDelegate.selectionChanged
(IAction action, ISelection selection) void
ContextualLaunchAction.selectionChanged
(IAction action, ISelection selection) void
LaunchAsAction.selectionChanged
(IAction action, ISelection selection) Deprecated.void
LaunchShortcutsAction.selectionChanged
(IAction action, ISelection selection) void
OpenLaunchDialogAction.selectionChanged
(IAction action, ISelection selection) void
RelaunchLastAction.selectionChanged
(IAction action, ISelection selection) void
RulerBreakpointTypesActionDelegate.selectionChanged
(IAction action, ISelection selection) Deprecated.void
RunToLineActionDelegate.selectionChanged
(IAction action, ISelection selection) void
DebugCommandAction.setActionProxy
(IAction action) Sets the current workbench action that is a proxy to anIActionDelegate
that is using this action to perform its actual work.void
AddMemoryRenderingActionDelegate.setActiveEditor
(IAction action, IEditorPart targetEditor) void
RulerBreakpointTypesActionDelegate.setActiveEditor
(IAction callerAction, IEditorPart targetEditor) Deprecated.void
RulerRunToLineActionDelegate.setActiveEditor
(IAction callerAction, IEditorPart targetEditor) void
RulerToggleBreakpointActionDelegate.setActiveEditor
(IAction callerAction, IEditorPart targetEditor) void
RunToLineActionDelegate.setActiveEditor
(IAction action, IEditorPart targetEditor) void
AddMemoryRenderingActionDelegate.setActivePart
(IAction action, IWorkbenchPart targetPart) void
ContextualLaunchAction.setActivePart
(IAction action, IWorkbenchPart targetPart) -
Uses of IAction in org.eclipse.help.ui.browser
Modifier and TypeMethodDescriptionvoid
void
LaunchURL.selectionChanged
(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.help.ui.internal
Modifier and TypeMethodDescriptionvoid
void
void
DynamicHelpAction.selectionChanged
(IAction action, ISelection selection) void
SearchAction.selectionChanged
(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.jface.action
Modifier and TypeClassDescriptionclass
Some common functionality to share between implementations ofIAction
.class
The standard abstract implementation of an action.Modifier and TypeMethodDescriptionActionContributionItem.getAction()
Returns the action associated with this contribution item.Modifier and TypeMethodDescriptionvoid
void
Adds an action as a contribution item to this manager.void
void
ContributionManager.appendToGroup
(String groupName, IAction action) void
IContributionManager.appendToGroup
(String groupName, IAction action) Adds a contribution item for the given action at the end of the group with the given name.void
SubContributionManager.appendToGroup
(String groupName, IAction action) void
ContributionManager.insertAfter
(String ID, IAction action) void
IContributionManager.insertAfter
(String id, IAction action) Inserts a contribution item for the given action after the item with the given id.void
SubContributionManager.insertAfter
(String id, IAction action) void
ContributionManager.insertBefore
(String ID, IAction action) void
IContributionManager.insertBefore
(String id, IAction action) Inserts a contribution item for the given action before the item with the given id.void
SubContributionManager.insertBefore
(String id, IAction action) boolean
ExternalActionManager.IExecuteApplicable.isApplicable
(IAction action) Allow the callback to filter out actions that should not fire execution events.void
ExternalActionManager.CommandCallback.notDefined
(IAction action, NotDefinedException exception) void
ExternalActionManager.IExecuteCallback.notDefined
(IAction action, NotDefinedException exception) Fires aNotDefinedException
because the action was not defined.void
ExternalActionManager.CommandCallback.notEnabled
(IAction action, NotEnabledException exception) void
ExternalActionManager.IExecuteCallback.notEnabled
(IAction action, NotEnabledException exception) Fires aNotEnabledException
because the action was not enabled.void
ExternalActionManager.CommandCallback.postExecuteFailure
(IAction action, ExecutionException exception) void
ExternalActionManager.IExecuteCallback.postExecuteFailure
(IAction action, ExecutionException exception) Creates anExecutionException
when the action returned a failure.void
ExternalActionManager.CommandCallback.postExecuteSuccess
(IAction action, Object returnValue) void
ExternalActionManager.IExecuteCallback.postExecuteSuccess
(IAction action, Object returnValue) Fires an execution event when the action returned a success.void
ExternalActionManager.CommandCallback.preExecute
(IAction action, Event event) void
ExternalActionManager.IExecuteCallback.preExecute
(IAction action, Event e) Fires an execution event before an action is run.void
ContributionManager.prependToGroup
(String groupName, IAction action) void
IContributionManager.prependToGroup
(String groupName, IAction action) Adds a contribution item for the given action at the beginning of the group with the given name.void
SubContributionManager.prependToGroup
(String groupName, IAction action) ModifierConstructorDescriptionActionContributionItem
(IAction action) Creates a new contribution item from the given action. -
Uses of IAction in org.eclipse.jface.commands
Modifier and TypeMethodDescriptionfinal IAction
ActionHandler.getAction()
Returns the action associated with this handlerModifierConstructorDescriptionActionHandler
(IAction action) Creates a new instance of this class given an instance ofIAction
. -
Uses of IAction in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
The 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
Modifier and TypeMethodDescriptionvoid
RedoRefactoringAction.selectionChanged
(IAction action, ISelection s) Deprecated.void
UndoRefactoringAction.selectionChanged
(IAction action, ISelection s) Deprecated. -
Uses of IAction in org.eclipse.ltk.ui.refactoring.actions
Modifier and TypeMethodDescriptionvoid
void
void
void
ApplyRefactoringScriptAction.selectionChanged
(IAction action, ISelection selection) void
CreateRefactoringScriptAction.selectionChanged
(IAction action, ISelection selection) void
ShowRefactoringHistoryAction.selectionChanged
(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.team.ui
Modifier and TypeMethodDescriptionprotected IAction
TeamOperation.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
Modifier and TypeClassDescriptionclass
Model provider actions for use with aModelSynchronizeParticipant
.class
This action provides utilities for performing operations on selections that containISynchronizeModelElement
instances.Modifier and TypeMethodDescriptionprotected void
SynchronizePageActionGroup.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 boolean
SynchronizePageActionGroup.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
Modifier 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.Modifier and TypeMethodDescriptionSubActionBars.getGlobalActionHandlers()
Returns the complete list of active global action handlers.Modifier and TypeMethodDescriptionvoid
Allows the action delegate to initialize itself after being created by the proxy action.void
IKeyBindingService.registerAction
(IAction action) Deprecated.Registers an action with the key binding service.void
Performs this action.void
IActionDelegate2.runWithEvent
(IAction action, Event event) Performs this action, passing the SWT event which triggered it.void
IActionDelegateWithEvent.runWithEvent
(IAction action, Event event) Deprecated.Use org.eclipse.ui.IActionDelegate2 instead.void
IActionDelegate.selectionChanged
(IAction action, ISelection selection) Notifies this action delegate that the selection in the workbench has changed.void
IEditorActionDelegate.setActiveEditor
(IAction action, IEditorPart targetEditor) Sets the active editor for the delegate.void
IObjectActionDelegate.setActivePart
(IAction action, IWorkbenchPart targetPart) Sets the active part for the delegate.void
IActionBars.setGlobalActionHandler
(String actionId, IAction handler) Sets the global action handler for the action with the given id.void
SubActionBars.setGlobalActionHandler
(String actionID, IAction handler) Add a handler for a window action.void
IKeyBindingService.unregisterAction
(IAction action) Deprecated.Unregisters an action with the key binding service. -
Uses of IAction in org.eclipse.ui.actions
Modifier and TypeInterfaceDescriptionstatic interface
Interface for a workbench action.Modifier and TypeClassDescriptionclass
Standard action for adding a bookmark to the currently selected file resource(s).class
Standard action for adding a task to the currently selected file resource(s).class
The abstract superclass for actions that listen to selection change events.class
Standard actions for full and incremental builds of the selected project(s) and their references project build configurations.class
Standard action for closing the currently selected project(s).class
This action closes all projects that are unrelated to the selected projects.final class
For a declarative editor action, see if we can link it to a command.class
The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.class
Standard action for copying the currently selected resources elsewhere in the workspace.class
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
Standard action for deleting the currently selected resources.class
Action representing a generic export operation.class
Standard action for full and incremental builds of all projects within the workspace.class
Action representing a generic import operation.class
ALabelRetargetAction
extends the behavior of RetargetAction.class
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.class
Standard action for moving the currently selected resources elsewhere in the workspace.class
Standard action for launching the create project selection wizard.class
Standard action for launching the create project selection wizard.class
Invoke the resource creation wizard selection Wizard.class
Action which, when run, will open the new wizard dialog.class
Standard action for opening an editor on the currently selected file resource(s).class
Opens a new window.final class
Opens a perspective.class
Standard action for opening the currently selected project(s).class
Standard action for opening a system editor on the currently selected file resource.class
The abstract superclass for actions that listen to part activation and open/close events.class
Deprecated.the IDE now uses the new intro mechanismclass
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.class
Standard action for renaming the selected resources.class
ARetargetAction
tracks the active part in the workbench.class
Deprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.class
The abstract superclass for resource-based actions that listen to selection change events.class
The abstract superclass for actions that listen to selection changes from a particular selection provider.class
The abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources.Modifier and TypeMethodDescriptionRetargetAction.getActionHandler()
Returns the action handler.protected IAction
BaseNewWizardMenu.getShowDialogAction()
Returns the "Other..." action, used to show the new wizards dialog.Modifier and TypeMethodDescriptionvoid
TheActionDelegate
implementation of thisIActionDelegate2
method does nothing.void
TheActionDelegate
implementation of thisIActionDelegate
method does nothing.void
ActionDelegate.runWithEvent
(IAction action, Event event) TheActionDelegate
implementation of thisIActionDelegate2
method redirects to therun
method.void
ActionDelegate.selectionChanged
(IAction action, ISelection selection) TheActionDelegate
implementation of thisIActionDelegate
method does nothing.protected void
LabelRetargetAction.setActionHandler
(IAction handler) Sets the action handler.protected void
RetargetAction.setActionHandler
(IAction newHandler) Sets the action handler.void
TextActionHandler.setCopyAction
(IAction action) Set the defaultIAction
handler for the Copy action.void
TextActionHandler.setCutAction
(IAction action) Set the defaultIAction
handler for the Cut action.void
TextActionHandler.setDeleteAction
(IAction action) Set the defaultIAction
handler for the Delete action.void
TextActionHandler.setPasteAction
(IAction action) Set the defaultIAction
handler for the Paste action.void
TextActionHandler.setSelectAllAction
(IAction action) Set the defaultIAction
handler for the Select All action. -
Uses of IAction in org.eclipse.ui.application
Modifier and TypeMethodDescriptionprotected IAction
Returns the action with the given id, ornull
if not found.Modifier and TypeMethodDescriptionprotected void
ActionBarAdvisor.disposeAction
(IAction action) Disposes the given action.protected void
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.void
IActionBarConfigurer.registerGlobalAction
(IAction action) Register the action as a global action with a workbench window. -
Uses of IAction in org.eclipse.ui.cheatsheets
Modifier and TypeClassDescriptionfinal class
Action for opening a cheat sheet. -
Uses of IAction in org.eclipse.ui.console
Modifier and TypeMethodDescriptionprotected void
TextConsolePage.setGlobalAction
(IActionBars actionBars, String actionID, IAction action) Configures an action for key bindings. -
Uses of IAction in org.eclipse.ui.console.actions
Modifier and TypeClassDescriptionclass
Clears the output in a text console.class
Removes a console from the console manager.class
Common function for actions that operate on a text viewer.class
Action to position a text viewer to a specific line. -
Uses of IAction in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
Standard action for opening a Property Pages Dialog on the currently selected element. -
Uses of IAction in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionvoid
void
FileBufferOperationAction.selectionChanged
(IAction action, ISelection selection) -
Uses of IAction in org.eclipse.ui.help
-
Uses of IAction in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Closes all editors except ones with unsaved changes.final class
Extends PartPluginAction for usage in editor parts.class
TheNavigationHistoryAction
moves navigation history back and forward.class
An object action extension in a popup menu.class
Open the preferences dialogclass
The abstract superclass for actions that listen to page activation and open/close events.class
This class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.class
Abstract superclass of actions which are enabled iff there is an active perspective in the window.class
A PluginAction is a proxy for an action extension.class
Hides or shows the editor area within the current perspective of the workbench page.final class
This class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.class
This class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate
.class
A workbench window pulldown action.Modifier 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.Modifier and TypeMethodDescriptionvoid
void
CoolBarToTrimManager.appendToGroup
(String groupName, IAction action) void
CoolBarToTrimManager.insertAfter
(String id, IAction action) void
CoolBarToTrimManager.insertBefore
(String id, IAction action) void
CoolBarToTrimManager.prependToGroup
(String groupName, IAction action) void
KeyBindingService.registerAction
(IAction action) void
WWinActionBars.setGlobalActionHandler
(String actionID, IAction handler) Add a handler for a window action.void
KeyBindingService.unregisterAction
(IAction action) Modifier and TypeMethodDescriptionprotected void
EditorMenuManager.getAllContributedActions
(HashSet<IAction> set) protected void
EditorMenuManager.getAllContributedActions
(HashSet<IAction> set, IContributionItem item) ModifierConstructorDescriptionPerspectiveTracker
(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
Modifier and TypeClassDescriptionclass
org.eclipse.ui.internal.actions.CommandAction
Instantiate an action that will execute the command. -
Uses of IAction in org.eclipse.ui.operations
Modifier and TypeClassDescriptionclass
OperationHistoryActionHandler implements common behavior for the undo and redo actions.final class
RedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.final class
UndoActionHandler 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
Modifier and TypeMethodDescriptionvoid
CellEditorActionHandler.setCopyAction
(IAction action) Sets the defaultIAction
handler for the Copy action.void
CellEditorActionHandler.setCutAction
(IAction action) Sets the defaultIAction
handler for the Cut action.void
CellEditorActionHandler.setDeleteAction
(IAction action) Sets the defaultIAction
handler for the Delete action.void
CellEditorActionHandler.setFindAction
(IAction action) Sets the defaultIAction
handler for the Find action.void
CellEditorActionHandler.setPasteAction
(IAction action) Sets the defaultIAction
handler for the Paste action.void
CellEditorActionHandler.setRedoAction
(IAction action) Sets the defaultIAction
handler for the Redo action.void
CellEditorActionHandler.setSelectAllAction
(IAction action) Sets the defaultIAction
handler for the Select All action.void
CellEditorActionHandler.setUndoAction
(IAction action) Sets the defaultIAction
handler for the Undo action. -
Uses of IAction in org.eclipse.ui.preferences
Modifier and TypeClassDescriptionclass
The ViewPreferencesAction is the action for opening a view preferences dialog on a class. -
Uses of IAction in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionprotected class
This action implements smart end.protected class
This action implements smart home.class
Action for creating a marker of a specified type for the editor's input element based on the editor's selection.class
Creates a new task marker.class
Action that converts the current selection to lower case or upper case.class
Action for changing the encoding of the editor's input element.final class
A content assist action which gets its target from its text editor.class
Deprecated.since 3.1.class
An 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.class
An action which finds the next/previous occurrence of the last search or the current selection if present.class
An action which opens a Find/Replace dialog.class
Action for jumping to a particular annotation in the editor's text viewer.class
Goes to last edit position.class
Action for jumping to a particular line in the editor's text viewer.class
Goes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.class
An action which enters the incremental find mode like in emacs.class
This action implements smart return.class
Action for joining two or more lines together by deleting the line delimiters and trimming the whitespace between them.class
An action to handle emacs-like marked regions.class
A ruler action which can add and remove markers which have a visual representation in the ruler.class
Deprecated.useMarkerRulerAction
insteadclass
Action for moving selected lines in an editor.class
An action to handle emacs-like recenter.class
An action which configures its label, image, tooltip, and description from a resource bundle using known keys.final class
Action 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.class
Action for abandoning changes made in the text editor since the last save operation.class
Deprecated.As of 3.5, replaced byActionFactory.SAVE
class
A ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.class
A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.class
Deprecated.As of 2.1, replaced bySelectMarkerRulerAction
class
Action for shifting code to the right or left by one indentation level.class
This action toggles the display of whitespace characters by attaching/detaching anWhitespaceCharacterPainter
to the associated text editor.class
Skeleton of a standard text editor action.class
AnAction
wrapper for text widget navigation and selection actions.final class
An action which gets a text operation target from its text editor.Modifier and TypeMethodDescriptionprotected abstract IAction
AbstractRulerActionDelegate.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) The factory method creating the underlying action.protected IAction
BookmarkRulerAction.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IAction
SelectRulerAction.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected IAction
TaskRulerAction.createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) protected final IAction
BasicTextEditorActionContributor.getAction
(ITextEditor editor, String actionId) Returns the action registered with the given text editor.Returns the action installed under the given action id.Modifier and TypeMethodDescriptionvoid
void
void
void
AbstractRulerActionDelegate.runWithEvent
(IAction action, Event event) void
AbstractRulerActionDelegate.selectionChanged
(IAction action, ISelection selection) void
GotoLastEditPositionAction.selectionChanged
(IAction action, ISelection selection) void
GotoNextEditPositionAction.selectionChanged
(IAction action, ISelection selection) void
void
Installs the given action under the given action id.void
Sets the underlying action.void
StatusLineContributionItem.setActionHandler
(IAction actionHandler) void
AbstractRulerActionDelegate.setActiveEditor
(IAction callerAction, IEditorPart targetEditor) -
Uses of IAction in org.eclipse.ui.texteditor.quickdiff
Modifier and TypeMethodDescriptionvoid
void
QuickDiffToggleAction.selectionChanged
(IAction action, ISelection selection) void
QuickDiffToggleAction.setActiveEditor
(IAction action, IEditorPart targetEditor) -
Uses of IAction in org.eclipse.ui.views.framelist
Modifier and TypeClassDescriptionclass
Generic "Back" action which goes back one frame,class
Generic "Forward" action which goes forward one frame.class
Abstract superclass for actions dealing with frames or a frame list.class
Generic "Go Into" action which goes to the frame for the current selection.class
Generic "Up" action which goes to the parent frame for the current frame. -
Uses of IAction in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
Pins the properties view instance to the current selection. -
Uses of IAction in org.eclipse.unittest.ui
Modifier 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