}
ActionGlobalCollectionAdd gca = (ActionGlobalCollectionAdd) action;
SimplePanel sp = new SimplePanel();
sp.setStyleName( "model-builderInner-Background" ); //NON-NLS
sp.add( new SmallLabel( " " + Constants.INSTANCE.AddXToListY( gca.getFactName(),
gca.getGlobalName() ) ) );
if ( this.readOnly ) {
this.layout.addStyleName( "editor-disabled-widget" );
sp.addStyleName( "editor-disabled-widget" );