application
Class HandlerMenu.CrsFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by application.HandlerMenu.CrsFileFilter
Enclosing class:
HandlerMenu

public class HandlerMenu.CrsFileFilter
extends javax.swing.filechooser.FileFilter

Inner class to filter filemames


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

Constructor Detail

HandlerMenu.CrsFileFilter

public HandlerMenu.CrsFileFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in class javax.swing.filechooser.FileFilter
Parameters:
pathname -
Returns:
true if the path is to a folder or a .crs file

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter
Returns:
a description of this filter