public class javax.swing.plaf.basic
BasicListUI.ListDataHandler


Show All Login
Java SE 6
  
Implements: ListDataListener
Contained within: BasicListUI
Details
The ListDataListener that's added to the JLists model at installUI time, and whenever the JList.model property changes.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see java.beans.XMLEncoder.
See also getModel, maybeUpdateLayoutState, createListDataListener, installUI


Constructors
public BasicListUI.ListDataHandler()

Methods
public void contentsChanged(ListDataEvent e)
public void intervalAdded(ListDataEvent e)
public void intervalRemoved(ListDataEvent e)