com.iver.cit.gvsig.gui.Panels
Class PropertiesWCSDialog.DriverFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bycom.iver.cit.gvsig.gui.Panels.PropertiesWCSDialog.DriverFileFilter
Enclosing class:
PropertiesWCSDialog

public class PropertiesWCSDialog.DriverFileFilter
extends javax.swing.filechooser.FileFilter


Constructor Summary
PropertiesWCSDialog.DriverFileFilter(java.lang.String driverName)
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesWCSDialog.DriverFileFilter

public PropertiesWCSDialog.DriverFileFilter(java.lang.String driverName)
                                     throws DriverLoadException
Method Detail

accept

public boolean accept(java.io.File f)
See Also:
FileFilter.accept(java.io.File)

getDescription

public java.lang.String getDescription()
See Also:
FileFilter.getDescription()