eventBus,
(FreeFormLine) action,
readOnly );
}
if ( action instanceof ActionGlobalCollectionAdd ) {
return new GlobalCollectionAddWidget( ruleModeller,
eventBus,
(ActionGlobalCollectionAdd) action,
readOnly );
}
throw new RuntimeException( "I don't know what type of action is: " + action ); //NON-NLS