uic.widgets.filechooser
Class AllFilesFilter
java.lang.Object
  
javax.swing.filechooser.FileFilter
      
uic.widgets.filechooser.AbstractFileFilter
          
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
 
 
| 
Method Summary | 
 boolean | 
accept(File f)
 
          Returns true for all files. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AllFilesFilter
public AllFilesFilter()
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