Uses of Interface
org.eclipse.debug.core.commands.IDebugCommandRequest
Packages that use IDebugCommandRequest
Package
Description
Provides a set of interfaces for common debug commands.
-
Uses of IDebugCommandRequest in org.eclipse.debug.core.commands
Subinterfaces of IDebugCommandRequest in org.eclipse.debug.core.commandsModifier and TypeInterfaceDescriptioninterfaceA request to update the enabled state of a command.Methods in org.eclipse.debug.core.commands with parameters of type IDebugCommandRequestModifier and TypeMethodDescriptionbooleanAbstractDebugCommand.execute(IDebugCommandRequest request) booleanIDebugCommandHandler.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 ObjectAbstractDebugCommand.getEnabledStateJobFamily(IDebugCommandRequest request) Returns the job family for the this command'sIEnabledStateRequestupdate job ornullif none.protected ISchedulingRuleAbstractDebugCommand.getEnabledStateSchedulingRule(IDebugCommandRequest request) Returns a scheduling rule for this command'sIEnabledStateRequestupdate job ornullif none.protected ObjectAbstractDebugCommand.getExecuteJobFamily(IDebugCommandRequest request) Returns the job family for the this command'sIDebugCommandRequestexecute job ornullif none.protected ISchedulingRuleAbstractDebugCommand.getExecuteSchedulingRule(IDebugCommandRequest request) Returns a scheduling rule for this command'sIDebugCommandRequestexecute job ornullif none.protected booleanAbstractDebugCommand.isRemainEnabled(IDebugCommandRequest request) Returns whether this command should remain enabled after starting execution of the specified request.