Programmatically showing a View from an Eclipse Plug-in

You are probably looking for this:

PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView("viewId");

Leave a Comment