net.aerith.misao.gui
Class OpenCatalogPanel.BrowseListener

java.lang.Object
  |
  +--net.aerith.misao.gui.OpenCatalogPanel.BrowseListener
Enclosing class:
OpenCatalogPanel

protected class OpenCatalogPanel.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 catalog file or directory.


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

OpenCatalogPanel.BrowseListener

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