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: 121
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