Package ipsk.swing

Class ZipFileFilter


  • public class ZipFileFilter
    extends javax.swing.filechooser.FileFilter
    File list filter to display zip files (*.zip) in filechoosers.
    Author:
    klausj
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String extension  
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipFileFilter()
      Create Zip file filter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.io.File arg0)  
      java.lang.String getDescription()  
      • Methods inherited from class java.lang.Object

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

      • extension

        public static java.lang.String extension
    • Constructor Detail

      • ZipFileFilter

        public ZipFileFilter()
        Create Zip file filter.
    • Method Detail

      • accept

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

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