Changed Methods |
Object clone()
|
Documentation changed from old to new. |
Returns a clone of this selection model with the same selection. |
int getSelectionMode()
|
Documentation changed from old to new. |
Returns the selection mode. |
boolean isLeadAnchorNotificationEnabled()
|
Documentation changed from old to new. |
Returns the value of the leadAnchorNotificationEnabled flag. |
void setLeadSelectionIndex(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. |
void setSelectionMode(int )
|
Documentation changed from old to new. |
Sets the selection mode. |
String toString()
|
Documentation changed from old to new. |
Returns a string that displays and identifies this object's properties. |
void fireValueChanged(boolean )
|
Documentation changed from old to new. |
Notifies listeners that we have ended a series of adjustments. |
void fireValueChanged(int, int)
|
Documentation changed from old to new. |
Notifies ListSelectionListeners that the value of the selection in the closed interval firstIndex lastIndex has changed. |
void fireValueChanged(int, int, boolean)
|
Documentation changed from old to new. |
@param firstIndex the first index in the interval |