box );
return ed;
}
private Widget expressionEditor() {
ExpressionBuilder builder = null;
builder = new ExpressionBuilder( this.modeller,
this.eventBus,
this.constraint.getExpressionValue(),
this.readOnly );
builder.addOnModifiedCommand( new Command() {
public void execute() {
executeOnValueChangeCommand();
}
} );