Uses of Class
org.eclipse.core.commands.AbstractHandler
Package
Description
Application programming interfaces for commands and handlers.
Provides a set of actions related to running and debugging applications.
Provides JFace-specific support for commands.
Application programming interfaces for working with resource mappings.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides support for integrating handlers into the Eclipse workbench.
Provides a framework for text editors obeying to the
desktop rules.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of AbstractHandler in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
This is a temporary replacement for CompareWithOtherResourceAction which was available from "Compare With > Other Resource...". -
Uses of AbstractHandler in org.eclipse.core.commands
-
Uses of AbstractHandler in org.eclipse.debug.ui.actions
Modifier and TypeClassDescriptionclass
Abstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandler
handlers. -
Uses of AbstractHandler in org.eclipse.e4.core.commands.internal
Modifier and TypeClassDescriptionclass
Provide an IHandler to delegate calls to. -
Uses of AbstractHandler in org.eclipse.help.ui.internal
Modifier and TypeClassDescriptionclass
The command handler that gets invoked when the "Close User Assistance Tray" command is invoked. -
Uses of AbstractHandler in org.eclipse.jface.commands
Modifier and TypeClassDescriptionfinal class
This class adapts instances ofIAction
toIHandler
. -
Uses of AbstractHandler in org.eclipse.team.ui.mapping
Modifier and TypeClassDescriptionclass
An abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged). -
Uses of AbstractHandler in org.eclipse.ui.editors.text
Modifier and TypeClassDescriptionclass
Operation handler for a file buffer. -
Uses of AbstractHandler in org.eclipse.ui.handlers
Modifier and TypeClassDescriptionclass
Collapse a tree viewer.class
Expand a tree viewer.final class
Shows the given perspective.final class
Shows the given view. -
Uses of AbstractHandler in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Abstract base class that provides the enabled state, where changing the state fires the HandlerEvent.class
This internal class serves as a foundation for any handler that would like its enabled state controlled by core expressions and the IEvaluationService.class
Activates the most recently used editor in the current window.class
Closes all active editorsclass
Closes the active editor.class
Closes all editors except the one that is active.class
This is the handler for NextEditor and PrevEditor commands.class
This handler is used to switch between perspectives using the keyboard.class
This handler is used to switch between parts using the keyboard.class
Base class to open a dialog to filter and select elements of aTable
.class
The show in command, which only needs a target id.class
Show the menu on top of the icon in the view or editor label.class
Shows the View Menuclass
Our sample handler extends AbstractHandler, an IHandler base class.class
Opens a dialog showing all open editors and the recently closed editors.class
class
Shows a list of open editor and parts in the current or last active workbook. -
Uses of AbstractHandler in org.eclipse.ui.texteditor
-
Uses of AbstractHandler in org.eclipse.ui.views.markers
Modifier and TypeClassDescriptionclass
MarkerViewHandler is the abstract class of the handlers for theMarkerSupportView
-
Uses of AbstractHandler in org.eclipse.ui.views.properties