biggests.gui
Class PanelAnalyzingMatrixTables_biclustersNumberOption_itemAdapter

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

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

Title:

Description:


Constructor Summary
PanelAnalyzingMatrixTables_biclustersNumberOption_itemAdapter(PanelAnalyzingMatrixTables adaptee)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
          Associates the specific handler for the item state event fired by the user's selection on the biclusters number option combo box with the general item state changed event handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelAnalyzingMatrixTables_biclustersNumberOption_itemAdapter

PanelAnalyzingMatrixTables_biclustersNumberOption_itemAdapter(PanelAnalyzingMatrixTables adaptee)
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Associates the specific handler for the item state event fired by the user's selection on the biclusters number option combo box with the general item state changed event handler.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
e - the ItemEvent fired by a user's selection in a graphic component