API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicListUI.ListDataHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      BasicListUI.ListDataHandler
Implements
 ListDataListener
Subclasses
Description
public class BasicListUI.ListDataHandler
  The ListDataListener that's added to the JLists model at installUI time, and whenever the JList.model property changes.
Constructors
public BasicListUI.ListDataHandler ()
Methods
Hide/Show inherited methods
public void contentsChanged (ListDataEvent e) [Specified in ListDataListener]
public void intervalAdded (ListDataEvent e) [Specified in ListDataListener]
public void intervalRemoved (ListDataEvent e) [Specified in ListDataListener]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar