thales.vergil.navigable
Class NavigationPTree.selectionListener

java.lang.Object
  extended by thales.vergil.navigable.NavigationPTree.selectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
NavigationPTree

private static class NavigationPTree.selectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

This listener intends to get the selection from the user, open the correst model but also to inform all the other referenced Navigation tree of this event

Author:
masson

Field Summary
private  NavigationPTree _jTree
           
 
Constructor Summary
NavigationPTree.selectionListener(NavigationPTree sptree)
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_jTree

private NavigationPTree _jTree
Constructor Detail

NavigationPTree.selectionListener

public NavigationPTree.selectionListener(NavigationPTree sptree)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener