CESE 1.4.7

com.simulogic.dataview.legend
Class LegendTreeSelection

java.lang.Object
  extended by com.simulogic.dataview.legend.LegendTreeSelection
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

public class LegendTreeSelection
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

Class that specify custom selection for the legend tree: channel gets selected in response to the user selection on the tree


Constructor Summary
LegendTreeSelection(DataView v)
          Default constructor
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent evt)
          This method is invoked when tree selection changes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendTreeSelection

public LegendTreeSelection(DataView v)
Default constructor

Parameters:
v - data view
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent evt)
This method is invoked when tree selection changes

Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
Parameters:
evt - selection event
See Also:
TreeSelectionListener.valueChanged(TreeSelectionEvent)

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.