C# Class Rhino.Tools.Debugger.Treetable.JTreeTable.ListToTreeSelectionModelWrapper.ListSelectionHandler

Class responsible for calling updateSelectedPathsFromSelectedRows when the selection of the list changse.
Class responsible for calling updateSelectedPathsFromSelectedRows when the selection of the list changse.
Inheritance: ListSelectionListener
Show file Open project: hazzik/Rhino.Net

Public Methods

Method Description
ValueChanged ( ListSelectionEvent e ) : void

Private Methods

Method Description
ListSelectionHandler ( ListToTreeSelectionModelWrapper _enclosing ) : Java.Awt

Method Details

ValueChanged() public method

public ValueChanged ( ListSelectionEvent e ) : void
e ListSelectionEvent
return void