uic.widgets.filechooser
Class AllFilesFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by uic.widgets.filechooser.AbstractFileFilter
          extended by uic.widgets.filechooser.AllFilesFilter
All Implemented Interfaces:
FileFilter

public class AllFilesFilter
extends AbstractFileFilter

Default implementation of a filefilter that accepts all files

Since:
2.0

Constructor Summary
AllFilesFilter()
           
 
Method Summary
 boolean accept(File f)
          Returns true for all files.
 
Methods inherited from class uic.widgets.filechooser.AbstractFileFilter
getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFilesFilter

public AllFilesFilter()
Method Detail

accept

public boolean accept(File f)
Returns true for all files.

Specified by:
accept in interface FileFilter
Specified by:
accept in class FileFilter
Returns:
true for all files...


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence