FreeHEP API
Version current

org.freehep.swing
Class AllSupportedFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byorg.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,v 1.1 2002/08/30 22:55:10 tonyj Exp $
Author:
Tony Johnson
Source Code:
AllSupportedFileFilter.java

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

Constructor Detail

AllSupportedFileFilter

public AllSupportedFileFilter()
Method Detail

add

public void add(FileFilter f)

remove

public void remove(FileFilter f)

reset

public void reset()

accept

public boolean accept(File f)

getDescription

public String getDescription()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.