Eclipse Platform
Release 3.2

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

Packages that use IHandler
org.eclipse.ui.commands   
 

Uses of IHandler in org.eclipse.ui.commands
 

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

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


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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