entorno
Class VentanaAyuda.MyTreeSelectionListener

java.lang.Object
  extended by entorno.VentanaAyuda.MyTreeSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
VentanaAyuda

private class VentanaAyuda.MyTreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

Clase MyTreeSelectionListener Funcion: Controla el evento producido por la seleccion de un nodo


Constructor Summary
private VentanaAyuda.MyTreeSelectionListener()
           
 
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
 

Constructor Detail

VentanaAyuda.MyTreeSelectionListener

private VentanaAyuda.MyTreeSelectionListener()
Method Detail

valueChanged

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