Class VPFLayerDemo.VPFFileFilter

  • Enclosing class:
    VPFLayerDemo

    public static class VPFLayerDemo.VPFFileFilter
    extends javax.swing.filechooser.FileFilter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected gov.nasa.worldwind.formats.vpf.VPFDatabaseFilter filter  
    • Constructor Summary

      Constructors 
      Constructor Description
      VPFFileFilter()  
    • Method Summary

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

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

      • filter

        protected gov.nasa.worldwind.formats.vpf.VPFDatabaseFilter filter
    • Constructor Detail

      • VPFFileFilter

        public VPFFileFilter()
    • Method Detail

      • accept

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

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