Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Popup Menu Actions on custom IFolder
Popup Menu Actions on custom IFolder [message #100221] Wed, 01 October 2003 08:06
Eclipse UserFriend
Originally posted by: andrea.beda.iks.it

Hi,
in a Eclipse Plug-in I would want make custom popup menu actions with
custom folder in my project, and simple name filter is not profit.
Can I make my FolderObjectType extending
org.eclipse.core.internal.resources.Folder class?
so I could write in the manifest plugin.xml..
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass=" my FolderObjectType "
.... my actions ...


In alternative, is possible to use the "persistentProperty" filter?
..When I create my IFolder Object I set it a persistent Property
(setPersistentProperty()) to check through the filter...
Previous Topic:problem with JVM
Next Topic:is there a setting to tell the task window automatically close when there is nothing in it?
Goto Forum:
  


Current Time: Fri Nov 08 21:54:48 GMT 2024

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

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

Back to the top