this.perspective.getRoot().addPart( new PartDefinitionImpl( new DefaultPlaceRequest( "M2RepoEditor" ) ) );
final PanelDefinition west = new PanelDefinitionImpl();
west.setWidth( 300 );
west.setMinWidth( 200 );
west.addPart( new PartDefinitionImpl( new DefaultPlaceRequest( "FileExplorer" ) ) );
this.perspective.getRoot().insertChild( Position.WEST, west );
}
private void buildMenuBar() {