Class ViewJFrameImage.DicomQueryListener

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    ViewJFrameImage

    private class ViewJFrameImage.DicomQueryListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.JCheckBox checkBox  
      private javax.swing.JDialog dialog  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DicomQueryListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      private void queryForDicomAutostart()
      Ask user whether the dicom receiver should be enabled on startup.
      • Methods inherited from class java.lang.Object

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

      • checkBox

        private javax.swing.JCheckBox checkBox
      • dialog

        private javax.swing.JDialog dialog
    • Constructor Detail

      • DicomQueryListener

        private DicomQueryListener()
    • Method Detail

      • queryForDicomAutostart

        private void queryForDicomAutostart()
        Ask user whether the dicom receiver should be enabled on startup.
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener