Class FileSetFilter

  • All Implemented Interfaces:
    java.io.FileFilter

    public class FileSetFilter
    extends javax.swing.filechooser.FileFilter
    implements java.io.FileFilter
    Provides a File filter that identifies installable data sets.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String[] SUFFIXES_TO_IGNORE  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSetFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.io.File file)  
      java.lang.String getDescription()  
      boolean isDataRaster​(java.lang.Object source, AVList params)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUFFIXES_TO_IGNORE

        protected static final java.lang.String[] SUFFIXES_TO_IGNORE
    • Constructor Detail

      • FileSetFilter

        public FileSetFilter()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in class javax.swing.filechooser.FileFilter
      • accept

        public boolean accept​(java.io.File file)
        Specified by:
        accept in interface java.io.FileFilter
        Specified by:
        accept in class javax.swing.filechooser.FileFilter
      • isDataRaster

        public boolean isDataRaster​(java.lang.Object source,
                                    AVList params)