com.isti.util.gui
Class JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler

java.lang.Object
  extended by com.isti.util.gui.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
JTreeTable.ListToTreeSelectionModelWrapper

 class JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Class responsible for calling updateSelectedPathsFromSelectedRows when the selection of the list changse.


Constructor Summary
JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler()
           
 
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

JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler

JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler()
Method Detail

valueChanged

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