Class JDialogVOIStatistics.JPanelStatisticsOptions.StatisticsOptionsActionListener

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

    private class JDialogVOIStatistics.JPanelStatisticsOptions.StatisticsOptionsActionListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    An action listener for the statistics options that also controls which statistics can be calculated. (Some statistics should not be reported in a 3D setting)
    Author:
    senseneyj
    • Method Summary

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

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

      • StatisticsOptionsActionListener

        private StatisticsOptionsActionListener()
    • Method Detail

      • actionPerformed

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