koala.dynamicjava.gui
Class StringList.ListSelectionAdapter

java.lang.Object
  |
  +--koala.dynamicjava.gui.StringList.ListSelectionAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
StringList

protected class StringList.ListSelectionAdapter
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

To manage selection modifications


Constructor Summary
protected StringList.ListSelectionAdapter()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringList.ListSelectionAdapter

protected StringList.ListSelectionAdapter()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener


Copyright © 2001 Stephane Hillion. All Rights Reserved.