Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.gui
Class FilesChangedDialog.TreeHandler  view FilesChangedDialog.TreeHandler download FilesChangedDialog.TreeHandler.java

java.lang.Object
  extended byorg.gjt.sp.jedit.gui.FilesChangedDialog.TreeHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
FilesChangedDialog

class FilesChangedDialog.TreeHandler
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener


Constructor Summary
(package private) FilesChangedDialog.TreeHandler()
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent evt)
          Receives notification of a change to a tree selection model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesChangedDialog.TreeHandler

FilesChangedDialog.TreeHandler()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent evt)
Description copied from interface: javax.swing.event.TreeSelectionListener
Receives notification of a change to a tree selection model.

Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener