Uses of Class
org.eclipse.jface.action.AbstractAction
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a set of actions related to running and debugging applications.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a framework for preferences.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides support for working with cheat sheets.
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 that provide the basic workbench UI support for undo and redo of
operations.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides a framework for text editors obeying to the
desktop rules.
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 AbstractAction in org.eclipse.compare
Modifier and TypeClassDescriptionclass
ANavigationAction
is used to navigate through the individual differences of aCompareEditorInput
. -
Uses of AbstractAction in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
Toggles the activation of a compare filterclass
Toggles a boolean property of anCompareConfiguration
.class
class
class
-
Uses of AbstractAction 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. -
Uses of AbstractAction in org.eclipse.jface.action
-
Uses of AbstractAction 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 AbstractAction 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. -
Uses of AbstractAction in org.eclipse.ui.actions
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. -
Uses of AbstractAction in org.eclipse.ui.cheatsheets
Modifier and TypeClassDescriptionfinal class
Action for opening a cheat sheet. -
Uses of AbstractAction 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 AbstractAction in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
Standard action for opening a Property Pages Dialog on the currently selected element. -
Uses of AbstractAction in org.eclipse.ui.editors.text
-
Uses of AbstractAction 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. -
Uses of AbstractAction 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 AbstractAction 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 AbstractAction in org.eclipse.ui.preferences
Modifier and TypeClassDescriptionclass
The ViewPreferencesAction is the action for opening a view preferences dialog on a class. -
Uses of AbstractAction 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. -
Uses of AbstractAction 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 AbstractAction in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
Pins the properties view instance to the current selection.