org.freehep.swing
Class AllSupportedFileFilter
java.lang.Object
   javax.swing.filechooser.FileFilter
javax.swing.filechooser.FileFilter
       org.freehep.swing.AllSupportedFileFilter
org.freehep.swing.AllSupportedFileFilter
- public class AllSupportedFileFilter 
- extends FileFilter
A FileFilter which accepts any file which is accepted by
 any of its vector of FileFilters.
- Version:
- $Id: AllSupportedFileFilter.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Tony Johnson
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AllSupportedFileFilter
public AllSupportedFileFilter()
add
public void add(FileFilter f)
- 
 
remove
public void remove(FileFilter f)
- 
 
reset
public void reset()
- 
 
accept
public boolean accept(File f)
- 
- Specified by:
- acceptin class- FileFilter
 
- 
 
getDescription
public String getDescription()
- 
- Specified by:
- getDescriptionin class- FileFilter
 
- 
 
Copyright © 2000-2007 FreeHEP. All Rights Reserved.