Uses of Interface
org.eclipse.core.commands.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.core.commands
Modifier and TypeInterfaceDescriptioninterface
Extend the IHandler interface to provide some context for isEnabled() requests.Modifier and TypeClassDescriptionclass
This class is a partial implementation ofIHandler
.class
An abstract implementation ofIObjectWithState
.Modifier and TypeMethodDescriptionCommand.getHandler()
Returns the current handler for this command.HandlerEvent.getHandler()
Returns the instance of the interface that changed.Modifier and TypeMethodDescriptionboolean
Command.setHandler
(IHandler handler) Changes the handler for this command.void
CommandManager.setHelpContextId
(IHandler handler, String helpContextId) Sets the help context identifier to associate with a particular handler.ModifierConstructorDescriptionHandlerEvent
(IHandler handler, boolean enabledChanged, boolean handledChanged) Creates a new instance of this class. -
Uses of IHandler 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 IHandler in org.eclipse.jface.commands
Modifier and TypeClassDescriptionfinal class
This class adapts instances ofIAction
toIHandler
. -
Uses of IHandler in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionfinal IHandler
ContentAssistant.getHandler
(String commandId) Returns the handler for the given command identifier.IContentAssistantExtension4.getHandler
(String commandId) Returns the handler for the given command identifier.Modifier and TypeMethodDescriptionprotected final void
ContentAssistant.registerHandler
(String commandId, IHandler handler) Registers the given handler under the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.quickassist
Modifier and TypeMethodDescriptionIQuickAssistAssistantExtension.getHandler
(String commandId) Returns the handler for the given command identifier.final IHandler
QuickAssistAssistant.getHandler
(String commandId) Returns the handler for the given command identifier. -
Uses of IHandler in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionContentAssistantFacade.getHandler
(String commandId) Returns the handler for the given command identifier. -
Uses of IHandler 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).Modifier and TypeMethodDescriptionstatic IHandler
MergeActionHandler.getDefaultHandler
(String mergeActionId, ISynchronizePageConfiguration configuration) Return an instance of the default handler for the given merge action id.Modifier and TypeMethodDescriptionprotected void
SynchronizationActionProvider.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
Modifier and TypeClassDescriptionclass
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.final class
Deprecated.Please use the "org.eclipse.core.commands" plug-in instead.Modifier and TypeMethodDescriptionvoid
ICommandService.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
Modifier and TypeClassDescriptionclass
Operation handler for a file buffer. -
Uses of IHandler 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.Modifier and TypeMethodDescriptionIHandlerActivation.getHandler()
Returns the handler that should be activated.Modifier 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.void
IHandlerService.setHelpContextId
(IHandler handler, String helpContextId) Sets the help context identifier to associate with a particular handler. -
Uses of IHandler in org.eclipse.ui.texteditor
-
Uses of IHandler in org.eclipse.ui.views.markers
Modifier and TypeClassDescriptionclass
MarkerViewHandler is the abstract class of the handlers for theMarkerSupportView
-
Uses of IHandler in org.eclipse.ui.views.properties