gov.usda.gdpc.browser
Class PropertyCheckBoxListener

java.lang.Object
  extended bygov.usda.gdpc.browser.PropertyCheckBoxListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class PropertyCheckBoxListener
extends java.lang.Object
implements java.awt.event.ItemListener

Author:
terryc

Constructor Summary
PropertyCheckBoxListener(Property property, FilterValuesPanel panel, javax.swing.JComponent validatePane, Browser browser)
          Creates a new instance of PropertyCheckBoxListener
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCheckBoxListener

public PropertyCheckBoxListener(Property property,
                                FilterValuesPanel panel,
                                javax.swing.JComponent validatePane,
                                Browser browser)
Creates a new instance of PropertyCheckBoxListener

Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener