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

Quick Search    Search Deep

org.gjt.sp.jedit.gui
Class PasteFromListDialog.ListHandler  view PasteFromListDialog.ListHandler download PasteFromListDialog.ListHandler.java

java.lang.Object
  extended byorg.gjt.sp.jedit.gui.PasteFromListDialog.ListHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
PasteFromListDialog

class PasteFromListDialog.ListHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
(package private) PasteFromListDialog.ListHandler()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent evt)
          Receives notification of a javax.swing.event.ListSelectionEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteFromListDialog.ListHandler

PasteFromListDialog.ListHandler()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent evt)
Description copied from interface: javax.swing.event.ListSelectionListener
Receives notification of a javax.swing.event.ListSelectionEvent.

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