Uses of Interface
org.eclipse.debug.core.IRequest
-
Packages that use IRequest Package Description 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 Modifier and Type Interface Description interfaceIDebugCommandRequestA request to execute a command on specific elements.interfaceIEnabledStateRequestA request to update the enabled state of a command.Methods in org.eclipse.debug.core.commands with parameters of type IRequest Modifier and Type Method Description protected abstract voidAbstractDebugCommand. 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 Modifier and Type Method Description protected voidDebugCommandAction. postExecute(IRequest request, Object[] targets)This method is called after the completion of the execution of this command.protected voidDebugCommandHandler. postExecute(IRequest request, Object[] targets)This method is called after the completion of the execution of this command.
-