artisynth.core.gui.navpanel
Class NavPanelSelectionListener

java.lang.Object
  extended by artisynth.core.gui.navpanel.NavPanelSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

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


Constructor Summary
NavPanelSelectionListener(NavPanelTreeModel model)
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavPanelSelectionListener

public NavPanelSelectionListener(NavPanelTreeModel model)
Method Detail

valueChanged

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