net.aerith.misao.gui.dialog
Class MagnitudeSystemSettingDialog.ChipHelpListener

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.MagnitudeSystemSettingDialog.ChipHelpListener
Enclosing class:
MagnitudeSystemSettingDialog

protected class MagnitudeSystemSettingDialog.ChipHelpListener
extends java.lang.Object
implements java.awt.event.ActionListener

The ChipHelpListener is a listener class of button push to show the help message on the CCD chips.


Constructor Summary
protected MagnitudeSystemSettingDialog.ChipHelpListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when the button is pushed.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MagnitudeSystemSettingDialog.ChipHelpListener

protected MagnitudeSystemSettingDialog.ChipHelpListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when the button is pushed.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.