I want to add a new filter in Project Explorer to hide from the user some projects created automatically in the RCP Eclipse application.
So far I have found two extension points:
org.eclipse.ui.ide.resourceFilters
Allows filtering navigation
org.eclipse.jdt.ui.javaElementFilters
Lets me filter Java Viewers
I expect there is a similar extension point for Project Explorer, but so far I have not been able to get it.
I tried importing org.eclipse.ui.navigator and org.eclipse.ui.navigator.resources, but I could not find an interesting perspective extension point either
I am using Eclipse 3.3.2 as the basis for this RCP application
Thanks!
java eclipse eclipse-rcp
Mario ortegón
source share