Popup Menu Actions on custom IFolder [message #100221] |
Wed, 01 October 2003 04:06 |
Eclipse User |
|
|
|
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...
|
|
|
Powered by
FUDForum. Page generated in 0.02988 seconds