Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-ui-dev] Use of org.eclipse.ui.intro

I want to create my how intro so I implemented
IIntroSite and IIntroPart and wrote this in plugin.xml
   <extension
         point="org.eclipse.ui.intro">
      <intro
            name="IntroPage"
            icon="next_nav.gif"
            class="ca.infodata.msgedit.IntroPage"
            id="ca.infodata.msgedit.IntroPage">
      </intro>
   </extension>
But after that how can I call my my Page ???
Should I call it like a simple View ?
I'm not sure if I'm asking at the good place for it so
please tell me at least where to find aswer to my
question.

Thanks a lot.

__________________________________________________________
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca


Back to the top