com.ptc.windchill.explorer.ca.tree
Class JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler

java.lang.Object
  extended bycom.ptc.windchill.explorer.ca.tree.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
All Implemented Interfaces:
EventListener, ListSelectionListener
Enclosing class:
JTreeTable.ListToTreeSelectionModelWrapper

class JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler
extends Object
implements ListSelectionListener

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


Constructor Summary
(package private) JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler()
           
 
Method Summary
 void valueChanged(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(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener