| Changed Methods | 
  | Objectclone() | Documentation changed from old to new. 
 | Returns a clone of this selection model with the same selection. | 
  | intgetSelectionMode() | Documentation changed from old to new. 
 | Returns the selection mode. | 
  | booleanisLeadAnchorNotificationEnabled() | Documentation changed from old to new. 
 | Returns the value of the leadAnchorNotificationEnabledflag. | 
  | voidsetLeadSelectionIndex(int) | Documentation changed from old to new. 
 | Sets the lead selection index ensuring that values between the anchor and the new lead are either all selected or all deselected. | 
  | voidsetSelectionMode(int) | Documentation changed from old to new. 
 | Sets the selection mode. | 
  | StringtoString() | Documentation changed from old to new. 
 | Returns a string that displays and identifies this object's properties. | 
  | voidfireValueChanged(boolean) | Documentation changed from old to new. 
 | Notifies listeners that we have ended a series of adjustments. | 
  | voidfireValueChanged(int,int) | Documentation changed from old to new. 
 | Notifies ListSelectionListenersthat the value of the selection in the closed intervalfirstIndexlastIndexhas changed. | 
  | voidfireValueChanged(int,int, boolean) | Documentation changed from old to new. 
 | @param firstIndex the first index in the interval |