Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.debug.core.commands.IEnabledStateRequest

Packages that use IEnabledStateRequest
org.eclipse.debug.core.commands

Provides a set of interfaces for common debug commands. 

 

Uses of IEnabledStateRequest in org.eclipse.debug.core.commands
 

Methods in org.eclipse.debug.core.commands with parameters of type IEnabledStateRequest
 void 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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.