Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.event.ListDataEvent

Packages that use ListDataEvent
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
 

Uses of ListDataEvent in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type ListDataEvent
 void JList.AccessibleJList.intervalAdded(ListDataEvent e)
          List Data Listener interval added method.
 void JList.AccessibleJList.intervalRemoved(ListDataEvent e)
          List Data Listener interval removed method.
 void JList.AccessibleJList.contentsChanged(ListDataEvent e)
          List Data Listener contents changed method.
 void JComboBox.contentsChanged(ListDataEvent e)
          This method is public as an implementation side effect. do not call or override.
 void JComboBox.intervalAdded(ListDataEvent e)
          Invoked items have been added to the internal data model.
 void JComboBox.intervalRemoved(ListDataEvent e)
          Invoked when values have been removed from the data model.
 

Uses of ListDataEvent in com.sun.java.swing.event
 

Methods in com.sun.java.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.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.