/**
* Sets the name of the current layout.
* @param name the name of the current layout, can be <code>null</code>
*/
public void setPerspectiveName( String name ){
SettingsBlop blop = resource.getSettings();
blop.setCurrent( name, blop.getCurrentSetting() );
}