Eclipse Platform
Release 3.1

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

Packages that use IHandler
org.eclipse.ui.commands   
 

Uses of IHandler in org.eclipse.ui.commands
 

Classes in org.eclipse.ui.commands that implement IHandler
 class AbstractHandler
          Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
 class ActionHandler
          Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
 

Methods in org.eclipse.ui.commands that return IHandler
 IHandler HandlerSubmission.getHandler()
          Deprecated. Returns the handler.
 IHandler HandlerEvent.getHandler()
          Deprecated. Returns the instance of the interface that changed.
 

Constructors in org.eclipse.ui.commands with parameters of type IHandler
HandlerSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority)
          Deprecated. Creates a new instance of this class.
HandlerEvent(IHandler handler, boolean attributeValuesByNameChanged, Map previousAttributeValuesByName)
          Deprecated. Creates a new instance of this class.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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