public interface IWatchExpressionFactoryAdapterExtension extends IWatchExpressionFactoryAdapter
By default, the 'Create Watch Expression' action is enabled for instances of
IVariable
that have an associated
IWatchExpressionDelegate
registered
for that debug model.
When a watch expression factory adapter is available for a variable that implements
this interface, the factory is consulted to enable the action.
Clients may implementing IWatchExpressionFactoryAdapter
may also implement
this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateWatchExpression(IVariable variable)
Returns whether a watch expression can be created for the specified variable.
|
createWatchExpression
boolean canCreateWatchExpression(IVariable variable)
variable
- variable a watch expression is required for
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.