質問

I am developing a New Project Wizard as an Eclipse plug-in. I made it, but I don't know how to open it in particular perspective, say Java perspective. Any ideas on this?

役に立ちましたか?

解決

The org.eclipse.ui.newWizards extension point has a finalPerspective argument where you can specify the id of the perspective you want opened at the end of project creation.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top