Looks question

Joe Warzecha <[email protected]> Thu, 21 Aug 2003 14:33:56 -0700 (PDT)
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
I defined a project nature that extends the java project
nature. As part of this, I defined a Look for java source
nodes. As part of that Look, I add actions to the pop up
menu for java source nodes. That works fine. But I also
want to register my own OpenCookie so that if the user
selects "Open", my open method is called instead. How do
I do that? I'm not having any luck getting this to work.

Thanks,
   -Joe-