sshvncfileaccessablility
Class listPanel.SelectAllListener

java.lang.Object
  extended by sshvncfileaccessablility.listPanel.SelectAllListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
listPanel

public class listPanel.SelectAllListener
extends java.lang.Object
implements java.awt.event.ActionListener

selects all the programs in the table if the Select All Button is clicked


Constructor Summary
listPanel.SelectAllListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent E)
          ran if the Select All button is Clicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

listPanel.SelectAllListener

public listPanel.SelectAllListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent E)
ran if the Select All button is Clicked

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
E - the action event that was performed