biggests.gui
Class PanelExpression_normalize_itemAdapter

java.lang.Object
  extended by biggests.gui.PanelExpression_normalize_itemAdapter
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener

 class PanelExpression_normalize_itemAdapter
extends java.lang.Object
implements java.awt.event.ItemListener

Title:

Description:


Constructor Summary
PanelExpression_normalize_itemAdapter(PanelExpression adaptee)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
          Handles the event fired by the selection in the normalize check box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelExpression_normalize_itemAdapter

PanelExpression_normalize_itemAdapter(PanelExpression adaptee)
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Handles the event fired by the selection in the normalize check box.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
e - the ItemEvent fired by the user selection in the normalize check box