public class ExpressionCreator
extends java.lang.Object
Expression
instances. These expressions can then be used
for any other purpose, e.g. visualizing them in an ExpressionEvaluationArea
.Modifier and Type | Class and Description |
---|---|
static interface |
ExpressionCreator.ExpressionListener
The listener which is invoked once an expression has been created by this expression creator.
|
Constructor and Description |
---|
ExpressionCreator(org.eclipse.swt.widgets.Composite parent,
Value value,
HeapContent content) |
Modifier and Type | Method and Description |
---|---|
void |
addCreatedExpressionListener(ExpressionCreator.ExpressionListener listener) |
void |
removeCreatedExpressionListener(ExpressionCreator.ExpressionListener listener) |
public ExpressionCreator(org.eclipse.swt.widgets.Composite parent, Value value, HeapContent content)
public void addCreatedExpressionListener(ExpressionCreator.ExpressionListener listener)
public void removeCreatedExpressionListener(ExpressionCreator.ExpressionListener listener)