Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Add popup menu item to dynamic web project.
Add popup menu item to dynamic web project. [message #151063] Wed, 07 December 2005 12:47
Eclipse UserFriend
Originally posted by: wul99.icesoft.com

I am trying to add a popup menuitem/new action to dynamic web project
node. We know that we can add a popup menuitem/new action to a Java
project by following plugin.xml. Here value of objectClass attribute is
IJavaProject and it works for Java project in Java perspective. But It
does not work for dynamic web project. I have tried to use "IProject" but
it doen't work too. I don't know which Interface it should be?


<extension point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.jdt.core.IJavaProject"
nameFilter="*"
id="id.ontribution1">
<menu
............
</menu>
<action
;;;;;;;;;;
</action>
</objectContribution>
</extension>

Thanks!

William
Previous Topic:web.xml not found ??
Next Topic:java.sql.SQLException
Goto Forum:
  


Current Time: Mon Jul 14 05:02:31 EDT 2025

Powered by FUDForum. Page generated in 0.36214 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top