Generated by
JDiff

Class java.awt.List

Added interface javax.accessibility.Accessible.
Documentation changed from old to new.

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this List.
EventListener[] getListeners(Class) Return an array of all the listeners that were added to the List with addXXXListener() where XXX is the name of the listenerType argument.
 

Changed Methods
int[] getSelectedIndexes() Documentation changed from old to new.
Gets the selected indexes on the list.