Uses of Interface
org.eclipse.core.commands.IHandler
Packages that use IHandler
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.
Provides a content assist add-on for an
ITextViewer.This package provides the quick assist assistant add-on for an
ISourceViewer.Provides a framework for connecting document regions
with annotations and for displaying those.
Application programming interfaces for working with resource mappings.
Provides support for retrieving information on Commands from the workbench.
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 IHandler in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IHandlerModifier and TypeClassDescriptionclassThis is a temporary replacement for CompareWithOtherResourceAction which was available from "Compare With > Other Resource...". -
Uses of IHandler in org.eclipse.core.commands
Subinterfaces of IHandler in org.eclipse.core.commandsModifier and TypeInterfaceDescriptioninterfaceExtend the IHandler interface to provide some context for isEnabled() requests.Classes in org.eclipse.core.commands that implement IHandlerModifier and TypeClassDescriptionclassThis class is a partial implementation ofIHandler.classAn abstract implementation ofIObjectWithState.Methods in org.eclipse.core.commands that return IHandlerModifier and TypeMethodDescriptionCommand.getHandler()Returns the current handler for this command.HandlerEvent.getHandler()Returns the instance of the interface that changed.Methods in org.eclipse.core.commands with parameters of type IHandlerModifier and TypeMethodDescriptionbooleanCommand.setHandler(IHandler handler) Changes the handler for this command.voidCommandManager.setHelpContextId(IHandler handler, String helpContextId) Sets the help context identifier to associate with a particular handler.Constructors in org.eclipse.core.commands with parameters of type IHandlerModifierConstructorDescriptionHandlerEvent(IHandler handler, boolean enabledChanged, boolean handledChanged) Creates a new instance of this class. -
Uses of IHandler in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IHandlerModifier and TypeClassDescriptionclassAbstract base class for re-targeting command framework handlers, which delegate execution toIDebugCommandHandlerhandlers. -
Uses of IHandler in org.eclipse.e4.core.commands.internal
Classes in org.eclipse.e4.core.commands.internal that implement IHandlerModifier and TypeClassDescriptionclassProvide an IHandler to delegate calls to.Methods in org.eclipse.e4.core.commands.internal that return IHandlerModifier and TypeMethodDescriptionstatic IHandlerHandlerServiceImpl.getHandler(String commandId) Methods in org.eclipse.e4.core.commands.internal with parameters of type IHandlerModifier and TypeMethodDescriptionvoidICommandHelpService.setHelpContextId(IHandler handler, String contextId) Assigns the help context ID to the command handler. -
Uses of IHandler in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement IHandlerModifier and TypeClassDescriptionclassThe command handler that gets invoked when the "Close User Assistance Tray" command is invoked. -
Uses of IHandler in org.eclipse.jface.commands
Classes in org.eclipse.jface.commands that implement IHandlerModifier and TypeClassDescriptionfinal classThis class adapts instances ofIActiontoIHandler. -
Uses of IHandler in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist that return IHandlerModifier and TypeMethodDescriptionfinal IHandlerContentAssistant.getHandler(String commandId) Returns the handler for the given command identifier.IContentAssistantExtension4.getHandler(String commandId) Returns the handler for the given command identifier.Methods in org.eclipse.jface.text.contentassist with parameters of type IHandlerModifier and TypeMethodDescriptionprotected final voidContentAssistant.registerHandler(String commandId, IHandler handler) Registers the given handler under the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist that return IHandlerModifier and TypeMethodDescriptionIQuickAssistAssistantExtension.getHandler(String commandId) Returns the handler for the given command identifier.final IHandlerQuickAssistAssistant.getHandler(String commandId) Returns the handler for the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return IHandlerModifier and TypeMethodDescriptionContentAssistantFacade.getHandler(String commandId) Returns the handler for the given command identifier. -
Uses of IHandler in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IHandlerModifier and TypeClassDescriptionclassAn abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged).Methods in org.eclipse.team.ui.mapping that return IHandlerModifier and TypeMethodDescriptionstatic IHandlerMergeActionHandler.getDefaultHandler(String mergeActionId, ISynchronizePageConfiguration configuration) Return an instance of the default handler for the given merge action id.Methods in org.eclipse.team.ui.mapping with parameters of type IHandlerModifier and TypeMethodDescriptionprotected voidSynchronizationActionProvider.registerHandler(String actionId, IHandler handler) Register the handler as the handler for the given action id when a merge action is performed on elements that match this groups enablement. -
Uses of IHandler in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands with parameters of type IHandlerModifier and TypeMethodDescriptionvoidICommandService.setHelpContextId(IHandler handler, String helpContextId) Sets the help context identifier to associate with a particular handler. -
Uses of IHandler in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IHandlerModifier and TypeClassDescriptionclassOperation handler for a file buffer. -
Uses of IHandler in org.eclipse.ui.handlers
Classes in org.eclipse.ui.handlers that implement IHandlerModifier and TypeClassDescriptionclassCollapse a tree viewer.classExpand a tree viewer.final classShows the given perspective.final classShows the given view.Methods in org.eclipse.ui.handlers that return IHandlerModifier and TypeMethodDescriptionIHandlerActivation.getHandler()Returns the handler that should be activated.Methods in org.eclipse.ui.handlers with parameters of type IHandlerModifier and TypeMethodDescriptionIHandlerService.activateHandler(String commandId, IHandler handler) Activates the given handler within the context of this service.IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression) Activates the given handler within the context of this service.IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression, boolean global) Activates the given handler within the context of this service.IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression, int sourcePriorities) Deprecated.voidIHandlerService.setHelpContextId(IHandler handler, String helpContextId) Sets the help context identifier to associate with a particular handler. -
Uses of IHandler in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IHandlerModifier 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 IHandler in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IHandler -
Uses of IHandler in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IHandlerModifier and TypeClassDescriptionclassMarkerViewHandler is the abstract class of the handlers for theMarkerSupportView -
Uses of IHandler in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IHandler
IHandlerService.activateHandler(String, IHandler, Expression)instead.