Class FileChooserActionListener

java.lang.Object
  extended byFileChooserActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class FileChooserActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens to File Menu actions. Will pop up a file chooser to let user select a file or directory.

Author:
Lulin Song
See Also:
HMMSelectionPanel, NHMMSelectionPanel

Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Select a file name or a directory name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Select a file name or a directory name.

Specified by:
actionPerformed in interface java.awt.event.ActionListener