Showing a view in Eclipse

Posted by Krt_Malta on Stack Overflow See other posts from Stack Overflow or by Krt_Malta
Published on 2010-04-12T08:47:50Z Indexed on 2010/04/12 8:53 UTC
Read the original article Hit count: 115

Filed under:
|

Hi.

I'm developing a plug-in in Eclipse and I want to show a view. I'm using this:

PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(s);

however it's being added on the right not at the bottom where I want it.

How can I specify the location?

Thanks and regards Krt_Malta

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about views