public RuleModellerWidget getWidget( RuleModeller ruleModeller,
EventBus eventBus,
IAction action,
Boolean readOnly ) {
if ( action instanceof ActionCallMethod ) {
return new ActionCallMethodWidget( ruleModeller,
eventBus,
(ActionCallMethod) action,
readOnly );
}
if ( action instanceof ActionSetField ) {