[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] New Perspective question

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>