net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboPopup.ListDataHandler

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup.ListDataHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListDataListener
Enclosing class:
BasicComponentComboPopup

public class BasicComponentComboPopup.ListDataHandler
extends java.lang.Object
implements javax.swing.event.ListDataListener

As of 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. Do not call or override.

The functionality has been migrated into ItemHandler.

See Also:
BasicComponentComboPopup.createItemListener()

Constructor Summary
BasicComponentComboPopup.ListDataHandler()
           
 
Method Summary
 void contentsChanged(javax.swing.event.ListDataEvent e)
           
 void intervalAdded(javax.swing.event.ListDataEvent e)
           
 void intervalRemoved(javax.swing.event.ListDataEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComponentComboPopup.ListDataHandler

public BasicComponentComboPopup.ListDataHandler()
Method Detail

contentsChanged

public void contentsChanged(javax.swing.event.ListDataEvent e)
Specified by:
contentsChanged in interface javax.swing.event.ListDataListener

intervalAdded

public void intervalAdded(javax.swing.event.ListDataEvent e)
Specified by:
intervalAdded in interface javax.swing.event.ListDataListener

intervalRemoved

public void intervalRemoved(javax.swing.event.ListDataEvent e)
Specified by:
intervalRemoved in interface javax.swing.event.ListDataListener