brain.gui.FileFilters
Class FileChooserAssociationFileFilter

java.lang.Object
  extended by brain.gui.FileFilters.FileChooserAssociationFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class FileChooserAssociationFileFilter
extends java.lang.Object
implements java.io.FilenameFilter


Constructor Summary
FileChooserAssociationFileFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 java.lang.String getSuffix()
           
 void setSuffix(java.lang.String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChooserAssociationFileFilter

public FileChooserAssociationFileFilter()
Method Detail

getSuffix

public java.lang.String getSuffix()

setSuffix

public void setSuffix(java.lang.String suffix)

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter