|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--did.xml.DIDTreeSelectionListener
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 |
public DIDTreeSelectionListener()
Method Detail |
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
TreeSelectionEvent
- An event that characterizes a change in the current selection.
The change is based on any number of paths.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |