Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Thursday, May 5, 2016
Programatically changing the eclipse perspective
try
{
PlatformUI.getWorkbench().showPerspective(
"StudioPerspective"
, PlatformUI.getWorkbench().getActiveWorkbenchWindow());
}
catch
(WorkbenchException
e
)
{
e
.printStackTrace();
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment