Uses of Interface
org.eclipse.core.commands.IHandler2
Packages that use IHandler2
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 IHandler2 in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IHandler2Modifier and TypeClassDescriptionclassThis is a temporary replacement for CompareWithOtherResourceAction which was available from "Compare With > Other Resource...". -
Uses of IHandler2 in org.eclipse.core.commands
Classes in org.eclipse.core.commands that implement IHandler2Modifier and TypeClassDescriptionclassThis class is a partial implementation ofIHandler.classAn abstract implementation ofIObjectWithState. -
Uses of IHandler2 in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IHandler2Modifier and TypeClassDescriptionclassAbstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandlerhandlers. -
Uses of IHandler2 in org.eclipse.e4.core.commands.internal
Classes in org.eclipse.e4.core.commands.internal that implement IHandler2Modifier and TypeClassDescriptionclassProvide an IHandler to delegate calls to. -
Uses of IHandler2 in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement IHandler2Modifier and TypeClassDescriptionclassThe command handler that gets invoked when the "Close User Assistance Tray" command is invoked. -
Uses of IHandler2 in org.eclipse.jface.commands
Classes in org.eclipse.jface.commands that implement IHandler2Modifier and TypeClassDescriptionfinal classThis class adapts instances ofIActiontoIHandler. -
Uses of IHandler2 in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IHandler2Modifier and TypeClassDescriptionclassAn 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.editors.text
Classes in org.eclipse.ui.editors.text that implement IHandler2Modifier and TypeClassDescriptionclassOperation handler for a file buffer. -
Uses of IHandler2 in org.eclipse.ui.handlers
Classes in org.eclipse.ui.handlers that implement IHandler2Modifier and TypeClassDescriptionclassCollapse a tree viewer.classExpand a tree viewer.final classShows the given perspective.final classShows the given view. -
Uses of IHandler2 in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IHandler2Modifier and TypeClassDescriptionclassAbstract base class that provides the enabled state, where changing the state fires the HandlerEvent.classThis internal class serves as a foundation for any handler that would like its enabled state controlled by core expressions and the IEvaluationService.classActivates the most recently used editor in the current window.classCloses all active editorsclassCloses the active editor.classCloses all editors except the one that is active.classThis is the handler for NextEditor and PrevEditor commands.classThis handler is used to switch between perspectives using the keyboard.classThis handler is used to switch between parts using the keyboard.classBase class to open a dialog to filter and select elements of aTable.classThe show in command, which only needs a target id.classShow the menu on top of the icon in the view or editor label.classShows the View MenuclassOur sample handler extends AbstractHandler, an IHandler base class.classOpens a dialog showing all open editors and the recently closed editors.classclassShows a list of open editor and parts in the current or last active workbook. -
Uses of IHandler2 in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IHandler2 -
Uses of IHandler2 in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IHandler2Modifier and TypeClassDescriptionclassMarkerViewHandler 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