Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.core.commands.IHandler

Packages that use IHandler
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.jface.commands Provides JFace-specific support for commands. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for an ISourceViewer.  
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources 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 based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Uses of IHandler in org.eclipse.core.commands
 

Subinterfaces of IHandler in org.eclipse.core.commands
 interface IHandler2
          Extend the IHandler interface to provide some context for isEnabled() requests.
 

Classes in org.eclipse.core.commands that implement IHandler
 class AbstractHandler
           This class is a partial implementation of IHandler.
 class AbstractHandlerWithState
           An abstract implementation of IObjectWithState.
 

Methods in org.eclipse.core.commands that return IHandler
 IHandler Command.getHandler()
          Returns the current handler for this command.
 IHandler HandlerEvent.getHandler()
          Returns the instance of the interface that changed.
 

Methods in org.eclipse.core.commands with parameters of type IHandler
 void CommandManager.setHelpContextId(IHandler handler, String helpContextId)
          Sets the help context identifier to associate with a particular handler.
 boolean Command.setHandler(IHandler handler)
          Changes the handler for this command.
 

Constructors in org.eclipse.core.commands with parameters of type IHandler
HandlerEvent(IHandler handler, boolean enabledChanged, boolean handledChanged)
          Creates a new instance of this class.
 

Uses of IHandler in org.eclipse.jface.commands
 

Classes in org.eclipse.jface.commands that implement IHandler
 class ActionHandler
           This class adapts instances of IAction to IHandler.
 

Uses of IHandler in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist that return IHandler
 IHandler ContentAssistant.getHandler(String commandId)
          Returns the handler for the given command identifier.

The same handler instance will be returned when called a more than once with the same command identifier.

 IHandler IContentAssistantExtension4.getHandler(String commandId)
          Returns the handler for the given command identifier.
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IHandler
protected  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
 

Methods in org.eclipse.jface.text.quickassist that return IHandler
 IHandler IQuickAssistAssistantExtension.getHandler(String commandId)
          Returns the handler for the given command identifier.
 IHandler QuickAssistAssistant.getHandler(String commandId)
          Returns the handler for the given command identifier.

The same handler instance will be returned when called a more than once with the same command identifier.

 

Uses of IHandler in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return IHandler
 IHandler ContentAssistantFacade.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 IHandler
 class MergeActionHandler
          An 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 IHandler
static IHandler MergeActionHandler.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 IHandler
protected  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
 

Methods in org.eclipse.ui.commands with parameters of type IHandler
 void 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
 

Classes in org.eclipse.ui.editors.text that implement IHandler
 class FileBufferOperationHandler
          Operation handler for a file buffer.
 

Uses of IHandler in org.eclipse.ui.handlers
 

Classes in org.eclipse.ui.handlers that implement IHandler
 class CollapseAllHandler
          Collapse a tree viewer.
 class ShowPerspectiveHandler
          Shows the given perspective.
 class ShowViewHandler
          Shows the given view.
 

Methods in org.eclipse.ui.handlers that return IHandler
 IHandler IHandlerActivation.getHandler()
          Returns the handler that should be activated.
 

Methods in org.eclipse.ui.handlers with parameters of type IHandler
 IHandlerActivation IHandlerService.activateHandler(String commandId, IHandler handler)
           Activates the given handler within the context of this service.
 IHandlerActivation IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression)
           Activates the given handler within the context of this service.
 IHandlerActivation IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression, boolean global)
           Activates the given handler within the context of this service.
 IHandlerActivation IHandlerService.activateHandler(String commandId, IHandler handler, Expression expression, int sourcePriorities)
          Deprecated. Use IHandlerService.activateHandler(String, IHandler, Expression) instead.
 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.views.markers
 

Classes in org.eclipse.ui.views.markers that implement IHandler
 class MarkerViewHandler
          MarkerViewHandler is the abstract class of the handlers for the MarkerSupportView
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.