edu.stanford.hci.dtools.assetlibrary
Class VideoFileFilter

java.lang.Object
  extended by edu.stanford.hci.dtools.assetlibrary.VideoFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class VideoFileFilter
extends java.lang.Object
implements java.io.FilenameFilter


Constructor Summary
VideoFileFilter()
           
 
Method Summary
 boolean accept(java.io.File arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoFileFilter

public VideoFileFilter()
Method Detail

accept

public boolean accept(java.io.File arg0,
                      java.lang.String arg1)
Specified by:
accept in interface java.io.FilenameFilter