Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] how can i call the parametrised constrctor

Hi All,
 
i have implemented the IIntroAction interface in customAction class. so when i instainate this class the method of the IIntroAction ie run should be called. right?
 
its working fine when i declare a default constructor in customAction class but when i deleted the default constructor and i declared a paremetriesed constructor then its not getting intasiate.
 

href = "" href="http://org.eclipse.ui.intro/runAction?pluginId=pluginid &class=CustomAction&fileName=">http://org.eclipse.ui.intro/runAction?pluginId=pluginid &class=CustomAction&fileName= anyfilename>

can anybody help me how can i pass the parameter from the above link so that the parametrisd constructor can be called.
 
 
thanks
 
Singh
 

Back to the top