net.aerith.misao.toolkit.ImageConversion
Class OutputDialog.BrowseListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageConversion.OutputDialog.BrowseListener
Enclosing class:
OutputDialog

protected class OutputDialog.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 select a directory.


Constructor Summary
protected OutputDialog.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

OutputDialog.BrowseListener

protected OutputDialog.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.