| java.lang.Object javax.swing.DefaultListSelectionModel
DefaultListSelectionModel | public class DefaultListSelectionModel implements ListSelectionModel,Cloneable,Serializable(Code) | |
DefaultListSelectionModel
Implementation Notes:
- The
serialVersionUID fields are explicitly declared as a performance
optimization, not as a guarantee of serialization compatibility.
|
leadAnchorNotificationEnabled | protected boolean leadAnchorNotificationEnabled(Code) | | |
addSelectionInterval | public void addSelectionInterval(int intervalEnd1, int intervalEnd2)(Code) | | |
clearSelection | public void clearSelection()(Code) | | |
fireValueChanged | protected void fireValueChanged(boolean isAdjusting)(Code) | | |
fireValueChanged | protected void fireValueChanged(int firstIndex, int lastIndex)(Code) | | |
fireValueChanged | protected void fireValueChanged(int firstIndex, int lastIndex, boolean isAdjusting)(Code) | | |
getAnchorSelectionIndex | public int getAnchorSelectionIndex()(Code) | | |
getLeadSelectionIndex | public int getLeadSelectionIndex()(Code) | | |
getListeners | public T[] getListeners(Class<T> listenerType)(Code) | | |
getMaxSelectionIndex | public int getMaxSelectionIndex()(Code) | | |
getMinSelectionIndex | public int getMinSelectionIndex()(Code) | | |
getSelectionMode | public int getSelectionMode()(Code) | | |
getValueIsAdjusting | public boolean getValueIsAdjusting()(Code) | | |
insertIndexInterval | public void insertIndexInterval(int index, int length, boolean before)(Code) | | |
isLeadAnchorNotificationEnabled | public boolean isLeadAnchorNotificationEnabled()(Code) | | |
isSelectedIndex | public boolean isSelectedIndex(int index)(Code) | | |
isSelectionEmpty | public boolean isSelectionEmpty()(Code) | | |
moveLeadSelectionIndex | public void moveLeadSelectionIndex(int leadIndex)(Code) | | |
removeIndexInterval | public void removeIndexInterval(int intervalEnd1, int intervalEnd2)(Code) | | |
removeSelectionInterval | public void removeSelectionInterval(int intervalEnd1, int intervalEnd2)(Code) | | |
setAnchorSelectionIndex | public void setAnchorSelectionIndex(int anchorIndex)(Code) | | |
setLeadAnchorNotificationEnabled | public void setLeadAnchorNotificationEnabled(boolean enabled)(Code) | | |
setLeadSelectionIndex | public void setLeadSelectionIndex(int leadIndex)(Code) | | |
setSelectionInterval | public void setSelectionInterval(int intervalEnd1, int intervalEnd2)(Code) | | |
setSelectionMode | public void setSelectionMode(int selectionMode)(Code) | | |
setValueIsAdjusting | public void setValueIsAdjusting(boolean isAdjusting)(Code) | | |
|
|