ExplorerViewCenterPanel explorerCenterPanel;
public PerspectivesPanelViewImpl(ClientFactory clientFactory, EventBus eventBus) {
this.navigationPanel = new NavigationPanel(clientFactory, eventBus);
this.explorerCenterPanel = new ExplorerViewCenterPanel(clientFactory, eventBus);
showTitle(canShowTitle());
initWidget(uiBinder.createAndBindUi(this));