[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] New Perspective question
|
- From: royi@xxxxxxxxxx (Royi Ronen)
- Date: Mon, 26 Aug 2002 07:46:08 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hello,
I am trying to open a new perspective in a plug-in for eclipse.
I added the following to the XML segment:
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="ExamplePerspective"
icon="icons/sample.gif"
class="ExamplePerspective"
id="org.eclipse.ui.ExamplePerspective">
</perspective>
</extension>