try
{
IViewPart propertiesView = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView("org.eclipse.ui.views.PropertySheet");
ISapphirePart sapphirePart = getPart();
SapphireEditor editor = sapphirePart.nearest(SapphireEditor.class);
editor.setFocus();
propertiesView.setFocus();
}
catch (PartInitException e)
{
Sapphire.service( LoggingService.class ).log( e );