Uses of Interface
org.eclipse.core.commands.IHandler2
-
Packages that use IHandler2 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 basedIFileBufferand others directly handlingIFileandIStorageas 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 IHandler2 in org.eclipse.core.commands
Classes in org.eclipse.core.commands that implement IHandler2 Modifier and Type Class Description classAbstractHandlerThis class is a partial implementation ofIHandler.classAbstractHandlerWithStateAn abstract implementation ofIObjectWithState. -
Uses of IHandler2 in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IHandler2 Modifier and Type Class Description classDebugCommandHandlerAbstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandlerhandlers. -
Uses of IHandler2 in org.eclipse.jface.commands
Classes in org.eclipse.jface.commands that implement IHandler2 Modifier and Type Class Description classActionHandlerThis class adapts instances ofIActiontoIHandler. -
Uses of IHandler2 in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IHandler2 Modifier and Type Class Description classMergeActionHandlerAn abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged). -
Uses of IHandler2 in org.eclipse.ui.commands
Classes in org.eclipse.ui.commands that implement IHandler2 Modifier and Type Class Description classAbstractHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.classActionHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead. -
Uses of IHandler2 in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IHandler2 Modifier and Type Class Description classFileBufferOperationHandlerOperation handler for a file buffer. -
Uses of IHandler2 in org.eclipse.ui.handlers
Classes in org.eclipse.ui.handlers that implement IHandler2 Modifier and Type Class Description classCollapseAllHandlerCollapse a tree viewer.classExpandAllHandlerExpand a tree viewer.classShowPerspectiveHandlerShows the given perspective.classShowViewHandlerShows the given view. -
Uses of IHandler2 in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IHandler2 Modifier and Type Class Description classTextZoomInHandlerclassTextZoomOutHandler -
Uses of IHandler2 in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IHandler2 Modifier and Type Class Description classMarkerViewHandlerMarkerViewHandler is the abstract class of the handlers for theMarkerSupportView -
Uses of IHandler2 in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IHandler2 Modifier and Type Class Description classNewPropertySheetHandler
-