Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.