Open new views on a detached windows by default

27 views Asked by At

I'm developing a RCP application and I want to give the user the ability to configure if new views will be openned on a new detached window or will open attached on the main window.

Is there a way to do that on Eclipse 4?

To open a view i'm using this method:

PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView( id );
0

There are 0 answers