cyvis.gui
Class CysFileExtensionFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by cyvis.gui.CysFileExtensionFilter

public class CysFileExtensionFilter
extends FileFilter


Constructor Summary
CysFileExtensionFilter()
           
 
Method Summary
 boolean accept(File fileName)
          Override the accept method in javax.swing.filechooser.FileFilter
 String getDescription()
          Override the getDescription method in javax.swing.filechooser.FileFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CysFileExtensionFilter

public CysFileExtensionFilter()
Method Detail

accept

public boolean accept(File fileName)
Override the accept method in javax.swing.filechooser.FileFilter


getDescription

public String getDescription()
Override the getDescription method in javax.swing.filechooser.FileFilter