net.aerith.misao.toolkit.CrossIdentification
Class CrossIdentificationSettingDialog.BrowseListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.CrossIdentification.CrossIdentificationSettingDialog.BrowseListener
Enclosing class:
CrossIdentificationSettingDialog

protected class CrossIdentificationSettingDialog.BrowseListener
extends java.lang.Object
implements java.awt.event.ActionListener

The BrowseListener is a listener class of button push to open a file chooser dialog to search an output file.


Constructor Summary
protected CrossIdentificationSettingDialog.BrowseListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the radio button menus is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CrossIdentificationSettingDialog.BrowseListener

protected CrossIdentificationSettingDialog.BrowseListener()
Method Detail

actionPerformed

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