org.ccdtovcd.gui
Class CollectImagesPane.SelectedFilesFilter

java.lang.Object
org.ccdtovcd.gui.CollectImagesPane.SelectedFilesFilter
- All Implemented Interfaces:
- java.io.FileFilter
- Enclosing class:
- CollectImagesPane
- protected class CollectImagesPane.SelectedFilesFilter
- extends java.lang.Object
- implements java.io.FileFilter
|
Method Summary |
boolean |
accept(java.io.File file)
This method determines whether or not a given pathname should be included
in a pathname listing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readerExts
java.lang.String[] readerExts
CollectImagesPane.SelectedFilesFilter
protected CollectImagesPane.SelectedFilesFilter()
accept
public boolean accept(java.io.File file)
- Description copied from interface:
java.io.FileFilter
- This method determines whether or not a given pathname should be included
in a pathname listing.
- Specified by:
accept in interface java.io.FileFilter