NASA World Wind

gov.nasa.worldwind.applications.sar.tracks
Class CompoundFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gov.nasa.worldwind.applications.sar.tracks.CompoundFilter
All Implemented Interfaces:
FileFilter

public class CompoundFilter
extends FileFilter
implements FileFilter


Constructor Summary
CompoundFilter(FileFilter[] filters, String description)
           
 
Method Summary
 boolean accept(File file)
           
 String getDescription()
           
 FileFilter[] getFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundFilter

public CompoundFilter(FileFilter[] filters,
                      String description)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter

getFilters

public FileFilter[] getFilters()

NASA World Wind