visad.util
Class FormFileFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- visad.util.FormFileFilter
-
- All Implemented Interfaces:
- java.io.FileFilter, java.lang.Comparable
public class FormFileFilter extends javax.swing.filechooser.FileFilter implements java.io.FileFilter, java.lang.ComparableA file filter based on a file form adapter's isThisType(String) method, for use with a JFileChooser.
-
-
Constructor Summary
Constructors Constructor and Description FormFileFilter(FormFileInformer form, java.lang.String description)Constructs a new filter that accepts the given extension.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanaccept(java.io.File f)Accepts files with the proper extensions.intcompareTo(java.lang.Object o)Compares two FileFilter objects alphanumerically.java.lang.StringgetDescription()return the filter's description
-
-
-
Constructor Detail
-
FormFileFilter
public FormFileFilter(FormFileInformer form, java.lang.String description)
Constructs a new filter that accepts the given extension.
-
-
Method Detail
-
accept
public boolean accept(java.io.File f)
Accepts files with the proper extensions.- Specified by:
acceptin interfacejava.io.FileFilter- Specified by:
acceptin classjavax.swing.filechooser.FileFilter
-
getDescription
public java.lang.String getDescription()
return the filter's description- Specified by:
getDescriptionin classjavax.swing.filechooser.FileFilter
-
compareTo
public int compareTo(java.lang.Object o)
Compares two FileFilter objects alphanumerically.- Specified by:
compareToin interfacejava.lang.Comparable
-
-
DMelt 3.0 © DataMelt by jWork.ORG