super(id, parent, style);
this.pydevPackageExplorer = pydevPackageExplorer;
//We need to be able to compare actual resources and IWrappedResources
//as if they were the same thing.
setComparer(new IElementComparer() {
public int hashCode(Object element) {
if (element instanceof IWrappedResource) {
IWrappedResource wrappedResource = (IWrappedResource) element;
return wrappedResource.getActualObject().hashCode();