javax.swing.plaf.basic
Class  BasicComboPopup.ListDataHandler
java.lang.Object
  |
  +--javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
- public class BasicComboPopup.ListDataHandler
- extends Object
- implements ListDataListener
   
Keeps the selected index in the list in-sync with the combo box's selection.
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
BasicComboPopup.ListDataHandler
public BasicComboPopup.ListDataHandler()
contentsChanged
public void contentsChanged(ListDataEvent e)
- Specified by: 
 - contentsChanged in interface ListDataListener
 
 
intervalAdded
public void intervalAdded(ListDataEvent e)
- Specified by: 
 - intervalAdded in interface ListDataListener
 
 
intervalRemoved
public void intervalRemoved(ListDataEvent e)
- Specified by: 
 - intervalRemoved in interface ListDataListener
 
 
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems,  Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.