Uses of Class
org.eclipse.core.commands.AbstractHandler
-
Packages that use AbstractHandler Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.jface.commands Provides JFace-specific support for commands.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of AbstractHandler in org.eclipse.core.commands
Subclasses of AbstractHandler in org.eclipse.core.commands Modifier and Type Class Description class
AbstractHandlerWithState
An abstract implementation ofIObjectWithState
. -
Uses of AbstractHandler in org.eclipse.debug.ui.actions
Subclasses of AbstractHandler in org.eclipse.debug.ui.actions Modifier and Type Class Description class
DebugCommandHandler
Abstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandler
handlers. -
Uses of AbstractHandler in org.eclipse.jface.commands
Subclasses of AbstractHandler in org.eclipse.jface.commands Modifier and Type Class Description class
ActionHandler
This class adapts instances ofIAction
toIHandler
. -
Uses of AbstractHandler in org.eclipse.team.ui.mapping
Subclasses of AbstractHandler in org.eclipse.team.ui.mapping Modifier and Type Class Description class
MergeActionHandler
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.commands
Subclasses of AbstractHandler in org.eclipse.ui.commands Modifier and Type Class Description class
AbstractHandler
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.class
ActionHandler
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead. -
Uses of AbstractHandler in org.eclipse.ui.editors.text
Subclasses of AbstractHandler in org.eclipse.ui.editors.text Modifier and Type Class Description class
FileBufferOperationHandler
Operation handler for a file buffer. -
Uses of AbstractHandler in org.eclipse.ui.handlers
Subclasses of AbstractHandler in org.eclipse.ui.handlers Modifier and Type Class Description class
CollapseAllHandler
Collapse a tree viewer.class
ExpandAllHandler
Expand a tree viewer.class
ShowPerspectiveHandler
Shows the given perspective.class
ShowViewHandler
Shows the given view. -
Uses of AbstractHandler in org.eclipse.ui.texteditor
Subclasses of AbstractHandler in org.eclipse.ui.texteditor Modifier and Type Class Description class
TextZoomInHandler
class
TextZoomOutHandler
-
Uses of AbstractHandler in org.eclipse.ui.views.markers
Subclasses of AbstractHandler in org.eclipse.ui.views.markers Modifier and Type Class Description class
MarkerViewHandler
MarkerViewHandler is the abstract class of the handlers for theMarkerSupportView
-
Uses of AbstractHandler in org.eclipse.ui.views.properties
Subclasses of AbstractHandler in org.eclipse.ui.views.properties Modifier and Type Class Description class
NewPropertySheetHandler
-