projectviewer.importer
Class NonProjectFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byprojectviewer.importer.NonProjectFileFilter

public class NonProjectFileFilter
extends javax.swing.filechooser.FileFilter

A FileFilter that filters out files already added to the project.

Since:
PV 2.1.1 (was a protected inner class in FileImporter before this)
Version:
$Id: NonProjectFileFilter.java 6344 2005-05-16 07:25:48Z vanza $
Author:
Marcelo Vanzin

Constructor Summary
NonProjectFileFilter(VPTProject project)
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonProjectFileFilter

public NonProjectFileFilter(VPTProject project)
Method Detail

getDescription

public java.lang.String getDescription()

accept

public boolean accept(java.io.File f)