edu.iastate.metnet.mapbuilder
Class SelectAllButton

java.lang.Object
  extended by edu.iastate.metnet.mapbuilder.SelectAllButton
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Author:
Nick Ransom Created on Jun 30, 2004 Implementation of a button which, when pressed, selects all the checkboxes in a given array.

Constructor Summary
SelectAllButton(javax.swing.JCheckBox[] boxes)
          Creates the SelectAllButton
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAllButton

public SelectAllButton(javax.swing.JCheckBox[] boxes)
Creates the SelectAllButton

Parameters:
boxes - An array of JCheckBoxes to be selected whenever the user clicks this button.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener