Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.debug.core.IRequest

Packages that use IRequest
org.eclipse.debug.core.commands

Provides a set of interfaces for common debug commands. 

org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

 

Uses of IRequest in org.eclipse.debug.core.commands
 

Subinterfaces of IRequest in org.eclipse.debug.core.commands
 interface IDebugCommandRequest
          A request to execute a command on specific elements.
 interface IEnabledStateRequest
          A request to update the enabled state of a command.
 

Methods in org.eclipse.debug.core.commands with parameters of type IRequest
protected abstract  void AbstractDebugCommand.doExecute(Object[] targets, IProgressMonitor monitor, IRequest request)
          Executes this command synchronously on the specified targets, reporting progress.
 

Uses of IRequest in org.eclipse.debug.ui.actions
 

Methods in org.eclipse.debug.ui.actions with parameters of type IRequest
protected  void DebugCommandHandler.postExecute(IRequest request, Object[] targets)
          This method is called after the completion of the execution of this command.
protected  void DebugCommandAction.postExecute(IRequest request, Object[] targets)
          This method is called after the completion of the execution of this command.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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