/* (non-Javadoc)
  * @see org.eclipse.debug.internal.core.sourcelookup.ISourceLookupDirector#supportsSourceContainerType(org.eclipse.debug.internal.core.sourcelookup.ISourceContainerType)
  */
 public boolean supportsSourceContainerType(ISourceContainerType type) {
   return !fFilteredTypes.contains(type.getId());
 }