|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An optional adapter used to create a watch expression for a selected variable.
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, the factory is
consulted to create a watch expression for that variable. When no adapter is provided,
the watch expression is generated based on the variable's name.
Clients may implement this interface.
Method Summary | |
---|---|
String |
createWatchExpression(IVariable variable)
Creates and returns an expression for the specified variable which is used to created an IWatchExpression . |
Method Detail |
public String createWatchExpression(IVariable variable) throws CoreException
IWatchExpression
.
variable
- variable a watch expression is required for
CoreException
- if unable to create a watch
expression
|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.