did.xml
Class DIDTreeSelectionListener

java.lang.Object
  |
  +--did.xml.DIDTreeSelectionListener

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

File:         DIDTreeSelectionListener.java
Version:      1.1
Description:  Although this class is registered on the DIDTree, at this time it performs 
no real function.  Due to time and technical constraints it could not be fully implemented
but the intent was to have this class intercept the selection of nodes and select or 
deselect the corresponding ROI in the ImageCanvas.

Modification Log:
Date          Name    Comment
xx-xx-xxxx    XXX	   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


Constructor Summary
DIDTreeSelectionListener()
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
          Method triggered when the new node is selected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIDTreeSelectionListener

public DIDTreeSelectionListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Method triggered when the new node is selected.
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
Parameters:
TreeSelectionEvent - An event that characterizes a change in the current selection. The change is based on any number of paths.