NWNDialogEditorInterface
Class ERFFIlefilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--NWNDialogEditorInterface.ERFFIlefilter

public class ERFFIlefilter
extends FileFilter

13 sept. 2003

Author:
Alexandre Brunel TODO NWNDialogEditorInterface.ERFFIlefilter documentation

Constructor Summary
ERFFIlefilter()
          TODO NWNDialogEditorInterface.ERFFIlefilter Constructor documentation.
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERFFIlefilter

public ERFFIlefilter()
TODO NWNDialogEditorInterface.ERFFIlefilter Constructor documentation. Constructs a ERFFIlefilter object.

Method Detail

accept

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

getDescription

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