Uses of Interface
org.eclipse.debug.core.commands.IEnabledStateRequest
Package
Description
Provides a set of interfaces for common debug commands.
-
Uses of IEnabledStateRequest in org.eclipse.debug.core.commands
Modifier and TypeMethodDescriptionvoid
AbstractDebugCommand.canExecute
(IEnabledStateRequest request) void
IDebugCommandHandler.canExecute
(IEnabledStateRequest request) Determines whether this handler can execute on the elements specified in the given request by reporting enabled state to the request.protected abstract boolean
AbstractDebugCommand.isExecutable
(Object[] targets, IProgressMonitor monitor, IEnabledStateRequest request) Returns whether this command is executable on the specified targets, reporting progress.