hp.add( new SmallLabel( GuidedRuleEditorResources.CONSTANTS.Attributes1() ) );
layout.addRow( hp );
}
for ( int i = 0; i < attrs.length; i++ ) {
RuleAttribute at = attrs[ i ];
layout.addAttribute( at.getAttributeName(),
getEditorWidget( at,
i,
isReadOnly ) );
}