net.aerith.misao.gui.dialog
Class FileCopyDialog.BrowseListener

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

protected class FileCopyDialog.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 directory.


Field Summary
private  boolean copy_from
          True when to browse the directory to copy from.
 
Constructor Summary
FileCopyDialog.BrowseListener(boolean copy_from)
          Constructs a 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
 

Field Detail

copy_from

private boolean copy_from
True when to browse the directory to copy from.
Constructor Detail

FileCopyDialog.BrowseListener

public FileCopyDialog.BrowseListener(boolean copy_from)
Constructs a BrowseListener.
Parameters:
f - true when to browse the directory to copy from.
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.