edu.iastate.metnet.mapbuilder
Class ResetButton

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

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

Implementation of a button which, when pressed, de-selects all the checkboxes in a given array.

Author:
Nick Ransom Created on Jun 30, 2004

Constructor Summary
ResetButton(javax.swing.JCheckBox[] boxes)
          Creates the ResetButton
 
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

ResetButton

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

Parameters:
boxes - An array of JCheckBoxes to be de-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