biggests.gui
Class PanelPostProcessing_filterCriteriaList_listSelectionAdapter

java.lang.Object
  extended by biggests.gui.PanelPostProcessing_filterCriteriaList_listSelectionAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

 class PanelPostProcessing_filterCriteriaList_listSelectionAdapter
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Description: List selection adapter for filter criteria list.


Constructor Summary
PanelPostProcessing_filterCriteriaList_listSelectionAdapter(PanelPostProcessing adaptee)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelPostProcessing_filterCriteriaList_listSelectionAdapter

PanelPostProcessing_filterCriteriaList_listSelectionAdapter(PanelPostProcessing adaptee)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener