JSR-209 (Final Release)

Uses of Class
javax.swing.event.ListDataEvent

Packages that use ListDataEvent
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
 

Uses of ListDataEvent in javax.swing
 

Methods in javax.swing with parameters of type ListDataEvent
 void JComboBox.contentsChanged(ListDataEvent e)
          This method is public as an implementation side effect.
 void JComboBox.intervalAdded(ListDataEvent e)
          This method is public as an implementation side effect.
 void JComboBox.intervalRemoved(ListDataEvent e)
          This method is public as an implementation side effect.
 

Uses of ListDataEvent in javax.swing.event
 

Methods in javax.swing.event with parameters of type ListDataEvent
 void ListDataListener.intervalAdded(ListDataEvent e)
          Sent after the indices in the index0,index1 interval have been inserted in the data model.
 void ListDataListener.intervalRemoved(ListDataEvent e)
          Sent after the indices in the index0,index1 interval have been removed from the data model.
 void ListDataListener.contentsChanged(ListDataEvent e)
          Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.