frontend
Class NAPSFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byfrontend.NAPSFilter

public class NAPSFilter
extends FileFilter

This class will simply act to filter out only .nap files when the Open and Save dialog window is open in the frontEnd.

See Also:
frontEnd

Constructor Summary
NAPSFilter()
           
 
Method Summary
 boolean accept(File f)
          Accept Only .nap file extenstions.
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAPSFilter

public NAPSFilter()
Method Detail

accept

public boolean accept(File f)
Accept Only .nap file extenstions.


getDescription

public String getDescription()