Class JDialogTreT1.ScannerChoiceListener

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

    private class JDialogTreT1.ScannerChoiceListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    This listener focuses on the type of scanner used to acquire the images. Currently, both GE and Philips scanners are available.
    Author:
    senseneyj
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      private int getChangeTab​(java.lang.String str)  
      private void varSet()  
      • Methods inherited from class java.lang.Object

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

      • ScannerChoiceListener

        private ScannerChoiceListener()
    • Method Detail

      • getChangeTab

        private int getChangeTab​(java.lang.String str)
      • varSet

        private void varSet()
      • actionPerformed

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