javax.swing.plaf.basic
public class BasicListUI.ListDataHandler extends Object implements ListDataListener
See Also: getModel
Method Summary | |
---|---|
void | contentsChanged(ListDataEvent e)
Called when a general change has happened in the model which cannot
be represented in terms of a simple addition or deletion.
|
void | intervalAdded(ListDataEvent e)
Called when an interval of objects has been added to the model.
|
void | intervalRemoved(ListDataEvent e)
Called when an inteval of objects has been removed from the model.
|
Parameters: e The event representing the change
Parameters: e The event representing the addition
Parameters: e The event representing the removal