wt.clients.util
Class JFileChooserApplet.PopupActions

java.lang.Object
  extended bywt.clients.util.JFileChooserApplet.PopupActions
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
JFileChooserApplet

public class JFileChooserApplet.PopupActions
extends Object
implements ActionListener


Field Summary
(package private)  JFileChooserApplet theApp
           
 
Constructor Summary
(package private) JFileChooserApplet.PopupActions(JFileChooserApplet win)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theApp

JFileChooserApplet theApp
Constructor Detail

JFileChooserApplet.PopupActions

JFileChooserApplet.PopupActions(JFileChooserApplet win)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener