Class FilePreviewChooser.DefaultListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean canceled  
      java.io.File selectedFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultListener​(javax.swing.JDialog dialog)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void selectedFile​(java.io.File file)  
      void userCanceled()  
      • Methods inherited from class java.lang.Object

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

      • selectedFile

        public java.io.File selectedFile
      • canceled

        public boolean canceled
    • Constructor Detail

      • DefaultListener

        public DefaultListener​(javax.swing.JDialog dialog)