Uses of Interface
org.eclipse.debug.core.commands.IDebugCommandRequest
Package
Description
Provides a set of interfaces for common debug commands.
-
Uses of IDebugCommandRequest in org.eclipse.debug.core.commands
Modifier and TypeInterfaceDescriptioninterface
A request to update the enabled state of a command.Modifier and TypeMethodDescriptionboolean
AbstractDebugCommand.execute
(IDebugCommandRequest request) boolean
IDebugCommandHandler.execute
(IDebugCommandRequest request) Executes this command on the elements specified in the given request reporting status to the given request and returns whether this handler should remain enabled while the command is executing.protected Object
AbstractDebugCommand.getEnabledStateJobFamily
(IDebugCommandRequest request) Returns the job family for the this command'sIEnabledStateRequest
update job ornull
if none.protected ISchedulingRule
AbstractDebugCommand.getEnabledStateSchedulingRule
(IDebugCommandRequest request) Returns a scheduling rule for this command'sIEnabledStateRequest
update job ornull
if none.protected Object
AbstractDebugCommand.getExecuteJobFamily
(IDebugCommandRequest request) Returns the job family for the this command'sIDebugCommandRequest
execute job ornull
if none.protected ISchedulingRule
AbstractDebugCommand.getExecuteSchedulingRule
(IDebugCommandRequest request) Returns a scheduling rule for this command'sIDebugCommandRequest
execute job ornull
if none.protected boolean
AbstractDebugCommand.isRemainEnabled
(IDebugCommandRequest request) Returns whether this command should remain enabled after starting execution of the specified request.