Package | Description |
---|---|
org.eclipse.debug.core.commands |
Provides a set of interfaces for common debug commands. |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
AbstractDebugCommand.canExecute(IEnabledStateRequest request) |
protected abstract boolean |
AbstractDebugCommand.isExecutable(Object[] targets,
IProgressMonitor monitor,
IEnabledStateRequest request)
Returns whether this command is executable on the specified targets, reporting progress.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.