com.jidesoft.swing
Class CheckBoxListSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.jidesoft.swing.CheckBoxListSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, ListSelectionModel
public class CheckBoxListSelectionModel
- extends DefaultListSelectionModel
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString |
CheckBoxListSelectionModel
public CheckBoxListSelectionModel()
CheckBoxListSelectionModel
public CheckBoxListSelectionModel(ListModel model)
getModel
public ListModel getModel()
setModel
public void setModel(ListModel model)
insertIndexInterval
public void insertIndexInterval(int index,
int length,
boolean before)
- Overrides so that inserting a row will not be selected automatically if the row after it is selected.
- Specified by:
insertIndexInterval in interface ListSelectionModel- Overrides:
insertIndexInterval in class DefaultListSelectionModel
- Parameters:
index - the index where the rows will be inserted.length - the number of the rows that will be inserted.before - it's before or after the index.
Copyright © 2012. All Rights Reserved.