swingwtx.swing.filechooser
Class FileFilter

java.lang.Object
  extended byswingwtx.swing.filechooser.FileFilter

public abstract class FileFilter
extends java.lang.Object


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

Constructor Detail

FileFilter

public FileFilter()
Method Detail

accept

public abstract boolean accept(java.io.File f)

getDescription

public abstract java.lang.String getDescription()