}
@Override
public FormComponentPresentation createPresentation( final SwtPresentation parent, final Composite composite )
{
PropertyEditorPresentation presentation = null;
try
{
final Class<PropertyEditorPresentationFactory> factoryClass
= getRenderingHint( PropertyEditorDef.HINT_FACTORY, (Class<PropertyEditorPresentationFactory>) null );