Class Remote.AppEditSelectAllHandler

java.lang.Object
  |
  +--Remote.AppEditSelectAllHandler

public class Remote.AppEditSelectAllHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Inner class to handle the Edit->Select All menu item.


Constructor Summary
Remote.AppEditSelectAllHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles the Edit->Select All event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remote.AppEditSelectAllHandler

public Remote.AppEditSelectAllHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles the Edit->Select All event.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the ActionEvent fired by the Edit->Select All menu item.