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.ui.commands   
org.eclipse.ui.handlers   
 

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.
 class AbstractHandlerWithState
           An abstract implementation of IObjectWithState.
 

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

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

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

Methods in org.eclipse.ui.commands that return IHandler
 IHandler HandlerSubmission.getHandler()
          Deprecated. Returns the handler.
 

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

Uses of IHandler in org.eclipse.ui.handlers
 

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(java.lang.String commandId, IHandler handler)
           Activates the given handler within the context of this service.
 IHandlerActivation IHandlerService.activateHandler(java.lang.String commandId, IHandler handler, Expression expression, int sourcePriorities)
           Activates the given handler within the context of this service.