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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment