Eclipse Platform
Release 3.1

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.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. 
 

Uses of IHandler in org.eclipse.core.commands
 

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

Methods in org.eclipse.core.commands that return IHandler
 IHandler HandlerEvent.getHandler()
          Returns the instance of the interface that changed.
 

Methods in org.eclipse.core.commands with parameters of type IHandler
 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.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 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, int sourcePriorities)
           Activates the given handler within the context of this service.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.