Class Dialog.QualityListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ChangeListener
    Enclosing class:
    Dialog

    public class Dialog.QualityListener
    extends java.lang.Object
    implements javax.swing.event.ChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isJPEG  
      private javax.swing.JSlider slider  
    • Constructor Summary

      Constructors 
      Constructor Description
      QualityListener​(boolean isJPEG, javax.swing.JSlider slider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stateChanged​(javax.swing.event.ChangeEvent arg0)  
      • Methods inherited from class java.lang.Object

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

      • isJPEG

        private boolean isJPEG
      • slider

        private javax.swing.JSlider slider
    • Constructor Detail

      • QualityListener

        public QualityListener​(boolean isJPEG,
                               javax.swing.JSlider slider)
    • Method Detail

      • stateChanged

        public void stateChanged​(javax.swing.event.ChangeEvent arg0)
        Specified by:
        stateChanged in interface javax.swing.event.ChangeListener